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

  /src/lib/libresolv/
dst_api.c 476 char name[PATH_MAX], enckey[RAW_KEY_SIZE], *notspace; local in function:dst_s_read_public_key
568 for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--)
569 notspace++;
571 dlen = b64_pton(notspace, deckey, sizeof(deckey));
dst_api.c 476 char name[PATH_MAX], enckey[RAW_KEY_SIZE], *notspace; local in function:dst_s_read_public_key
568 for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--)
569 notspace++;
571 dlen = b64_pton(notspace, deckey, sizeof(deckey));

Completed in 58 milliseconds