OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 07:10:07 GMT 2025