Searched refs:pvec (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/text_cmds-88/ed/
H A Dcbc.c77 DES_cblock pvec; /* padding vector */ variable
108 pvec[i] = (char) (arc4random() % 256);
353 (void)MEMCPY(msgbuf + n, pvec, 8 - n);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.glob.c694 int pvec[2], quoted; local
725 mypipe(pvec);
726 cleanup_push(&pvec[0], open_cleanup);
727 cleanup_push(&pvec[1], open_cleanup);
733 xclose(pvec[0]);
734 (void) dmove(pvec[1], 1);
795 cleanup_until(&pvec[1]);
808 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp);
874 cleanup_until(&pvec[0]);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c780 char **pvec; /* holds usable tail of path vector */ local
785 pvec = pathvec;

Completed in 125 milliseconds