Searched refs:pathgetlink (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathgetlink.c | 42 pathgetlink(const char* name, char* buf, int siz) in pathgetlink() function
|
H A D | pathcanon.c | 166 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon_20100601()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | syslog.c | 199 if (pathgetlink(path, buf, sizeof(buf)) <= 0)
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 187 #undef pathgetlink 188 #define pathgetlink _ast_pathgetlink
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | map | 187 #undef pathgetlink 188 #define pathgetlink _ast_pathgetlink
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 184 #undef pathgetlink 185 #define pathgetlink _ast_pathgetlink
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 184 #undef pathgetlink 185 #define pathgetlink _ast_pathgetlink
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 304 extern int pathgetlink(const char*, char*, int);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cp.c | 579 if ((n = pathgetlink(ent->fts_path, state->text, sizeof(state->text) - 1)) < 0) in visit()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 259 path/pathgetlink.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 81 pathgetlink.c pathsetlink.c pathbin.c pathshell.c pathcd.c \
|
H A D | Mamfile | 1152 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 D | magic.c | 1580 if (pathgetlink(file, s, end - s) < 0) in type()
|