Searched refs:cuserid (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/lib/libcompat/
H A DMakefile25 SRCS+= cuserid.c
27 MAN+= 4.4/cuserid.3
/freebsd-10.2-release/lib/libcompat/4.4/
H A Dcuserid.c31 static char sccsid[] = "@(#)cuserid.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: releng/10.2/lib/libcompat/4.4/cuserid.c 194793 2009-06-23 23:20:09Z delphij $");
42 cuserid(char *s) function
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h224 #pragma redefine_extname cuserid __mfwrap_cuserid
H A Dmf-hooks2.c1940 WRAPPER2(char *, cuserid, char * buf)
1945 "cuserid destination");
1946 return cuserid (buf);
1948 buf = cuserid (NULL);
H A Dconfigure4317 for ac_func in getlogin cuserid getpwnam getpwuid getpwent getgrnam getgrgid getgrent
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h208 extern char * cuserid(char *);

Completed in 124 milliseconds