Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/path/
H A Dpathgetlink.c42 pathgetlink(const char* name, char* buf, int siz) in pathgetlink() function
H A Dpathcanon.c151 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h208 #undef pathgetlink
209 #define pathgetlink _ast_pathgetlink macro
H A Dast.h305 extern __MANGLE__ int pathgetlink __PROTO__((const char*, char*, int));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h208 #undef pathgetlink
209 #define pathgetlink _ast_pathgetlink macro
H A Dast.h305 extern __MANGLE__ int pathgetlink __PROTO__((const char*, char*, int));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h208 #undef pathgetlink
209 #define pathgetlink _ast_pathgetlink macro
H A Dast.h305 extern __MANGLE__ int pathgetlink __PROTO__((const char*, char*, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h208 #undef pathgetlink
209 #define pathgetlink _ast_pathgetlink macro
H A Dast.h305 extern __MANGLE__ int pathgetlink __PROTO__((const char*, char*, int));
/titanic_50/usr/src/lib/libast/common/comp/
H A Dsyslog.c199 if (pathgetlink(path, buf, sizeof(buf)) <= 0)
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h287 extern int pathgetlink(const char*, char*, int);
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap187 #undef pathgetlink
188 #define pathgetlink _ast_pathgetlink
/titanic_50/usr/src/lib/libcmd/common/
H A Dcp.c556 if ((n = pathgetlink(ent->fts_path, state->text, sizeof(state->text) - 1)) < 0) in visit()
/titanic_50/usr/src/lib/libast/
H A DMakefile.com230 common/path/pathgetlink.o \
/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c1539 if (pathgetlink(file, s, size - (s - buf)) < 0) in type()