Home
last modified time | relevance | path

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

12345

/freebsd-10-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-10-stable/lib/libc/db/hash/
Dhash_bigkey.c86 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert()
196 __big_delete(HTAB *hashp, BUFHEAD *bufp) in __big_delete()
273 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair()
322 BUFHEAD *bufp; in __find_last_page() local
359 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return()
445 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data()
498 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata()
512 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) in collect_key()
Dhash_page.c126 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx) in __delpair()
284 BUFHEAD *bufp; /* Buffer header for ino */ in ugly_split() local
398 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel()
468 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage()
925 BUFHEAD *bufp; in print_chain() local
/freebsd-10-stable/sys/ia64/include/
Dbus.h300 bus_size_t ofs, uint8_t *bufp, size_t count) in bus_space_read_multi_1()
313 bus_size_t ofs, uint16_t *bufp, size_t count) in bus_space_read_multi_2()
326 bus_size_t ofs, uint32_t *bufp, size_t count) in bus_space_read_multi_4()
339 bus_size_t ofs, uint64_t *bufp, size_t count) in bus_space_read_multi_8()
363 bus_size_t ofs, const uint8_t *bufp, size_t count) in bus_space_write_multi_1()
376 bus_size_t ofs, const uint16_t *bufp, size_t count) in bus_space_write_multi_2()
389 bus_size_t ofs, const uint32_t *bufp, size_t count) in bus_space_write_multi_4()
402 bus_size_t ofs, const uint64_t *bufp, size_t count) in bus_space_write_multi_8()
427 bus_size_t ofs, uint8_t *bufp, size_t count) in bus_space_read_region_1()
441 bus_size_t ofs, uint16_t *bufp, size_t count) in bus_space_read_region_2()
[all …]
/freebsd-10-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-10-stable/lib/libc/stdio/
Dopen_memstream.c48 char **bufp; member
174 open_memstream(char **bufp, size_t *sizep) in open_memstream()
Dopen_wmemstream.c48 wchar_t **bufp; member
235 open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream()
/freebsd-10-stable/contrib/ntp/libntp/
Dbuftvtots.c17 const char *bufp, in buftvtots()
/freebsd-10-stable/contrib/ntp/include/
Dlib_strbuf.h25 #define LIB_GETBUF(bufp) \ argument
/freebsd-10-stable/usr.bin/netstat/
Dunix.c70 pcblist_sysctl(int type, char **bufp) in pcblist_sysctl()
98 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm()
/freebsd-10-stable/sbin/fsdb/
Dfsdbutil.c228 printindir(ufs2_daddr_t blk, int level, char *bufp) in printindir()
287 char *bufp; in printblocks() local
/freebsd-10-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-10-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-10-stable/kerberos5/lib/libgssapi_krb5/
Dpname_to_uid.c41 char lname[MAXLOGNAME + 1], buf[1024], *bufp; in _gsskrb5_pname_to_uid() local
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
Duwx_bstream.h30 unsigned char *bufp; member
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_expand.c58 int bufp; in _nc_tic_expand() local
/freebsd-10-stable/contrib/ipfilter/ipsend/
Ddlcommon.c65 dlinfoack(fd, bufp) in dlinfoack() argument
375 dlokack(fd, bufp) in dlokack() argument
404 dlerrorack(fd, bufp) in dlerrorack() argument
433 dlbindack(fd, bufp) in dlbindack() argument
459 dlphysaddrack(fd, bufp) in dlphysaddrack() argument
/freebsd-10-stable/contrib/libpcap/
Dpcap-dlpi.c978 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1280 dlbindack(int fd, char *bufp, char *ebuf, int *uerror)
1287 dlokack(int fd, const char *what, char *bufp, char *ebuf)
1305 dlinfoack(int fd, char *bufp, char *ebuf)
/freebsd-10-stable/contrib/ipfilter/lib/
Dipft_pc.c181 static char *bufp = NULL; local
210 static char *bufp = NULL; local
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Df_int.c107 unsigned char *bufp; in a2i_ASN1_INTEGER() local
Df_enum.c103 unsigned char *bufp; in a2i_ASN1_ENUMERATED() local
Df_string.c101 unsigned char *bufp; in a2i_ASN1_STRING() local
/freebsd-10-stable/sys/opencrypto/
Dcryptodeflate.c83 struct deflate_buf *bufh, *bufp; local
/freebsd-10-stable/sbin/dmesg/
Ddmesg.c78 struct msgbuf *bufp, cur; in main() local
/freebsd-10-stable/sys/boot/efi/boot1/
Dufs_module.c96 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) in load()

12345