Searched refs:WS (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgengtype-lex.l56 WS [[:space:]]+
58 ITYPE {IWORD}({WS}{IWORD})*
65 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" {
104 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}
[all...]
/freebsd-10.2-release/usr.sbin/mailwrapper/
H A Dmailwrapper.c119 #define WS " \t\n" macro
122 cp += strspn(cp, WS);
129 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
132 cp += strspn(cp, WS);
134 if ((to = strsep(&cp, WS)) == NULL)
138 for (ap = strsep(&cp, WS); ap != NULL;
139 ap = strsep(&cp, WS)) {
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c41 #define WS "\t\n " macro
59 optstring = strtok(&line[6], WS);
71 args[nargs = 0] = strtok(&line[6], WS);
77 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
90 result = strtok(&line[8], WS);
H A Dh_getopt_long.c44 #define WS "\t\n " macro
65 optstring = strtok(&line[11], WS);
81 ptr = strtok(&line[10], WS);
156 args[nargs = 0] = strtok(&line[6], WS);
161 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
169 result = strtok(&line[8], WS);
/freebsd-10.2-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp34 const char *const WS = " \t\n\r"; variable
587 p = strtok(t.buf, WS);
591 p = strtok(0, WS);
600 p = strtok(0, WS);
610 p = strtok(0, WS);
630 p = strtok(0, WS);
661 char *c1 = strtok(t.buf, WS);
664 char *c2 = strtok(0, WS);
669 p = strtok(0, WS);
700 char *nm = strtok(t.buf, WS);
[all...]
/freebsd-10.2-release/contrib/flex/
H A Dscan.l109 WS [[:blank:]]+
142 ^{WS} indented_code = true; BEGIN(CODEBLOCK);
144 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
163 {WS} /* discard */
180 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
291 {WS} /* separates name and definition */
326 {WS} option_sense = true;
464 ^{WS}.* ACTION_ECHO; /* indented code in prolog */
515 {WS}"%{" {
526 {WS}"|"
[all...]
/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A Ddevice.c26 #define WS " \t\r\n" macro
117 p = strtok(buf, WS);
138 q = strtok((char *)0, WS);
205 p = strtok(buf, WS);
207 if (p && strcmp(p, "charset") == 0 && strtok((char *)0, WS) == 0)
411 name = strtok(buf, WS);
414 p = strtok((char *)0, WS);
432 p = strtok((char *)0, WS);
437 p = strtok((char *)0, WS);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c48 #define WS " \t\n\r" macro
85 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/freebsd-10.2-release/contrib/nvi/common/
H A Dmultibyte.h63 #define WS "%ls" macro
97 #define WS "%s" macro
H A Doptions.c973 "%s"WS, O_ISSET(sp, offset) ? "" : "no", op->name);
976 curlen += ex_printf(sp, WS"=%ld", op->name, O_VAL(sp, offset));
979 curlen += ex_printf(sp, WS"=\"%s\"", op->name,
1010 (void)fprintf(fp, "set "WS"\n", op->name);
1012 (void)fprintf(fp, "set no"WS"\n", op->name);
1016 "set "WS"=%-3ld\n", op->name, O_VAL(sp, cnt));
/freebsd-10.2-release/contrib/amd/amd/
H A Dconf_tok.l161 dprintf("%8d: Non-WS string \"%s\"\n", yytext);
167 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext);
175 dprintf("%8d: Non-WS-EQ string \"%s\"\n", yytext);
/freebsd-10.2-release/contrib/dtc/
H A Ddtc-lexer.l33 WS [[:space:]]
74 <*>"/include/"{WS}*{STRING} {
232 <*>{WS}+ /* eat whitespace */
/freebsd-10.2-release/tools/regression/lib/libc/resolv/
H A Dresolv.c48 #define WS " \t\n\r" macro
93 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/freebsd-10.2-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl8 $WS=0x10;
26 $v|=$WS if ($c =~ /[ \t\r\n]/);
45 $v|=$WS if ($c =~ /[ \t\r\n]/);
121 #define CONF_WS $WS
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp220 LexicalScope *WS = WorkStack.back(); local
221 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
235 WS->setDFSOut(++Counter);
/freebsd-10.2-release/contrib/nvi/ex/
H A Dex_bang.c91 (void)ex_printf(sp, "!"WS"\n", ap->bp);
H A Dex_read.c135 "!"WS"\n", cmdp->argv[argc]->bp);
H A Dex.c2350 TRACE(sp, "ecmd: "WS, ecp->cmd->name);
2365 TRACE(sp, " arg %d: {"WS"}", cnt, ecp->argv[cnt]->bp);
/freebsd-10.2-release/usr.bin/csup/
H A Dstream.c169 #define WS 2 macro
1243 mf->state = WS;
1247 case WS:
1289 mf->state = WS;
/freebsd-10.2-release/sys/dev/uart/
H A Duart_dev_imx.c155 DIS(bas, UCR2, WS);
157 ENA(bas, UCR2, WS);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1505 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop))
1506 CS = dyn_cast<CompoundStmt>(WS->getBody());
1793 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop))
1794 Body = WS->getBody();
2897 std::queue<const ExplodedNode *> WS; local
2900 WS.push(*G->roots_begin());
2903 while (!WS.empty()) {
2904 const ExplodedNode *Node = WS.front();
2905 WS.pop();
2925 WS
[all...]
/freebsd-10.2-release/contrib/groff/src/devices/grops/
H A Dps.cpp779 const char *const WS = " \t\n\r"; variable
798 if (*p != '#' && *p != '\0' && (p = strtok(buf, WS)) != 0) {
799 char *q = strtok(0, WS);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3347 const WhileStmt *WS = cast<WhileStmt>(S);
3351 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(),
3357 EvalStmtResult ESR = EvaluateLoopBody(Result, Info, WS->getBody());
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmips-tdep.c6028 XSTRING (STOPPED_BY_WATCHPOINT (WS)));
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dppc-opc.c520 /* The WS field. */
521 #define WS EVUIMM_8 + 1
525 #define A_L WS + 1
519 #define WS macro

Completed in 489 milliseconds