Home
last modified time | relevance | path

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

/security/tomoyo/
Drealpath.c157 char *ep; in tomoyo_get_local_path() local
158 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); in tomoyo_get_local_path()
159 if (*ep == '/' && pid && pid == in tomoyo_get_local_path()
161 pos = ep - 5; in tomoyo_get_local_path()
Dutil.c203 char *ep; in tomoyo_parse_ulong() local
215 *result = simple_strtoul(cp, &ep, base); in tomoyo_parse_ulong()
216 if (cp == ep) in tomoyo_parse_ulong()
218 *str = ep; in tomoyo_parse_ulong()