Searched refs:tempid (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libtelnet-13/
H A Dgetent.c76 char *answer, *tempid; local
78 tempid = strdup(id);
79 retval = cgetstr(area, tempid, &answer);
80 free(tempid);
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c833 long tempid; local
842 tempid = strtol(elem, &endp, 10);
843 if (*endp != '\0' || tempid < 0 || elem == endp) {
846 } else if (errno != 0 || tempid > BSD_PID_MAX) {
856 inf->l.pids[(inf->count)++] = tempid;

Completed in 145 milliseconds