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()
861 int tempid; in addelem_jid() local869 tempid = jail_getid(elem); in addelem_jid()870 if (tempid < 0) { in addelem_jid()878 inf->l.jids[(inf->count)++] = tempid; in addelem_jid()886 long tempid; in addelem_pid() local895 tempid = strtol(elem, &endp, 10); in addelem_pid()896 if (*endp != '\0' || tempid < 0 || elem == endp) { in addelem_pid()899 } else if (errno != 0 || tempid > pid_max) { in addelem_pid()909 inf->l.pids[(inf->count)++] = tempid; in addelem_pid()