HomeSort by: relevance | last modified time | path
    Searched defs:isdelim (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
interp_parse.c 67 isdelim(int ch) function
123 token = isdelim(*(p + 1));
  /src/usr.bin/cut/
cut.c 291 int ch, field, isdelim; local
307 for (isdelim = 0, p = lbuf;; ++p) {
311 isdelim = 1;
313 if (!isdelim && !sflag)
318 if (!isdelim)
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 3635 char isdelim[256]; local
3641 memset(isdelim, 0, sizeof(isdelim));
3642 isdelim[0] = 1;
3645 isdelim[(unsigned char)(*delim)] = 1;
3649 while (!isdelim[(unsigned char)(**string)])
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 3443 char isdelim[256]; local
3449 memset(isdelim, 0, sizeof(isdelim));
3450 isdelim[0] = 1;
3453 isdelim[(unsigned char)(*delim)] = 1;
3457 while (!isdelim[(unsigned char)(**string)]) {
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 4900 char isdelim[256]; local
4903 memset(isdelim, 0, sizeof(isdelim));
4904 isdelim[0] = 1;
4907 isdelim[(unsigned char)(*delim)] = 1;
4911 while (!isdelim[(unsigned char)(**string)])

Completed in 33 milliseconds