Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_getcwd.c58 char *buf, *retbuf; in linux_getcwd() local
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c477 static char retbuf[2][MAX_TEMPSTR + 1]; /* sure wish C had GC */ in first_word() local
/freebsd/sys/kern/
H A Dvfs_cache.c3192 char *buf, *retbuf; in sys___getcwd() local
3211 vn_getcwd(char *buf, char **retbuf, size_t *buflen) in vn_getcwd()
3251 char *retbuf, *freebuf; in kern___realpathat() local
3319 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath()
3354 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global()
3466 vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_dir()
3582 char **retbuf, size_t *buflen, size_t addend) in vn_fullpath_any_smr()
3717 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any()
3764 char **retbuf, char **freebuf, size_t *buflen) in vn_fullpath_hardlink()
H A Dkern_proc.c2273 proc_get_binpath(struct proc *p, char *binname, char **retbuf, in proc_get_binpath()
2341 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c145 char retbuf[8]; /* returned time from the datum pts */ member
/freebsd/lib/libc/resolv/
H A Dres_debug.c754 char *retbuf = precsize_ntoa_retbuf; in precsize_ntoa() local
/freebsd/contrib/sendmail/src/
H A Dmap.c7797 static char retbuf[MAXNAME]; /* EAI:not relevant */ local