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

/osnet-11/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 21 milliseconds