| /src/crypto/heimdal/lib/roken/ |
| H A D | fnmatch.c | 57 #define EOS '\0' macro 69 case EOS: in rk_fnmatch() 70 return (*string == EOS ? 0 : FNM_NOMATCH); in rk_fnmatch() 72 if (*string == EOS) in rk_fnmatch() 94 if (c == EOS) in rk_fnmatch() 107 while ((test = *string) != EOS) { in rk_fnmatch() 116 if (*string == EOS) in rk_fnmatch() 127 if ((c = *pattern++) == EOS) { in rk_fnmatch() 160 if (c == EOS) in rangematch() 163 && (c2 = *(pattern+1)) != EOS && c2 != ']') { in rangematch() [all …]
|
| /src/sys/libkern/ |
| H A D | fnmatch.c | 45 #define EOS '\0' macro 62 case EOS: in fnmatch() 65 return (*string == EOS ? 0 : FNM_NOMATCH); in fnmatch() 67 if (*string == EOS) in fnmatch() 89 if (c == EOS) in fnmatch() 103 while ((test = *string) != EOS) { in fnmatch() 112 if (*string == EOS) in fnmatch() 134 if ((c = *pattern++) == EOS) { in fnmatch() 185 if (c == EOS) in rangematch() 195 && (c2 = *(pattern+1)) != EOS && c2 != ']') { in rangematch() [all …]
|
| /src/crypto/krb5/src/util/support/ |
| H A D | fnmatch.c | 54 #define EOS '\0' macro 88 if (c == EOS) in rangematch() 91 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS && in rangematch() 96 if (c2 == EOS) in rangematch() 121 case EOS: in fnmatchx() 124 return *string == EOS ? 0 : FNM_NOMATCH; in fnmatchx() 126 if (*string == EOS) in fnmatchx() 148 if (c == EOS) { in fnmatchx() 162 while ((test = FOLDCASE(*string, flags)) != EOS) { in fnmatchx() 177 if (*string == EOS) in fnmatchx() [all …]
|
| /src/lib/libc/gen/ |
| H A D | glob.c | 116 #define EOS L'\0' macro 251 *bufnext = EOS; in __glob() 296 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) { in globexp0() 353 *lm = EOS; in globexp2() 357 for (i = 0, pe = ++ptr; *pe != EOS; pe++) in globexp2() 360 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 362 if (*pe == EOS) { in globexp2() 379 if (i != 0 || *pe == EOS) in globexp2() 386 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2() 388 if (*pm == EOS) { in globexp2() [all …]
|
| H A D | glob-compat11.c | 81 #define EOS L'\0' macro 219 *bufnext = EOS; in freebsd11_glob() 234 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) { in globexp0() 291 *lm = EOS; in globexp2() 295 for (i = 0, pe = ++ptr; *pe != EOS; pe++) in globexp2() 298 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 300 if (*pe == EOS) { in globexp2() 317 if (i != 0 || *pe == EOS) in globexp2() 324 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2() 326 if (*pm == EOS) { in globexp2() [all …]
|
| H A D | fnmatch.c | 64 #define EOS '\0' macro 107 case EOS: in fnmatch1() 110 if (sc == EOS) in fnmatch1() 114 if (sc == EOS) in fnmatch1() 136 if (c == EOS) in fnmatch1() 161 if (sc == EOS) in fnmatch1() 219 if (sc == EOS) in fnmatch1() 308 *(cp + 3) != EOS && in rangematch() 358 if (*(cp + 2) == '-' && *(cp + 3) != EOS && in rangematch() 375 if (*(cp + 2) == '-' && *(cp + 3) != EOS && in rangematch() [all …]
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | glob.c | 92 #define EOS '\0' macro 212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob() 216 while (bufnext < bufend && (c = *patnext++) != EOS) in glob() 218 if ((c = *patnext++) == EOS) { in glob() 226 *bufnext = EOS; in glob() 245 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1() 272 *lm = EOS; in globexp2() 279 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 281 if (*pe == EOS) { in globexp2() 297 if (i != 0 || *pe == EOS) in globexp2() [all …]
|
| /src/usr.bin/ctags/ |
| H A D | C.c | 94 *sp = EOS; in c_entries() 142 *sp = EOS; in c_entries() 180 *sp = EOS; in c_entries() 205 *sp = EOS; in c_entries() 235 *sp = EOS; in c_entries() 367 *sp = EOS; in hash_entry() 371 *sp = EOS; in hash_entry() 383 *sp = EOS; in hash_entry() 395 *sp = EOS; in hash_entry() 428 *sp = EOS; in str_entry() [all …]
|
| H A D | lisp.c | 76 *cp = EOS; in l_entries() 93 *cp = EOS; in l_entries()
|
| H A D | yacc.c | 94 *sp = EOS; in y_entries()
|
| H A D | ctags.h | 36 #define EOS '\0' macro
|
| H A D | print.c | 82 *cp = EOS; in get_line()
|
| H A D | fortran.c | 119 *cp = EOS; in PF_funcs()
|
| /src/contrib/tcsh/ |
| H A D | glob.c | 108 #define EOS '\0' macro 334 while ((c = *patnext++) != EOS) { in glob() 348 if ((c = *patnext++) == EOS) { in glob() 359 while ((c = *patnext++) != EOS) in glob() 361 *bufnext = EOS; in glob() 365 while ((c = *qpatnext++) != EOS) { in glob() 371 if (*qpatnext == EOS || in glob() 414 *bufnext = EOS; in glob() 443 while (*src != EOS) { in glob() 446 if (*++src == EOS) in glob() [all …]
|
| H A D | sh.glob.c | 52 #define EOS '\0' macro 167 for (++pe; *pe != RBRK && *pe != EOS; pe++) in globbrace() 169 if (*pe == EOS) in globbrace() 188 for (++pm; *pm != RBRK && *pm != EOS; pm++) in globbrace() 190 if (*pm == EOS) { in globbrace()
|
| H A D | termcap.vms | 28 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\ 48 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
|
| /src/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | IncrementalSourceMgr.h | 41 bool EOS = false; variable 62 bool isEnd() const override { return EOS; } in isEnd() 81 void endOfStream() { EOS = true; } in endOfStream()
|
| /src/usr.sbin/rrenumd/ |
| H A D | parser.y | 100 %token BCL ECL EOS ERROR 132 | error EOS 136 | EOS 140 DEBUG_CMD flag EOS 149 DEST_CMD dest_addrs retrynum EOS 285 BCL rrenum_statement EOS ECL EOS 311 rrenum_statement EOS
|
| /src/usr.bin/m4/ |
| H A D | main.c | 214 *p++ = EOS; in main() 272 if (p[0] == '-' && p[1] == EOS) in main() 430 chrsave(EOS); in macro() 475 chrsave(EOS); in macro() 491 chrsave(EOS); /* new argument */ in macro() 581 *tp = EOS; in inspect() 592 *name = EOS; in inspect()
|
| H A D | eval.c | 774 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq() 775 rquote[0] = RQUOTE; rquote[1] = EOS; in dochq() 781 rquote[0] = ECOMMT; rquote[1] = EOS; in dochq() 796 scommt[0] = EOS; in dochc() 797 ecommt[0] = EOS; in dochc() 801 ecommt[0] = ECOMMT; ecommt[1] = EOS; in dochc()
|
| H A D | trace.c | 163 delim[1] = EOS; in trace() 171 delim[2] = EOS; in trace()
|
| /src/usr.sbin/cxgbetool/ |
| H A D | tcb_common.h | 46 #ifndef EOS 47 #define EOS '\0' macro
|
| /src/usr.bin/tr/ |
| H A D | str.c | 64 case EOS: in next() 71 s->state = EOS; in next() 378 s->state = EOS; in backslash()
|
| H A D | extern.h | 39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|
| /src/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | IncrementalSourceMgr.cpp | 26 EOS = false; in clear()
|