Searched refs:strncopy (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 133 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 D | pathfind.c | 102 strncopy(buf, name, size); in pathfind()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strncopy.c | 33 strncopy(register char* t, register const char* f, size_t n) in strncopy() function
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 337 #undef strncopy 338 #define strncopy _ast_strncopy
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | map | 337 #undef strncopy 338 #define strncopy _ast_strncopy
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 334 #undef strncopy 335 #define strncopy _ast_strncopy
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 334 #undef strncopy 335 #define strncopy _ast_strncopy
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 337 extern char* strncopy(char*, const char*, size_t);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppargs.c | 174 strncopy(pp.token, comment, MAXTOKEN); in pplint()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 537 string/strncopy.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 75 strlcat.c strlcpy.c strlook.c strncopy.c strsearch.c strpsearch.c \
|
H A D | Mamfile | 824 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 D | RELEASE | 877 02-11-18 string/strncopy.c: add
|