Searched refs:pathnative (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathnative.c | 41 pathnative(const char* path, char* buf, size_t siz) in pathnative() function 53 pathnative(const char* path, char* buf, size_t siz) in pathnative() function 75 pathnative(const char* path, char* buf, size_t siz) in pathnative() function 98 pathnative(const char* path, char* buf, size_t siz) in pathnative() function 111 pathnative(const char* path, char* buf, size_t siz) in pathnative() function
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | externs | 5 lib pathnative,pathposix,uwin_path,uwin_unpath,fts_notify
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 193 #undef pathnative 194 #define pathnative _ast_pathnative
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | map | 193 #undef pathnative 194 #define pathnative _ast_pathnative
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 190 #undef pathnative 191 #define pathnative _ast_pathnative
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 190 #undef pathnative 191 #define pathnative _ast_pathnative
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 308 extern size_t pathnative(const char*, char*, size_t);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppinput.c | 56 n = pathnative(s, sfstrrsrv(np, m), m); in native()
|
H A D | Mamfile | 360 make ../../lib/libast/path/pathnative.c implicit 362 done ../../lib/libast/path/pathnative.c
|
H A D | RELEASE | 114 01-09-11 ppinput.c: use pathnative() for native fs representation
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 261 path/pathnative.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 80 pathnative.c pathposix.c pathtemp.c pathtmp.c pathstat.c \
|
H A D | Mamfile | 1091 make pathnative.o 1092 make path/pathnative.c 1094 done path/pathnative.c 1095 meta pathnative.o %.c>%.o path/pathnative.c pathnative 1096 prev path/pathnative.c 1097 …c - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c path/pathnative.c 1098 done pathnative.o generated 6101 ….o pathpath.o pathexists.o pathfind.o pathkey.o pathprobe.o pathrepl.o pathnative.o pathposix.o pa…
|
H A D | RELEASE | 726 03-08-21 path/pathnative.c,path/pathposix.c: interix updates 1112 01-09-11 pathnative.c: add for native fs representation
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 57 pathnative(const char* path, char* buf, size_t siz) in pathnative() function 1863 pathnative(sp,buff,sizeof(buff)); in nv_putval()
|