/reactos/base/applications/network/finger/ |
H A D | getopt.c | 61 if (!*place) { /* update scanning pointer */ in getopt() 63 place = EMSG; in getopt() 66 if (place[1] && *++place == '-') { /* found "--" */ in getopt() 68 place = EMSG; in getopt() 72 if ((optopt = (int)*place++) == (int)':' || in getopt() 80 if (!*place) in getopt() 94 if (!*place) in getopt() 98 if (*place) /* no white space */ in getopt() 99 optarg = place; in getopt() 101 place = EMSG; in getopt() [all …]
|
/reactos/sdk/lib/3rdparty/adns/adns_win32/ |
H A D | getopt.c | 33 static char *place = EMSG; /* option letter processing */ in getopt() local 36 if(!*place) { /* update scanning pointer */ in getopt() 37 if(optind >= argc || *(place = argv[optind]) != '-' || !*++place) in getopt() 39 if (*place == '-') { /* found "--" */ in getopt() 44 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(optstring,optopt))) in getopt() 46 if(!*place) ++optind; in getopt() 51 if (!*place) ++optind; in getopt() 54 if (*place) optarg = place; /* no white space */ in getopt() 56 place = EMSG; in getopt() 60 place = EMSG; in getopt()
|
/reactos/sdk/lib/crt/misc/ |
H A D | getopt.c | 159 place = EMSG; 174 place = EMSG; 199 if (place[1] && *++place == '-') { 200 place++; 207 if (!*place) 216 if (*place) 220 place = EMSG; 231 if (!*place) 235 if (*place) 248 place = EMSG; [all …]
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | general.c | 323 int i, place; in adns__isort() local 326 for (place= i; in adns__isort() 327 place>0 && needswap(context, data + (place-1)*sz, data + i*sz); in adns__isort() 328 place--); in adns__isort() 329 if (place != i) { in adns__isort() 331 memmove(data + (place+1)*sz, data + place*sz, (size_t) (i-place)*sz); in adns__isort() 332 memcpy(data + place*sz, tempbuf, (size_t) sz); in adns__isort()
|
/reactos/sdk/lib/ucrt/string/i386/ |
H A D | strrev.asm | 2 title strrev - reverse a string in place 4 ;strrev.asm - reverse a string in place 9 ; defines _strrev() - reverse a string in place (not including 20 ;char *_strrev(string) - reverse a string in place 24 ; null character remains in place.
|
H A D | strnset.asm | 25 ; string is used in place of n.
|
H A D | strcmp.asm | 113 ; The instructions below should place -1 in eax if src < dst,
|
/reactos/sdk/lib/ucrt/lowio/ |
H A D | chsize.cpp | 46 : place(_lseeki64_nolock(fh, 0, SEEK_CUR)), in __crt_seek_guard() 55 _lseeki64_nolock(fhh, place, SEEK_SET); in ~__crt_seek_guard() 61 __int64 place; member 72 if (seek_guard.place == -1 || seek_guard.end == -1) in _chsize_nolock_internal()
|
/reactos/modules/rosapps/applications/net/dhcpd/src/utils/ |
H A D | iputils.c | 6 int split_ip( char *text, u8b *dest, int place ) in split_ip() argument 17 for( dotcount = 0; (dotcount < place) && ( text ); text++ ) in split_ip()
|
/reactos/base/applications/cmdutils/help/lang/ |
H A D | fr-FR.rc | 51 IDS_HELP2 "MOVE Déplace un ou plusieurs fichiers d'un répertoire vers un autre\n\ 65 SCREEN Déplace le curseur, optionnellement affiche du texte.\n\ 67 SHIFT Déplace la position des paramètres remplacables dans un fichier batch.\n\
|
/reactos/win32ss/drivers/miniport/vbe/ |
H A D | CMakeLists.txt | 13 # pc98vid takes place of vga service on PC-98 platform
|
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | window.c | 375 WINDOWPLACEMENT place; in BaseControlWindowImpl_get_WindowState() local 378 place.length = sizeof(place); in BaseControlWindowImpl_get_WindowState() 379 GetWindowPlacement(This->baseWindow.hWnd, &place); in BaseControlWindowImpl_get_WindowState() 381 *WindowState = place.showCmd; in BaseControlWindowImpl_get_WindowState()
|
/reactos/dll/directx/wine/ |
H A D | readme.txt | 3 When ReactOS own ReactX are in-place
|
/reactos/subsystems/mvdm/config/ |
H A D | AUTOEXEC.NT | 26 REM NOTE: To disable Sound Blaster support, simply place an invalid
|
/reactos/modules/wallpapers/Angelus/ |
H A D | ReadMe.txt | 21 Photography taken at Corrubedo, a beautiful place in the northwest of Spain.
|
/reactos/drivers/multimedia/ |
H A D | README | 6 The "include" directory exists as a place to store the KS related headers. It
|
/reactos/sdk/lib/3rdparty/stlport/build/lib/ |
H A D | README | 20 - all source files declared in one place (for all platforms and
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | README.eltorito | 24 iso fs. In the headers of the iso fs you place a pointer to this image. 54 iso9660 filesystem. Usually it is a good idea to put it the same place
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/ |
H A D | evc9.mak | 31 # order to warp to the exact place in the code.
|
H A D | evc8.mak | 31 # order to warp to the exact place in the code.
|
/reactos/media/fonts/doc/PalatinoLinotype/ |
H A D | LATEX-LICENSE.txt | 162 designated place, then offering equivalent access to copy 163 the Work from the same or some similar place meets this 198 the Work, nor does this license place any restrictions on aggregating 346 To use this license, place in each of the components of your work both 411 in that place. In the absence of an unequivocal list it might be
|
/reactos/dll/shellext/zipfldr/lang/ |
H A D | en-US.rc | 88 IDS_WIZ_BROWSE_TITLE "Select the place where you want to extract the selected items."
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | remainder_piby2f_forAsm.asm | 119 ; Until / unless we find a better place to save it, we're putting
|
/reactos/ |
H A D | INSTALL | 92 bugs should be submitted to JIRA and general chat takes place in the forums,
|
/reactos/dll/win32/devmgr/lang/ |
H A D | fr-FR.rc | 72 IDS_DEV_MOVED "ReactOS est en train de mettre en place ce périphérique." 73 IDS_DEV_TOO_EARLY "ReactOS est en train de mettre en place ce périphérique." 339 IDS_HINT_SYS_MOVE " Déplace cette fenêtre."
|