HomeSort by: relevance | last modified time | path
    Searched defs:zpid (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ar_io.c 98 static pid_t zpid = -1; /* pid of child process */ variable in typeref:typename:pid_t
410 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
411 kill(zpid, SIGINT);
421 if (zpid > 0)
422 waitpid(zpid, &status, 0);
1585 zpid = fork();
1586 if (zpid < 0)
1590 if (zpid) {
ar_io.c 98 static pid_t zpid = -1; /* pid of child process */ variable in typeref:typename:pid_t
410 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
411 kill(zpid, SIGINT);
421 if (zpid > 0)
422 waitpid(zpid, &status, 0);
1585 zpid = fork();
1586 if (zpid < 0)
1590 if (zpid) {

Completed in 24 milliseconds