Home
last modified time | relevance | path

Searched refs:pvec (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/bin/ed/
Dcbc.c75 static DES_cblock pvec; /* padding vector */ variable
101 arc4random_buf(pvec, sizeof(pvec)); in init_des_cipher()
346 (void)MEMCPY(msgbuf + n, pvec, 8 - n); in cbc_encode()
/freebsd-12-stable/contrib/tcsh/
Dsh.glob.c708 int pvec[2], quoted; in backeval() local
743 mypipe(pvec); in backeval()
744 cleanup_push(&pvec[0], open_cleanup); in backeval()
745 cleanup_push(&pvec[1], open_cleanup); in backeval()
751 xclose(pvec[0]); in backeval()
752 (void) dmove(pvec[1], 1); in backeval()
822 cleanup_until(&pvec[1]); in backeval()
831 icnt = wide_read(pvec[0], ibuf, BUFSIZE, 0); in backeval()
871 cleanup_until(&pvec[0]); in backeval()
Dtc.os.c763 int pvec[2]; in dobs2cmd() local
809 mypipe(pvec); in dobs2cmd()
810 cleanup_push(&pvec[0], open_cleanup); in dobs2cmd()
811 cleanup_push(&pvec[1], open_cleanup); in dobs2cmd()
815 xclose(pvec[0]); in dobs2cmd()
816 (void) dmove(pvec[1], 1); in dobs2cmd()
833 cleanup_until(&pvec[1]); in dobs2cmd()
839 icnt = xread(pvec[0], tibuf, sizeof(tibuf)); in dobs2cmd()
847 cleanup_until(&pvec[0]); in dobs2cmd()
/freebsd-12-stable/lib/ncurses/ncurses/
Dtermcap.c114 char **pvec; /* holds usable tail of path vector */ in _nc_read_termcap_entry() local
120 pvec = pathvec; in _nc_read_termcap_entry()
/freebsd-12-stable/contrib/gcc/
Dopts.c625 add_instrument_functions_exclude_list (VEC(char_p,heap) **pvec, in add_instrument_functions_exclude_list() argument
646 VEC_safe_push (char_p, heap, *pvec, token_start); in add_instrument_functions_exclude_list()
658 VEC_safe_push (char_p, heap, *pvec, token_start); in add_instrument_functions_exclude_list()