Searched refs:tempid (Results 1 – 2 of 2) sorted by relevance
62 char *answer, *tempid; in Getstr() local64 tempid = strdup(id); in Getstr()65 retval = cgetstr(area, tempid, &answer); in Getstr()66 free(tempid); in Getstr()
823 int tempid; in addelem_jid() local831 tempid = jail_getid(elem); in addelem_jid()832 if (tempid < 0) { in addelem_jid()840 inf->l.jids[(inf->count)++] = tempid; in addelem_jid()848 long tempid; in addelem_pid() local857 tempid = strtol(elem, &endp, 10); in addelem_pid()858 if (*endp != '\0' || tempid < 0 || elem == endp) { in addelem_pid()861 } else if (errno != 0 || tempid > pid_max) { in addelem_pid()871 inf->l.pids[(inf->count)++] = tempid; in addelem_pid()