Searched refs:pvec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/bin/ed/ |
| D | cbc.c | 77 DES_cblock pvec; /* padding vector */ variable 105 arc4random_buf(pvec, sizeof(pvec)); in init_des_cipher() 350 (void)MEMCPY(msgbuf + n, pvec, 8 - n); in cbc_encode()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.glob.c | 700 int pvec[2], quoted; in backeval() local 731 mypipe(pvec); in backeval() 732 cleanup_push(&pvec[0], open_cleanup); in backeval() 733 cleanup_push(&pvec[1], open_cleanup); in backeval() 739 xclose(pvec[0]); in backeval() 740 (void) dmove(pvec[1], 1); in backeval() 807 cleanup_until(&pvec[1]); in backeval() 820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp); in backeval() 886 cleanup_until(&pvec[0]); in backeval()
|
| D | tc.os.c | 767 int pvec[2]; in dobs2cmd() local 813 mypipe(pvec); in dobs2cmd() 814 cleanup_push(&pvec[0], open_cleanup); in dobs2cmd() 815 cleanup_push(&pvec[1], open_cleanup); in dobs2cmd() 819 xclose(pvec[0]); in dobs2cmd() 820 (void) dmove(pvec[1], 1); in dobs2cmd() 837 cleanup_until(&pvec[1]); in dobs2cmd() 843 icnt = xread(pvec[0], tibuf, sizeof(tibuf)); in dobs2cmd() 851 cleanup_until(&pvec[0]); in dobs2cmd()
|
| /freebsd-9-stable/lib/ncurses/ncurses/ |
| D | termcap.c | 110 char **pvec; /* holds usable tail of path vector */ in _nc_read_termcap_entry() local 116 pvec = pathvec; in _nc_read_termcap_entry()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | read_termcap.c | 780 char **pvec; /* holds usable tail of path vector */ in _nc_tgetent() local 785 pvec = pathvec; in _nc_tgetent()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | opts.c | 625 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()
|