Home
last modified time | relevance | path

Searched defs:retbuf (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/compat/linux/
H A Dlinux_getcwd.c58 char *buf, *retbuf; in linux_getcwd() local
/freebsd-14.2/usr.sbin/cron/lib/
H A Dmisc.c480 static char retbuf[2][MAX_TEMPSTR + 1]; /* sure wish C had GC */ in first_word() local
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_datum.c145 char retbuf[8]; /* returned time from the datum pts */ member
/freebsd-14.2/sys/kern/
H A Dvfs_cache.c3110 char *buf, *retbuf; in sys___getcwd() local
3129 vn_getcwd(char *buf, char **retbuf, size_t *buflen) in vn_getcwd()
3169 char *retbuf, *freebuf; in kern___realpathat() local
3227 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath()
3262 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global()
3374 vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_dir()
3490 char **retbuf, size_t *buflen, size_t addend) in vn_fullpath_any_smr()
3625 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any()
3672 char **retbuf, char **freebuf, size_t *buflen) in vn_fullpath_hardlink()
H A Dkern_proc.c2274 proc_get_binpath(struct proc *p, char *binname, char **retbuf, in proc_get_binpath()
2342 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() local
/freebsd-14.2/sys/netinet6/
H A Din6_ifattach.c802 in6_get_tmpifid(struct ifnet *ifp, u_int8_t *retbuf, in in6_get_tmpifid()
/freebsd-14.2/lib/libc/resolv/
H A Dres_debug.c758 char *retbuf = precsize_ntoa_retbuf; in precsize_ntoa() local
/freebsd-14.2/contrib/sendmail/src/
H A Dmap.c7797 static char retbuf[MAXNAME]; /* EAI:not relevant */ local