| /freebsd/contrib/ntp/libntp/lib/isc/win32/ |
| H A D | strerror.c | 64 BOOL freebuf; in isc__strerror() 73 freebuf = FALSE; in isc__strerror() 74 msg = NTstrerror(num, &freebuf); in isc__strerror() 79 if(freebuf && msg != NULL) { in isc__strerror() 62 BOOL freebuf; isc__strerror() local
|
| /freebsd/lib/libprocstat/ |
| H A D | core.c | 215 void *freebuf; in procstat_core_get() local 266 freebuf = NULL; in procstat_core_get() 268 freebuf = buf = malloc(len); in procstat_core_get() 275 free(freebuf); in procstat_core_get() 280 free(freebuf); in procstat_core_get() 284 if (freebuf == NULL) in procstat_core_get() 288 free(freebuf); in procstat_core_get()
|
| /freebsd/lib/libc/tests/string/ |
| H A D | stpncpy_test.c | 64 freebuf(char *buf, size_t len, int guard_at_end) in freebuf() function 104 freebuf(dst, bufsize, j); in test_stpncpy() 105 freebuf(src, MIN(bufsize, size), i); in test_stpncpy()
|
| H A D | memccpy_test.c | 66 freebuf(char * buf, size_t len, int guard_at_end) in freebuf() function 106 freebuf(dst, bufsize, j); in test_memccpy() 107 freebuf(src, bufsize < size ? bufsize : size, i); in test_memccpy()
|
| /freebsd/sys/kern/ |
| H A D | kern_proc.c | 2292 * freebuf should be freed by caller, from the M_TEMP malloc type. in proc_get_binpath() 2296 char **freebuf) in proc_get_binpath() 2310 *freebuf = NULL; in proc_get_binpath() 2322 *freebuf = NULL; in proc_get_binpath() 2326 retbuf, freebuf, &freepath_size) == 0) { in proc_get_binpath() 2343 free(*freebuf, M_TEMP); in sysctl_kern_proc_pathname() 2344 *freebuf = NULL; in sysctl_kern_proc_pathname() 2345 error = vn_fullpath(vp, retbuf, freebuf); in sysctl_kern_proc_pathname() local 2363 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() 2379 error = proc_get_binpath(p, binname, &retbuf, &freebuf); in sysctl_kern_proc_sv_name() 2278 proc_get_binpath(struct proc * p,char * binname,char ** retbuf,char ** freebuf) proc_get_binpath() argument [all...] |
| H A D | vfs_cache.c | 3285 char *retbuf, *freebuf; in kern___realpathat() local 3314 error = vn_fullpath(covered_vp, &retbuf, &freebuf); in kern___realpathat() 3319 &freebuf, &size); in kern___realpathat() 3331 free(freebuf, M_TEMP); in kern___realpathat() 3351 char **retbuf, char **freebuf) in vn_fullpath_up_to_pwd_vnode() argument 3375 *freebuf = buf; in vn_fullpath_up_to_pwd_vnode() 3392 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath() argument 3394 return (vn_fullpath_up_to_pwd_vnode(vp, get_rdir, retbuf, freebuf)); in vn_fullpath() 3412 vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_jail() argument 3414 return (vn_fullpath_up_to_pwd_vnode(vp, get_jdir, retbuf, freebuf)); in vn_fullpath_jail() [all …]
|
| /freebsd/sys/sys/ |
| H A D | vnode.h | 721 int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf); 722 int vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf); 723 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf); 726 char **freebuf, size_t *buflen);
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1723 char freebuf[32]; in dump_metaslab() local 1725 zdb_nicenum(msp->ms_size - space_map_allocated(sm), freebuf, in dump_metaslab() 1726 sizeof (freebuf)); in dump_metaslab() 1731 (u_longlong_t)space_map_object(sm), freebuf); in dump_metaslab()
|