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

/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

Completed in 47 milliseconds