Searched refs:voidp (Results 101 - 120 of 120) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzlib.h1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1422 ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems,
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dzlib.h1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1422 ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems,
/netbsd-current/external/bsd/am-utils/include/
H A Dconfig.h2421 #define voidp void * macro
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dopts.c1470 memset((voidp) &fs_static, 0, sizeof(fs_static));
1471 memset((voidp) vars, 0, sizeof(vars));
1472 memset((voidp) fo, 0, sizeof(*fo));
H A Dautil.c83 p = (char *) xrealloc((voidp) p, len);
H A Dmap.c175 exported_ap = (am_node **) xrealloc((voidp) exported_ap, nsize * sizeof(am_node *));
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v1.c379 memset((voidp) fh, 0, sizeof(autofs_fh_t)); /* Paranoid */
H A Dautofs_solaris_v2_v3.c969 memset((voidp) fh, 0, sizeof(autofs_fh_t)); /* Paranoid */
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c869 memset((voidp) nap, 0, sizeof(nfs_args_t));
1266 memset((voidp) nap, 0, sizeof(nfs4_args_t));
H A Dxdr_func.c943 (char **) ((voidp) &objp->auth_flavors.auth_flavors_val),
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c400 netbsd32_to_voidp(netbsd32_voidp *s32p, voidp *p, u_long cmd)
1071 netbsd32_from_voidp(voidp *p, netbsd32_voidp *s32p, u_long cmd)
1732 IOCTL_CONV_TO(IOC_NPF_STATS, voidp);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc244 get_tinfo_ptr (tree type, bool voidp = false)
249 tree ptype = voidp ? const_ptr_type_node : type_info_ptr_type ();
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1956 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dunzip.c1686 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1961 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1959 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1959 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1959 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc2482 tree voidp = build_pointer_type (void_type_node); local
2483 r0 = range_zero (voidp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc3060 tree voidp = build_pointer_type (void_type_node);
3061 r0 = range_zero (voidp);
3059 tree voidp = build_pointer_type (void_type_node); local
/netbsd-current/sys/net/
H A Dzlib.c5786 extern voidp calloc(uInt items, uInt size);

Completed in 428 milliseconds

12345