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

12

/freebsd-current/crypto/heimdal/lib/roken/
H A Dfnmatch.c57 #define EOS '\0' macro
69 case EOS:
70 return (*string == EOS ? 0 : FNM_NOMATCH);
72 if (*string == EOS)
94 if (c == EOS)
107 while ((test = *string) != EOS) {
116 if (*string == EOS)
127 if ((c = *pattern++) == EOS) {
160 if (c == EOS)
163 && (c2 = *(pattern+1)) != EOS
[all...]
/freebsd-current/sys/libkern/
H A Dfnmatch.c45 #define EOS '\0' macro
62 case EOS:
65 return (*string == EOS ? 0 : FNM_NOMATCH);
67 if (*string == EOS)
89 if (c == EOS)
103 while ((test = *string) != EOS) {
112 if (*string == EOS)
134 if ((c = *pattern++) == EOS) {
185 if (c == EOS)
195 && (c2 = *(pattern+1)) != EOS
[all...]
/freebsd-current/usr.bin/ctags/
H A DC.c94 *sp = EOS;
142 *sp = EOS;
180 *sp = EOS;
205 *sp = EOS;
235 *sp = EOS;
367 *sp = EOS;
371 *sp = EOS;
383 *sp = EOS;
395 *sp = EOS;
428 *sp = EOS;
[all...]
H A Dlisp.c76 *cp = EOS;
93 *cp = EOS;
H A Dprint.c82 *cp = EOS;
H A Dctags.h36 #define EOS '\0' macro
H A Dfortran.c119 *cp = EOS;
H A Dtree.c72 *fp = EOS;
/freebsd-current/usr.bin/tr/
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon932::__anon934
H A Dstr.c64 case EOS:
71 s->state = EOS;
378 s->state = EOS;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h41 bool EOS = false; member in class:llvm::mca::IncrementalSourceMgr
62 bool isEnd() const override { return EOS; }
81 void endOfStream() { EOS = true; }
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c81 #define EOS L'\0' macro
219 *bufnext = EOS;
234 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) {
291 *lm = EOS;
295 for (i = 0, pe = ++ptr; *pe != EOS; pe++)
298 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
300 if (*pe == EOS) {
317 if (i != 0 || *pe == EOS)
324 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
326 if (*pm == EOS) {
[all...]
H A Dglob.c113 #define EOS L'\0' macro
251 *bufnext = EOS;
266 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) {
323 *lm = EOS;
327 for (i = 0, pe = ++ptr; *pe != EOS; pe++)
330 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
332 if (*pe == EOS) {
349 if (i != 0 || *pe == EOS)
356 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
358 if (*pm == EOS) {
[all...]
H A Dfnmatch.c64 #define EOS '\0' macro
106 case EOS:
109 if (sc == EOS)
113 if (sc == EOS)
135 if (c == EOS)
158 if (sc == EOS)
216 if (sc == EOS)
279 if (*pattern == '-' && *(pattern + 1) != EOS &&
282 if (*pattern != EOS)
288 if (c2 == EOS)
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c92 #define EOS '\0' macro
212 while (bufnext < bufend && (c = *patnext++) != EOS)
216 while (bufnext < bufend && (c = *patnext++) != EOS)
218 if ((c = *patnext++) == EOS) {
226 *bufnext = EOS;
245 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
272 *lm = EOS;
279 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
281 if (*pe == EOS) {
297 if (i != 0 || *pe == EOS)
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp26 EOS = false;
/freebsd-current/usr.sbin/cxgbetool/
H A Dtcb_common.h46 #ifndef EOS
47 #define EOS '\0' macro
H A Dtcb_common.c145 for (i = 0; i < n && 0 == ret && !(EOS == *cs && EOS == *ct); ++i) {
/freebsd-current/contrib/tcsh/
H A Dglob.c108 #define EOS '\0' macro
334 while ((c = *patnext++) != EOS) {
348 if ((c = *patnext++) == EOS) {
359 while ((c = *patnext++) != EOS)
361 *bufnext = EOS;
365 while ((c = *qpatnext++) != EOS) {
371 if (*qpatnext == EOS ||
414 *bufnext = EOS;
443 while (*src != EOS) {
446 if (*++src == EOS)
[all...]
H A Dsh.glob.c52 #define EOS '\0' macro
167 for (++pe; *pe != RBRK && *pe != EOS; pe++)
169 if (*pe == EOS)
188 for (++pm; *pm != RBRK && *pm != EOS; pm++)
190 if (*pm == EOS) {
/freebsd-current/usr.bin/m4/
H A Dtrace.c163 delim[1] = EOS;
171 delim[2] = EOS;
H A Dmain.c214 *p++ = EOS;
272 if (p[0] == '-' && p[1] == EOS)
430 chrsave(EOS);
475 chrsave(EOS);
491 chrsave(EOS); /* new argument */
581 *tp = EOS;
592 *name = EOS;
H A Deval.c774 lquote[0] = LQUOTE; lquote[1] = EOS;
775 rquote[0] = RQUOTE; rquote[1] = EOS;
781 rquote[0] = ECOMMT; rquote[1] = EOS;
796 scommt[0] = EOS;
797 ecommt[0] = EOS;
801 ecommt[0] = ECOMMT; ecommt[1] = EOS;
/freebsd-current/usr.sbin/rrenumd/
H A Dparser.y100 %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
/freebsd-current/contrib/mandoc/
H A Dmandoc.c612 * some symbols, such as `)', allow prior EOS punctuation to

Completed in 234 milliseconds

12