Searched refs:pathposix (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathposix.c41 pathposix(const char* path, char* buf, size_t siz) function
53 pathposix(const char* path, char* buf, size_t siz) function
75 pathposix(const char* path, char* buf, size_t siz) function
98 pathposix(const char* path, char *buf, size_t siz) function
113 pathposix(const char* path, char* buf, size_t siz) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h218 #undef pathposix macro
219 #define pathposix _ast_pathposix macro
H A Dast.h310 extern __MANGLE__ size_t pathposix __PROTO__((const char*, char*, size_t));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h197 #undef pathposix macro
198 #define pathposix _ast_pathposix macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h218 #undef pathposix macro
219 #define pathposix _ast_pathposix macro
H A Dast.h310 extern __MANGLE__ size_t pathposix __PROTO__((const char*, char*, size_t));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h197 #undef pathposix macro
198 #define pathposix _ast_pathposix macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h218 #undef pathposix macro
219 #define pathposix _ast_pathposix macro
H A Dast.h310 extern __MANGLE__ size_t pathposix __PROTO__((const char*, char*, size_t));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h197 #undef pathposix macro
198 #define pathposix _ast_pathposix macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h218 #undef pathposix macro
219 #define pathposix _ast_pathposix macro
H A Dast.h310 extern __MANGLE__ size_t pathposix __PROTO__((const char*, char*, size_t));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h197 #undef pathposix macro
198 #define pathposix _ast_pathposix macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h292 extern size_t pathposix(const char*, char*, size_t);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1239 if((n = pathposix(name, NIL(char*), 0)) > 0 && (p = (char*)malloc(++n)))
1241 pathposix(name, p, n);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com234 common/path/pathposix.o \

Completed in 100 milliseconds