HomeSort by: relevance | last modified time | path
    Searched refs:WS (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mailwrapper/
mailwrapper.c 106 #define WS " \t\n"
109 cp += strspn(cp, WS);
116 if ((from = strsep(&cp, WS)) == NULL)
119 cp += strspn(cp, WS);
121 if ((to = strsep(&cp, WS)) == NULL)
125 for (ap = strsep(&cp, WS); ap != NULL;
126 ap = strsep(&cp, WS))
  /src/tests/lib/libc/stdlib/
h_getopt.c 38 #define WS "\t\n "
56 optstring = strtok(&line[6], WS);
68 args[nargs = 0] = strtok(&line[6], WS);
74 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
87 result = strtok(&line[8], WS);
h_getopt_long.c 41 #define WS "\t\n "
62 optstring = strtok(&line[11], WS);
78 ptr = strtok(&line[10], WS);
153 args[nargs = 0] = strtok(&line[6], WS);
158 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
166 result = strtok(&line[8], WS);
  /src/tests/lib/libpthread/
h_resolv.c 48 #define WS " \t\n\r"
85 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
  /src/usr.sbin/makemandb/
apropos.c 185 #define WS "\t\n\r "
187 for (s = 1, str = strtok(str, WS); str;
188 str = strtok(NULL, WS), s++)
  /src/libexec/ld.elf_so/
paths.c 71 static const char WS[] = " \t\n";
243 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp)
254 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) {
263 for (i = 0; bp++, (ptr = getword(&bp, ep, WS)) != NULL;) {
384 (void)getcstr(&b, ep, WS);
  /src/share/terminfo/
terminfo 9979 # Turn off horizontal line, Create ws #1 with 115 lines,
9980 # Create ws #2 with 1 line, Create window #1 lines 1-23,
20237 tek4025-17-ws|Tektronix 4025 17 line window in workspace,
21873 .WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l,
21876 WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l, use=putty,
    [all...]

Completed in 385 milliseconds