Searched refs:isdelim (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/common/
H A Dinterp_parse.c63 isdelim(int ch) function
138 token = isdelim(*(p + 1));
/freebsd-11-stable/usr.bin/cut/
H A Dcut.c383 int field, i, isdelim; local
404 for (isdelim = 0, p = lbuf;; p += clen) {
415 isdelim = 1;
417 if (!isdelim && !sflag)
422 if (!isdelim)
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c97 char isdelim[256]; local
103 memset(isdelim, 0, 256);
104 isdelim[0] = 1;
107 isdelim[(unsigned char)(*delim)] = 1;
111 while (!isdelim[(unsigned char)(**string)]) {
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c685 #define isdelim(c) ((c) == '%' || (c) == '@' || (c) == '+') macro
730 while (*e != '\0' && (quot || !isdelim(*e)))
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c2585 char isdelim[256]; local
2591 memset(isdelim, 0, sizeof(isdelim));
2592 isdelim[0] = 1;
2595 isdelim[(unsigned char)(*delim)] = 1;
2599 while (!isdelim[(unsigned char)(**string)]) {

Completed in 99 milliseconds