Searched refs:next_arg (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/apitests/advapi32/ |
H A D | ServiceArgs.c | 127 char *next_arg; in service_mainA() local 138 next_arg_aligned = next_arg = NULL; in service_mainA() 143 service_ok(next_arg == NULL || in service_mainA() 144 service_argv[i] == next_arg || in service_mainA() 146 next_arg = service_argv[i]; in service_mainA() 147 next_arg += 2 * (strlen(next_arg) + 1); in service_mainA() 159 WCHAR *next_arg; in service_mainW() local 170 next_arg_aligned = next_arg = NULL; in service_mainW() 176 service_ok(next_arg == NULL || in service_mainW() 179 next_arg = service_argv[i]; in service_mainW() [all …]
|
/reactos/win32ss/printing/base/printui/ |
H A D | printui.c | 66 if (cx->next_arg < cx->argc) { in get_next_wstr() 67 ptr = cx->argv[cx->next_arg]; in get_next_wstr() 68 cx->next_arg++; in get_next_wstr() 101 if ((cx->pNextCharW == NULL) && (cx->next_arg < cx->argc) && (use_next_parameter)) { in get_next_wchar() 102 cx->pNextCharW = cx->argv[cx->next_arg]; in get_next_wchar() 103 cx->next_arg++; in get_next_wchar() 202 …TRACE("%d extra Parameter, starting with %s\n", 1 + (cx->argc - cx->next_arg), debugstr_w(cx->pNex… in parse_rundll()
|
H A D | printui_private.h | 60 int next_arg; member
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | printer.c | 59 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) in printer_enum_devices() 72 pos2 = next_arg(optarg, '='); in printer_enum_devices()
|
H A D | parallel.c | 50 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) in parallel_enum_devices() 54 pos2 = next_arg(optarg, '='); in parallel_enum_devices()
|
H A D | serial.c | 525 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) in serial_enum_devices() 534 pos2 = next_arg(optarg, '='); in serial_enum_devices()
|
H A D | disk.c | 314 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) in disk_enum_devices() 316 pos2 = next_arg(optarg, '='); in disk_enum_devices()
|
H A D | rdesktop.c | 641 while ((p = next_arg(optarg, ','))) in main() 1174 next_arg(char *src, char needle) in next_arg() function
|
H A D | proto.h | 117 char *next_arg(char *src, char needle);
|
/reactos/base/applications/mstsc/ |
H A D | proto.h | 132 char *next_arg(char *src, char needle);
|