Searched refs:strccpy (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3gen/
H A DMakefile30 strccpy.3gen \
53 strcadd.3gen := LINKSRC = strccpy.3gen
54 streadd.3gen := LINKSRC = strccpy.3gen
55 strecpy.3gen := LINKSRC = strccpy.3gen
/illumos-gate/usr/src/lib/libgen/common/
H A Dstrccpy.c36 * strccpy(output, input)
37 * strccpy copys the input string to the output string compressing
40 * Language" by Kernighan and Ritchie. strccpy returns the output
44 * Identical to strccpy() except returns address of null-byte at end
49 strccpy(char *pout, const char *pin) function
/illumos-gate/usr/src/cmd/gettxt/
H A Dgettxt.c73 (void) strccpy(dfltp, argv[2]);
/illumos-gate/usr/src/lib/libgen/
H A DMakefile.com29 strccpy.o strecpy.o strfind.o strrspn.o strtrns.o
/illumos-gate/usr/src/head/
H A Dlibgen.h110 extern char *strccpy(char *, const char *);
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c276 (void)strccpy(bufworkp, bufinp);

Completed in 607 milliseconds