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

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

Completed in 61 milliseconds