Home
last modified time | relevance | path

Searched refs:EOS (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y347 %token EOS BOC EOC COMMA
410 EOS
411 | USER NUMBER { lcconf->uid = $2; } EOS
424 EOS
425 | GROUP NUMBER { lcconf->gid = $2; } EOS
430 } EOS
451 EOS
456 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
461 : INCLUDE QUOTEDSTRING EOS
475 : PFKEY_BUFFER NUMBER EOS
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.c59 #define EOS '\0' macro
71 case EOS: in rk_fnmatch()
72 return (*string == EOS ? 0 : FNM_NOMATCH); in rk_fnmatch()
74 if (*string == EOS) in rk_fnmatch()
96 if (c == EOS) in rk_fnmatch()
109 while ((test = *string) != EOS) { in rk_fnmatch()
118 if (*string == EOS) in rk_fnmatch()
129 if ((c = *pattern++) == EOS) { in rk_fnmatch()
162 if (c == EOS) in rangematch()
165 && (c2 = *(pattern+1)) != EOS && c2 != ']') { in rangematch()
[all …]
/netbsd-src/lib/libc/gen/
H A Dglob.c112 #define EOS '\0' macro
208 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
214 if ((c = *patnext++) == EOS) { in glob()
223 *bufnext = EOS; in glob()
252 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1()
291 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
293 if (*pe == EOS) { in globexp2()
310 if (i != 0 || *pe == EOS) { in globexp2()
323 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
[all …]
H A Dfnmatch.c60 #define EOS '\0' in __weak_alias() macro
98 if (c == EOS) in rangematch()
101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS && in rangematch()
106 if (c2 == EOS) in rangematch()
131 case EOS: in fnmatchx()
134 return *string == EOS ? 0 : FNM_NOMATCH; in fnmatchx()
136 if (*string == EOS) in fnmatchx()
158 if (c == EOS) { in fnmatchx()
172 while ((test = FOLDCASE(*string, flags)) != EOS) { in fnmatchx()
187 if (*string == EOS) in fnmatchx()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dargv.c50 #ifndef EOS
51 #define EOS '\0' macro
130 while (*input != EOS && ISSPACE (*input)) in only_whitespace()
133 return (*input == EOS); in only_whitespace()
216 while (*input != EOS) in buildargv()
273 *arg = EOS; in buildargv()
280 while (*input != EOS); in buildargv()
311 while (*arg != EOS) in writeargv()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dargv.c50 #ifndef EOS
51 #define EOS '\0' macro
130 while (*input != EOS && ISSPACE (*input)) in only_whitespace()
133 return (*input == EOS); in only_whitespace()
216 while (*input != EOS) in buildargv()
273 *arg = EOS; in buildargv()
280 while (*input != EOS); in buildargv()
309 while (*arg != EOS) in writeargv()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dargv.c50 #ifndef EOS
51 #define EOS '\0' macro
130 while (*input != EOS && ISSPACE (*input)) in only_whitespace()
133 return (*input == EOS); in only_whitespace()
216 while (*input != EOS) in buildargv()
273 *arg = EOS; in buildargv()
280 while (*input != EOS); in buildargv()
311 while (*arg != EOS) in writeargv()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dargv.c50 #ifndef EOS
51 #define EOS '\0' macro
130 while (*input != EOS && ISSPACE (*input)) in only_whitespace()
133 return (*input == EOS); in only_whitespace()
216 while (*input != EOS) in buildargv()
273 *arg = EOS; in buildargv()
280 while (*input != EOS); in buildargv()
311 while (*arg != EOS) in writeargv()
/netbsd-src/usr.bin/ctags/
H A DC.c106 *sp = EOS; in c_entries()
163 *sp = EOS; in c_entries()
201 *sp = EOS; in c_entries()
218 *sp = EOS; in c_entries()
383 *sp = EOS; in hash_entry()
406 *sp = EOS; in hash_entry()
459 *sp = EOS; in str_entry()
H A Dlisp.c88 *cp = EOS; in l_entries()
105 *cp = EOS; in l_entries()
H A Dctags.h42 #define EOS '\0' macro
H A Dyacc.c107 *sp = EOS; in y_entries()
H A Dprint.c96 *cp = EOS; in get_line()
H A Dfortran.c132 *cp = EOS; in PF_funcs()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c
/netbsd-src/usr.bin/m4/
H A Dmain.c257 *p++ = EOS; in main()
370 if (p[0] == '-' && p[1] == EOS) in main()
546 chrsave(EOS); in macro()
593 chrsave(EOS); in macro()
609 chrsave(EOS); /* new argument */ in macro()
699 *tp = EOS; in inspect()
710 *name = EOS; in inspect()
H A Deval.c767 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq()
768 rquote[0] = RQUOTE; rquote[1] = EOS; in dochq()
774 rquote[0] = ECOMMT; rquote[1] = EOS; in dochq()
789 scommt[0] = EOS; in dochc()
790 ecommt[0] = EOS; in dochc()
794 ecommt[0] = ECOMMT; ecommt[1] = EOS; in dochc()
H A Dtrace.c180 delim[1] = EOS; in trace()
188 delim[2] = EOS; in trace()
/netbsd-src/bin/ksh/
H A Dsyn.c303 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 };
H A Dtree.c309 case EOS:
533 size_t len = wdscan(wp, EOS) - wp;
547 case EOS:
612 case EOS:
/netbsd-src/bin/csh/
H A Dglob.c70 #define EOS '\0' macro
109 *b = EOS; in globtilde()
120 *b = EOS; in globtilde()
145 for (++pe; *pe != RBRK && *pe != EOS; pe++) in globbrace()
147 if (*pe == EOS) { in globbrace()
168 for (++pm; *pm != RBRK && *pm != EOS; pm++) in globbrace()
170 if (*pm == EOS) { in globbrace()
191 *pm = EOS; in globbrace()
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y147 %token EOS BAD
171 statement EOS
172 | statements statement EOS
173 | error EOS { sp = stack[0]; yyerrok; };
H A Dcalclex.l63 return EOS; }
71 return EOS; }
H A Dcalc.h57 EOS = 258, /* EOS */ enumerator
92 #define EOS 258 macro
/netbsd-src/usr.bin/tr/
H A Dstr.c55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator
108 case EOS: in next()
118 s->state = EOS; in next()
426 s->state = EOS; in backslash()

123