Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sdiff/
H A Dsdiff.c530 int notspace; in getlen() local
534 notspace = 0; in getlen()
556 notspace = 1; in getlen()
568 notspace = 1; in getlen()
582 notspace = 1; in getlen()
586 return (notspace ? tlen : 0); in getlen()
/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c467 char name[PATH_MAX], enckey[RAW_KEY_SIZE], *notspace; in dst_s_read_public_key() local
559 for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--) in dst_s_read_public_key()
560 notspace++; in dst_s_read_public_key()
562 dlen = b64_pton(notspace, deckey, sizeof(deckey)); in dst_s_read_public_key()