Home
last modified time | relevance | path

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

/security/tomoyo/
A Drealpath.c163 char *ep; in tomoyo_get_local_path() local
164 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); in tomoyo_get_local_path()
167 if (*ep == '/' && pid && pid == in tomoyo_get_local_path()
169 pos = ep - 5; in tomoyo_get_local_path()
A Dutil.c188 char *ep; in tomoyo_parse_ulong() local
202 *result = simple_strtoul(cp, &ep, base); in tomoyo_parse_ulong()
203 if (cp == ep) in tomoyo_parse_ulong()
205 *str = ep; in tomoyo_parse_ulong()

Completed in 7 milliseconds