Home
last modified time | relevance | path

Searched refs:buffer (Results 126 – 150 of 456) sorted by relevance

12345678910>>...19

/trunk/main/setup_native/source/win32/customactions/tools/
H A Dseterror.cxx45 TCHAR buffer[1024]; in OutputDebugStringFormat() local
49 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
50 OutputDebugString( buffer ); in OutputDebugStringFormat()
/trunk/main/sal/inc/rtl/
H A Dstrbuf.hxx239 pData->buffer[newLength] = '\0'; in setLength()
260 return pData->buffer[ index ]; in charAt()
266 operator const sal_Char *() const { return pData->buffer; }
271 const sal_Char* getStr() const { return pData->buffer; } in getStr()
287 pData->buffer[ index ] = ch; in setCharAt()
H A Dustrbuf.hxx240 pData->buffer[newLength] = 0; in setLength()
261 return pData->buffer[ index ]; in charAt()
267 operator const sal_Unicode *() const { return pData->buffer; }
272 const sal_Unicode* getStr() const { return pData->buffer; } in getStr()
288 pData->buffer[ index ] = ch; in setCharAt()
/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx77 …while ((pustrPath->length > 1) && (FPH_CHAR_PATH_SEPARATOR == pustrPath->buffer[pustrPath->length … in osl_systemPathRemoveSeparator()
80 pustrPath->buffer[pustrPath->length] = (sal_Unicode)'\0'; in osl_systemPathRemoveSeparator()
84 … (pustrPath->length > 1 && pustrPath->buffer[pustrPath->length - 1] != FPH_CHAR_PATH_SEPARATOR), \ in osl_systemPathRemoveSeparator()
120 …return ((0 == pustrPath) || (0 == pustrPath->length) || (pustrPath->buffer[0] != FPH_CHAR_PATH_SEP… in osl_systemPathIsRelativePath()
187 (fdp.pData->buffer[0] == FPH_CHAR_DOT) && in osl_systemPathIsHiddenFileOrDirectoryEntry()
H A Dsystem.h478 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
480 char *buffer, int buflen);
482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
483 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
487 char *buffer, int buflen, int *h_errnop);
/trunk/main/shell/inc/internal/
H A Dutilities.hxx104 CHAR buffer[1024]; in OutputDebugStringFormat() local
108 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
109 OutputDebugStringA( buffer ); in OutputDebugStringFormat()
/trunk/main/sal/inc/systools/win32/
H A Dsnprintf.h82 _SNPRINTF_DLLIMPORT int __cdecl snwprintf( wchar_t *buffer, size_t count, const wchar_t *format, ..…
85 _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char *format, ... );
90 _SNPRINTF_DLLIMPORT int __cdecl vsnwprintf( wchar_t *buffer, size_t count, const wchar_t *format, v…
93 _SNPRINTF_DLLIMPORT int __cdecl vsnprintf( char *buffer, size_t count, const char *format, va_list …
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx445 void * buffer; in get_vtable() local
456 buffer = ::rtl_allocateMemory( ((2+ nSlots) * sizeof (void *)) + (nSlots *20) ); in get_vtable()
459 m_map.insert( t_classdata_map::value_type( unoName, buffer ) ) ); in get_vtable()
462 void ** slots = (void **)buffer; in get_vtable()
505 buffer = iFind->second; in get_vtable()
509 return ((void **)buffer +2); in get_vtable()
/trunk/main/sal/qa/osl/process/
H A Dosl_process_child.cxx79 char buffer[32767]; in dump_env() local
82 w_to_a(p, buffer, sizeof(buffer)); in dump_env()
83 file << buffer << std::endl; in dump_env()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx59 _TCHAR buffer[1024]; in OutputDebugStringFormat() local
63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
64 OutputDebugString( buffer ); in OutputDebugStringFormat()
81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
82 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
84 result = buffer; in GetMsiProperty()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dcomponent.cxx206 …pCppEnv->pTypeName->buffer, rtl_str_getLength(CPPU_CURRENT_LANGUAGE_BINDING_NAME), CPPU_CURRENT_LA… in uno_initEnvironment()
231 from_envTypeName.pData->buffer, in uno_ext_getMapping()
234 to_envTypeName.pData->buffer, UNO_LB_UNO )) in uno_ext_getMapping()
245 to_envTypeName.pData->buffer, in uno_ext_getMapping()
248 from_envTypeName.pData->buffer, UNO_LB_UNO )) in uno_ext_getMapping()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckdirectory.cxx62 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
63 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
64 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
65 result = buffer; in GetMsiProperty()
H A Dstartmenuicon.cxx57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
58 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
59 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
60 result = buffer; in GetMsiProperty()
H A Dcopyextensiondata.cxx64 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
65 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
66 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
67 result = buffer; in GetMsiProperty()
H A Dmigrateinstallpath.cxx59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
60 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
62 result = buffer; in GetMsiProperty()
/trunk/main/jurt/source/pipe/wrapper/
H A Dwrapper.c75 JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI() argument
78 getFunction("PipeConnection_read"))(env, obj_this, buffer, len); in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
83 JNIEnv * env, jobject obj_this, jbyteArray buffer) in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI() argument
86 getFunction("PipeConnection_write"))(env, obj_this, buffer); in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_environment.h54 System::Text::StringBuilder* buffer = new System::Text::StringBuilder(256); in Cli_environment() local
56 buffer->Append(S";cli[0];"); in Cli_environment()
57 buffer->Append(gd.ToString()); in Cli_environment()
58 sOidPart = buffer->ToString(); in Cli_environment()
/trunk/main/tools/source/fsys/
H A Dunx.cxx107 char* buffer = (char *)malloc( bufsize * sizeof(char) ); in GetMountEntry() local
108 if (mntctl (MCTL_QUERY, bufsize, buffer) != -1) in GetMountEntry()
109 for ( char* vmt = buffer; in GetMountEntry()
110 vmt < buffer + bufsize; in GetMountEntry()
125 free( buffer ); in GetMountEntry()
129 free( buffer ); in GetMountEntry()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlZipExtract.java130 byte[] buffer = new byte[BUFFER_SIZE]; in readStream()
132 while ((eof = bis.read(buffer, 0, buffer.length)) > 0) { in readStream()
133 baos.write(buffer, 0, eof); in readStream()
/trunk/main/libxml2/
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch26 + * xmlEncodeEntitiesReentrant assumes valid UTF-8, but the buffer might
30 + memset(&buffer[sizeof(buffer)-4], 0, 4);
31 result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
/trunk/main/l10ntools/source/
H A Dexport2.cxx648 char buffer[64000]; in getCurrentDir() local
649 if( getcwd( buffer , sizeof( buffer ) ) == 0 ){ in getCurrentDir()
653 dir = string( buffer ); in getCurrentDir()
668 char buffer[RAND_NAME_LENGTH]; in getRandomName() local
684 buffer[i] = LETTERS[v % COUNT_OF_LETTERS]; in getRandomName()
688 sRandStr.Append( buffer , RAND_NAME_LENGTH ); in getRandomName()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx578 ::rtl::OUStringBuffer buffer; in describeObject()
583 buffer.append( GetEntryText( pParent ) ); in describeObject()
584 buffer.append( sal_Unicode( '.' ) ); in describeObject()
586 buffer.append( GetEntryText( _pEntry ) ); in describeObject()
592 buffer.append( GetEntryText( pParent ) ); in describeObject()
593 buffer.append( sal_Unicode( '.' ) ); in describeObject()
595 buffer.append( GetEntryText( _pEntry ) ); in describeObject()
/trunk/main/soltools/javadep/
H A Djavadep.c629 char buffer[PATH_MAX]; in err_quit() local
635 vsnprintf(buffer, sizeof(buffer), fmt, args); in err_quit()
636 fputs(buffer, stderr); in err_quit()
798 char buffer[RES_FILE_BUF]; local
807 if ( fgets(buffer, RES_FILE_BUF, pfile) ) {;
808 p = buffer;
/trunk/main/sal/osl/os2/
H A Dprocess_impl.cxx350 char buffer[PATH_MAX]; in osl_getProcessWorkingDir() local
354 if (getcwd (buffer, sizeof(buffer)) != 0) in osl_getProcessWorkingDir()
360 buffer, strlen(buffer), osl_getThreadTextEncoding(), in osl_getProcessWorkingDir()
H A Dsystem.h497 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
499 char *buffer, int buflen);
501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
502 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
505 char *buffer, int buflen, int *h_errnop);

Completed in 94 milliseconds

12345678910>>...19