Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
157 char *ep; in tomoyo_get_local_path() local158 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()
203 char *ep; in tomoyo_parse_ulong() local215 *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()