Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/path/
H A Dpathprobe.c121 strncopy(buf, proc, p - proc + 1); in pathprobe()
129 strncopy(proc + n, p, PATH_MAX - n - 1); in pathprobe()
141 strncopy(p, key, x - p); in pathprobe()
145 e = strncopy(p, probe, x - p); in pathprobe()
161 strncopy(np, probe, nx - np); in pathprobe()
189 strncopy(p, key, x - p); in pathprobe()
199 strncopy(p, k, x - p); in pathprobe()
H A Dpathfind.c102 strncopy(buf, name, size); in pathfind()
/titanic_41/usr/src/lib/libdll/common/
H A Ddllplug.c56 strncopy(path, dle->path, size); in dllplug()
71 strncopy(path, name, size); in dllplug()
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrncopy.c33 strncopy(register char* t, register const char* f, size_t n) in strncopy() function
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h337 #undef strncopy
338 #define strncopy _ast_strncopy macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h358 #undef strncopy
359 #define strncopy _ast_strncopy macro
H A Dast.h332 extern __MANGLE__ char* strncopy __PROTO__((char*, const char*, size_t));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h358 #undef strncopy
359 #define strncopy _ast_strncopy macro
H A Dast.h332 extern __MANGLE__ char* strncopy __PROTO__((char*, const char*, size_t));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h358 #undef strncopy
359 #define strncopy _ast_strncopy macro
H A Dast.h332 extern __MANGLE__ char* strncopy __PROTO__((char*, const char*, size_t));
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h337 #undef strncopy
338 #define strncopy _ast_strncopy macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h337 #undef strncopy
338 #define strncopy _ast_strncopy macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h358 #undef strncopy
359 #define strncopy _ast_strncopy macro
H A Dast.h332 extern __MANGLE__ char* strncopy __PROTO__((char*, const char*, size_t));
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h337 #undef strncopy
338 #define strncopy _ast_strncopy macro
/titanic_41/usr/src/lib/libast/common/include/
H A Dast.h314 extern char* strncopy(char*, const char*, size_t);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap337 #undef strncopy
338 #define strncopy _ast_strncopy
/titanic_41/usr/src/lib/libpp/common/
H A Dppargs.c172 strncopy(pp.token, comment, MAXTOKEN); in pplint()
/titanic_41/usr/src/lib/libast/
H A DMakefile.com507 common/string/strncopy.o \
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE689 02-11-18 string/strncopy.c: add