Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linux/
HDlinux_getcwd.c58 char *buf, *retbuf; in linux_getcwd() local
/freebsd-head/usr.sbin/cron/lib/
HDmisc.c477 static char retbuf[2][MAX_TEMPSTR + 1]; /* sure wish C had GC */ in first_word() local
/freebsd-head/contrib/ntp/ntpd/
HDrefclock_datum.c145 char retbuf[8]; /* returned time from the datum pts */ member
/freebsd-head/sys/kern/
HDvfs_cache.c3193 char *buf, *retbuf; in sys___getcwd() local
3212 vn_getcwd(char *buf, char **retbuf, size_t *buflen) in vn_getcwd()
3252 char *retbuf, *freebuf; in kern___realpathat() local
3320 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath()
3355 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global()
3467 vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_dir()
3583 char **retbuf, size_t *buflen, size_t addend) in vn_fullpath_any_smr()
3718 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any()
3765 char **retbuf, char **freebuf, size_t *buflen) in vn_fullpath_hardlink()
HDkern_proc.c2269 proc_get_binpath(struct proc *p, char *binname, char **retbuf, in proc_get_binpath()
2337 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() local
/freebsd-head/sys/netinet6/
HDin6_ifattach.c801 in6_get_tmpifid(struct ifnet *ifp, u_int8_t *retbuf, in in6_get_tmpifid()
/freebsd-head/lib/libc/resolv/
HDres_debug.c754 char *retbuf = precsize_ntoa_retbuf; in precsize_ntoa() local
/freebsd-head/contrib/sendmail/src/
HDmap.c7797 static char retbuf[MAXNAME]; /* EAI:not relevant */ local