Home
last modified time | relevance | path

Searched defs:bufp (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd-12-stable/contrib/libgnuregex/
Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
40 # define re_match(bufp, string, size, pos, regs) \ argument
42 # define re_search(bufp, string, size, startpos, range, regs) \ argument
44 # define re_compile_pattern(pattern, length, bufp) \ argument
47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
49 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) argument
/freebsd-12-stable/lib/libc/db/hash/
Dhash_bigkey.c88 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert()
198 __big_delete(HTAB *hashp, BUFHEAD *bufp) in __big_delete()
275 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair()
324 BUFHEAD *bufp; in __find_last_page() local
361 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return()
447 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data()
500 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata()
514 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) in collect_key()
Dhash_page.c128 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx) in __delpair()
286 BUFHEAD *bufp; /* Buffer header for ino */ in ugly_split() local
400 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel()
470 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage()
927 BUFHEAD *bufp; in print_chain() local
/freebsd-12-stable/contrib/ntp/libparse/
Dieee754io.c105 unsigned char *bufp, in fmt_hex()
127 unsigned char *bufp, in get_byte()
146 unsigned char *bufp, in put_byte()
169 unsigned char *bufp = *buffpp; in fetch_ieee754() local
/freebsd-12-stable/lib/libc/stdio/
Dopen_memstream.c50 char **bufp; member
176 open_memstream(char **bufp, size_t *sizep) in open_memstream()
Dopen_wmemstream.c50 wchar_t **bufp; member
237 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream()
/freebsd-12-stable/contrib/ntp/libntp/
Dbuftvtots.c17 const char *bufp, in buftvtots()
/freebsd-12-stable/contrib/ntp/include/
Dlib_strbuf.h25 #define LIB_GETBUF(bufp) \ argument
/freebsd-12-stable/usr.bin/netstat/
Dunix.c76 pcblist_sysctl(int type, char **bufp) in pcblist_sysctl()
104 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm()
/freebsd-12-stable/contrib/binutils/opcodes/
Dmep-ibld.c85 unsigned char *bufp) in insert_1()
222 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8; in insert_normal() local
376 unsigned char *bufp, in extract_1()
469 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8; in extract_normal() local
/freebsd-12-stable/sys/cam/scsi/
Dscsi_enc_safte.c260 union ccb *ccb, uint8_t **bufp, int error, int xfer_len) in safte_process_config()
331 union ccb *ccb, uint8_t **bufp, int error, int xfer_len) in safte_process_gflags()
356 union ccb *ccb, uint8_t **bufp, int error, int xfer_len) in safte_process_status()
665 union ccb *ccb, uint8_t **bufp, int error, int xfer_len) in safte_process_slotstatus()
955 union ccb *ccb, uint8_t **bufp, int error, int xfer_len) in safte_process_control_request()
/freebsd-12-stable/kerberos5/lib/libgssapi_krb5/
Dpname_to_uid.c43 char lname[MAXLOGNAME + 1], buf[1024], *bufp; in _gsskrb5_pname_to_uid() local
/freebsd-12-stable/crypto/openssh/
Dsshbuf-io.c81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file()
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_expand.c60 int bufp; in _nc_tic_expand() local
/freebsd-12-stable/sbin/ipf/libipf/
Dipft_pc.c178 static char *bufp = NULL; in ipcap_read() local
205 static char *bufp = NULL; in ipcap_readip() local
/freebsd-12-stable/sys/opencrypto/
Dcryptodeflate.c97 struct deflate_buf *bufh, *bufp; local
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Df_string.c52 unsigned char *bufp; in a2i_ASN1_STRING() local
Df_int.c58 unsigned char *bufp; in a2i_ASN1_INTEGER() local
/freebsd-12-stable/sbin/ipf/ipsend/
Ddlcommon.c60 dlinfoack(int fd, char *bufp) in dlinfoack()
339 dlokack(int fd, char *bufp) in dlokack()
366 dlerrorack(int fd, char *bufp) in dlerrorack()
393 dlbindack(int fd, char *bufp) in dlbindack()
417 dlphysaddrack(int fd, char *bufp) in dlphysaddrack()
/freebsd-12-stable/sbin/dmesg/
Ddmesg.c80 struct msgbuf *bufp, cur; in main() local
/freebsd-12-stable/usr.sbin/ppp/
Dvjcomp.c119 u_char *bufp; in VjUncompressTcp() local
Dpred.c183 u_char bufp[MAX_MTU + 2]; in Pred1Output() local
225 u_char *bufp; in Pred1Input() local
/freebsd-12-stable/contrib/libpcap/
Dpcap-dlpi.c1152 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1454 dlbindack(int fd, char *bufp, char *ebuf, int *uerror)
1461 dlokack(int fd, const char *what, char *bufp, char *ebuf)
1479 dlinfoack(int fd, char *bufp, char *ebuf)
/freebsd-12-stable/lib/libufs/
Dsblock.c148 use_pread(void *devfd, off_t loc, void **bufp, int size) in use_pread()
/freebsd-12-stable/tools/regression/netinet6/inet6_rth/
Dtest_subr.c47 set_funcname(char *bufp, size_t bufsize) in set_funcname()

12345