Home
last modified time | relevance | path

Searched refs:notspace (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c528 int notspace; in getlen() local
532 notspace = 0; in getlen()
554 notspace = 1; in getlen()
566 notspace = 1; in getlen()
580 notspace = 1; in getlen()
584 return (notspace ? tlen : 0); in getlen()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c463 char name[PATH_MAX], enckey[RAW_KEY_SIZE], *notspace; in dst_s_read_public_key() local
555 for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--) in dst_s_read_public_key()
556 notspace++; in dst_s_read_public_key()
558 dlen = b64_pton(notspace, deckey, sizeof(deckey)); in dst_s_read_public_key()