Home
last modified time | relevance | path

Searched refs:pathgetlink (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathgetlink.c42 pathgetlink(const char* name, char* buf, int siz) in pathgetlink() function
H A Dpathcanon.c166 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon_20100601()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.c199 if (pathgetlink(path, buf, sizeof(buf)) <= 0)
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap184 #undef pathgetlink
185 #define pathgetlink _ast_pathgetlink
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap184 #undef pathgetlink
185 #define pathgetlink _ast_pathgetlink
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h304 extern int pathgetlink(const char*, char*, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c579 if ((n = pathgetlink(ent->fts_path, state->text, sizeof(state->text) - 1)) < 0) in visit()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs259 path/pathgetlink.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile81 pathgetlink.c pathsetlink.c pathbin.c pathshell.c pathcd.c \
H A DMamfile1152 make pathgetlink.o
1153 make path/pathgetlink.c
1158 done path/pathgetlink.c
1159 meta pathgetlink.o %.c>%.o path/pathgetlink.c pathgetlink
1160 prev path/pathgetlink.c
1161 …} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Imisc -Iinclude -Istd -D_PACKAGE_ast -c path/pathgetlink.c
1162 done pathgetlink.o generated
6101 ….o pathrepl.o pathnative.o pathposix.o pathtemp.o pathtmp.o pathstat.o pathgetlink.o pathsetlink.o…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1580 if (pathgetlink(file, s, end - s) < 0) in type()