Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
163 char *ep; in tomoyo_get_local_path() local164 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()
188 char *ep; in tomoyo_parse_ulong() local202 *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