| /freebsd-12.1/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 …]
|
| /freebsd-12.1/sys/libkern/ |
| H A D | fnmatch.c | 47 #define EOS '\0' macro 64 case EOS: in fnmatch() 67 return (*string == EOS ? 0 : FNM_NOMATCH); in fnmatch() 69 if (*string == EOS) in fnmatch() 91 if (c == EOS) in fnmatch() 105 while ((test = *string) != EOS) { in fnmatch() 114 if (*string == EOS) in fnmatch() 136 if ((c = *pattern++) == EOS) { in fnmatch() 187 if (c == EOS) in rangematch() 197 && (c2 = *(pattern+1)) != EOS && c2 != ']') { in rangematch() [all …]
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | glob.c | 117 #define EOS L'\0' macro 255 *bufnext = EOS; in glob() 327 *lm = EOS; in globexp2() 447 *b = EOS; in globtilde() 504 if (*dc != EOS) in globtilde() 508 if (*p != EOS) { in globtilde() 519 *b = EOS; in globtilde() 595 *bufnext = EOS; in glob0() 659 *pathend = EOS; in glob2() 731 *pathend = EOS; in glob3() [all …]
|
| H A D | glob-compat11.c | 86 #define EOS L'\0' macro 224 *bufnext = EOS; in freebsd11_glob() 296 *lm = EOS; in globexp2() 416 *b = EOS; in globtilde() 473 if (*dc != EOS) in globtilde() 477 if (*p != EOS) { in globtilde() 488 *b = EOS; in globtilde() 563 *bufnext = EOS; in glob0() 627 *pathend = EOS; in glob2() 699 *pathend = EOS; in glob3() [all …]
|
| H A D | fnmatch.c | 68 #define EOS '\0' macro 110 case EOS: in fnmatch1() 113 if (sc == EOS) in fnmatch1() 117 if (sc == EOS) in fnmatch1() 139 if (c == EOS) in fnmatch1() 162 if (sc == EOS) in fnmatch1() 220 if (sc == EOS) in fnmatch1() 283 if (*pattern == '-' && *(pattern + 1) != EOS && in rangematch() 286 if (*pattern != EOS) in rangematch() 292 if (c2 == EOS) in rangematch()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | glob.c | 85 #define EOS '\0' macro 223 *bufnext = EOS; in glob() 269 *lm = EOS; in globexp2() 379 *h = EOS; 417 *b = EOS; 543 *bufnext = EOS; 641 *pathend = EOS; 715 *pathend = EOS; 745 *pathend = EOS; 758 *dc = EOS; [all …]
|
| /freebsd-12.1/usr.bin/ctags/ |
| H A D | C.c | 101 *sp = EOS; in c_entries() 149 *sp = EOS; in c_entries() 187 *sp = EOS; in c_entries() 212 *sp = EOS; in c_entries() 242 *sp = EOS; in c_entries() 344 *sp = EOS; in hash_entry() 348 *sp = EOS; in hash_entry() 360 *sp = EOS; in hash_entry() 372 *sp = EOS; in hash_entry() 405 *sp = EOS; in str_entry() [all …]
|
| H A D | lisp.c | 84 *cp = EOS; in l_entries() 101 *cp = EOS; in l_entries()
|
| H A D | ctags.h | 41 #define EOS '\0' macro
|
| H A D | yacc.c | 102 *sp = EOS; in y_entries()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | glob.c | 108 #define EOS '\0' macro 360 *bufnext = EOS; in glob() 413 *bufnext = EOS; in glob() 442 while (*src != EOS) { in glob() 445 if (*++src == EOS) in glob() 450 *dest = EOS; in glob() 473 if (*pattern == EOS) in glob1() 595 *restpattern == EOS ? in glob3() 719 if (*name == EOS) in match() 726 if (*name == EOS) in match() [all …]
|
| H A D | sh.glob.c | 56 #define EOS '\0' macro 166 for (++pe; *pe != RBRK && *pe != EOS; pe++) in globbrace() 168 if (*pe == EOS) in globbrace() 187 for (++pm; *pm != RBRK && *pm != EOS; pm++) in globbrace() 189 if (*pm == EOS) { in globbrace()
|
| H A D | termcap.vms | 29 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\ 49 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | argv.c | 43 #ifndef EOS 44 #define EOS '\0' macro 213 while (*input != EOS) in buildargv() 270 *arg = EOS; in buildargv() 286 while (*input != EOS); in buildargv() 315 while (*arg != EOS) in writeargv()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | argv.c | 43 #ifndef EOS 44 #define EOS '\0' macro 213 while (*input != EOS) in buildargv() 270 *arg = EOS; in buildargv() 286 while (*input != EOS); in buildargv()
|
| /freebsd-12.1/usr.sbin/rrenumd/ |
| H A D | parser.y | 102 %token BCL ECL EOS ERROR 134 | error EOS 138 | EOS 142 DEBUG_CMD flag EOS 151 DEST_CMD dest_addrs retrynum EOS 287 BCL rrenum_statement EOS ECL EOS 313 rrenum_statement EOS
|
| /freebsd-12.1/usr.bin/m4/ |
| H A D | main.c | 199 *p++ = EOS; in main() 254 if (p[0] == '-' && p[1] == EOS) in main() 412 chrsave(EOS); in macro() 457 chrsave(EOS); in macro() 473 chrsave(EOS); /* new argument */ in macro() 563 *tp = EOS; in inspect() 574 *name = EOS; in inspect()
|
| H A D | eval.c | 777 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq() 778 rquote[0] = RQUOTE; rquote[1] = EOS; in dochq() 784 rquote[0] = ECOMMT; rquote[1] = EOS; in dochq() 799 scommt[0] = EOS; in dochc() 800 ecommt[0] = EOS; in dochc() 804 ecommt[0] = ECOMMT; ecommt[1] = EOS; in dochc()
|
| H A D | trace.c | 165 delim[1] = EOS; in trace() 173 delim[2] = EOS; in trace()
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | positions.icc | 210 /* Retrieves the next position, or EOS past the end. */ 214 return (_index < _set._size ? _set._positions[_index++] : EOS); 218 return a value != EOS. */ 263 /* Retrieves the next position, or EOS past the end. */ 267 return (_index > _minindex ? _set._positions[--_index] : EOS); 271 return a value != EOS. */
|
| H A D | positions.h | 116 enum { EOS = -2 }; enumerator 146 enum { EOS = -2 }; enumerator
|
| H A D | options.cc | 551 for (int pos; (pos = iter.next()) != PositionIterator::EOS; ) in ~Options() 824 const int EOS = PositionIterator::EOS; in parse_options() local 826 …gParser sparser (/*getopt*/optarg, 1, Positions::MAX_KEY_POS, Positions::LASTCHAR, BAD_VALUE, EOS); in parse_options() 836 for (key_pos = key_positions; (value = sparser.nextPosition()) != EOS; key_pos++) in parse_options()
|
| /freebsd-12.1/usr.sbin/cxgbetool/ |
| H A D | tcb_common.h | 48 #ifndef EOS 49 #define EOS '\0' macro
|
| /freebsd-12.1/usr.bin/tr/ |
| H A D | str.c | 70 case EOS: in next() 77 s->state = EOS; in next() 384 s->state = EOS; in backslash()
|
| H A D | extern.h | 42 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|