| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| fnmatch.c | 59 #define EOS '\0' 71 case EOS: 72 return (*string == EOS ? 0 : FNM_NOMATCH); 74 if (*string == EOS) 96 if (c == EOS) 109 while ((test = *string) != EOS) { 118 if (*string == EOS) 129 if ((c = *pattern++) == EOS) { 162 if (c == EOS) 165 && (c2 = *(pattern+1)) != EOS && c2 != ']') [all...] |
| /src/lib/libc/gen/ |
| fnmatch.c | 60 #define EOS '\0' 98 if (c == EOS) 101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS && 106 if (c2 == EOS) 131 case EOS: 134 return *string == EOS ? 0 : FNM_NOMATCH; 136 if (*string == EOS) 158 if (c == EOS) { 172 while ((test = FOLDCASE(*string, flags)) != EOS) { 187 if (*string == EOS) [all...] |
| glob.c | 112 #define EOS '\0' 208 while (bufnext < bufend && (c = *patnext++) != EOS) 212 while (bufnext < bufend && (c = *patnext++) != EOS) 214 if ((c = *patnext++) == EOS) { 223 *bufnext = EOS; 252 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) 291 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) 293 if (*pe == EOS) { 310 if (i != 0 || *pe == EOS) { 323 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++ [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| cfparse.y | 357 %token EOS BOC EOC COMMA 420 EOS 421 | USER NUMBER { lcconf->uid = $2; } EOS 434 EOS 435 | GROUP NUMBER { lcconf->gid = $2; } EOS 440 } EOS 461 EOS 466 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS 471 : INCLUDE QUOTEDSTRING EOS 485 : PFKEY_BUFFER NUMBER EOS [all...] |
| /src/usr.bin/ctags/ |
| C.c | 106 *sp = EOS; 163 *sp = EOS; 201 *sp = EOS; 218 *sp = EOS; 383 *sp = EOS; 406 *sp = EOS; 459 *sp = EOS;
|
| lisp.c | 88 *cp = EOS; 105 *cp = EOS;
|
| ctags.h | 42 #define EOS '\0'
|
| fortran.c | 132 *cp = EOS;
|
| print.c | 96 *cp = EOS;
|
| /src/external/lgpl3/gmp/dist/demos/calc/ |
| calclex.l | 63 return EOS; } 71 return EOS; }
|
| calc.h | 57 EOS = 258, /* EOS */ 92 #define EOS 258
|
| calc.y | 147 %token EOS BAD 171 statement EOS 172 | statements statement EOS 173 | error EOS { sp = stack[0]; yyerrok; };
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 130 while (*input != EOS && ISSPACE (*input)) 133 return (*input == EOS); 216 while (*input != EOS) 273 *arg = EOS; 280 while (*input != EOS); 309 while (*arg != EOS)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 206 if (*input != EOS) 209 while (*input != EOS) 270 *arg = EOS; 278 while (*input != EOS); 307 while (*arg != EOS)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 206 if (*input != EOS) 209 while (*input != EOS) 270 *arg = EOS; 278 while (*input != EOS); 307 while (*arg != EOS)
|
| /src/external/mpl/dhcp/dist/contrib/ |
| 3.0b1-lease-convert | 19 my $revstatement =<<'EOS'; 25 EOS 27 my $fwdstatement =<<'EOS'; 33 EOS
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 206 if (*input != EOS) 209 while (*input != EOS) 270 *arg = EOS; 278 while (*input != EOS); 307 while (*arg != EOS)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 206 if (*input != EOS) 209 while (*input != EOS) 270 *arg = EOS; 278 while (*input != EOS); 307 while (*arg != EOS)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| argv.c | 50 #ifndef EOS 51 #define EOS '\0' 130 while (*input != EOS && ISSPACE (*input)) 133 return (*input == EOS); 216 while (*input != EOS) 273 *arg = EOS; 280 while (*input != EOS); 311 while (*arg != EOS)
|
| /src/usr.bin/m4/ |
| trace.c | 180 delim[1] = EOS; 188 delim[2] = EOS;
|
| main.c | 239 *p++ = EOS; 354 if (p[0] == '-' && p[1] == EOS) 530 chrsave(EOS); 577 chrsave(EOS); 593 chrsave(EOS); /* new argument */ 683 *tp = EOS; 694 *name = EOS;
|
| /src/bin/csh/ |
| glob.c | 70 #define EOS '\0' 109 *b = EOS; 120 *b = EOS; 145 for (++pe; *pe != RBRK && *pe != EOS; pe++) 147 if (*pe == EOS) { 168 for (++pm; *pm != RBRK && *pm != EOS; pm++) 170 if (*pm == EOS) { 191 *pm = EOS;
|
| /src/bin/ksh/ |
| tree.h | 62 #define EOS 0 /* end of string */
|
| syn.c | 303 CHAR, 't', EOS }; 589 t->left->args[0][2] = EOS; 846 static const char dbtest_or[] = { CHAR, '|', CHAR, '|', EOS }; 847 static const char dbtest_and[] = { CHAR, '&', CHAR, '&', EOS }; 848 static const char dbtest_not[] = { CHAR, '!', EOS }; 849 static const char dbtest_oparen[] = { CHAR, '(', EOS }; 850 static const char dbtest_cparen[] = { CHAR, ')', EOS }; 855 const char db_close[] = { CHAR, ']', CHAR, ']', EOS }; 856 const char db_lthan[] = { CHAR, '<', EOS }; 857 const char db_gthan[] = { CHAR, '>', EOS }; [all...] |
| /src/usr.bin/tr/ |
| str.c | 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; 108 case EOS: 118 s->state = EOS; 426 s->state = EOS;
|