Lines Matching defs:str
66 char str[1024];
71 wvsprintf(str, fmt, args);
72 OutputDebugString(str);
84 char str[1024], *contitle = NULL;
160 else if (!GetUserObjectInformation(hsavewinsta, UOI_NAME, str, sizeof(str), &len)) {
163 else if (strnicmp(str, "Service-", 8) == 0) {
164 printerr("WindowStation Name %s is a service\n", str);
328 while (ReadFile(hstdin, str, sizeof(str), &len, NULL))
329 if (!len || !WriteFile(conout, str, len, &len, NULL))
335 if (!GetConsoleTitle(str, sizeof(str))) {
339 strcat(str, " - [Finished]");
340 if (!SetConsoleTitle(str)) {
364 char *str[1024];
367 while (ReadFile(feed->in, str, sizeof(str), &len, NULL))
368 if (!len || !WriteFile(feed->out, str, len, &len, NULL))