Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprobe.c133 strncopy(buf, proc, p - proc + 1); in pathprobe_20100601()
141 strncopy(proc + n, p, PATH_MAX - n - 1); in pathprobe_20100601()
156 strncopy(p, key, x - p); in pathprobe_20100601()
160 e = strncopy(p, probe, x - p); in pathprobe_20100601()
176 strncopy(np, probe, nx - np); in pathprobe_20100601()
204 strncopy(p, key, x - p); in pathprobe_20100601()
214 strncopy(p, k, x - p); in pathprobe_20100601()
H A Dpathfind.c102 strncopy(buf, name, size); in pathfind()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrncopy.c33 strncopy(register char* t, register const char* f, size_t n) in strncopy() function
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c174 strncopy(pp.token, comment, MAXTOKEN); in pplint()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h337 extern char* strncopy(char*, const char*, size_t);
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs537 string/strncopy.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile75 strlcat.c strlcpy.c strlook.c strncopy.c strsearch.c strpsearch.c \
H A DMamfile824 make strncopy.o
825 make string/strncopy.c
827 done string/strncopy.c
828 meta strncopy.o %.c>%.o string/strncopy.c strncopy
829 prev string/strncopy.c
830 …c - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/strncopy.c
831 done strncopy.o generated
6101 …tch.o strcopy.o modei.o modex.o strmode.o strlcat.o strlcpy.o strlook.o strncopy.o strsearch.o str…
H A DRELEASE877 02-11-18 string/strncopy.c: add