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()
801 int tempid; in addelem_jid() local809 tempid = jail_getid(elem); in addelem_jid()810 if (tempid < 0) { in addelem_jid()818 inf->l.jids[(inf->count)++] = tempid; in addelem_jid()826 long tempid; in addelem_pid() local835 tempid = strtol(elem, &endp, 10); in addelem_pid()836 if (*endp != '\0' || tempid < 0 || elem == endp) { in addelem_pid()839 } else if (errno != 0 || tempid > pid_max) { in addelem_pid()849 inf->l.pids[(inf->count)++] = tempid; in addelem_pid()