Searched refs:nc (Results 1 – 2 of 2) sorted by relevance
67 size_t nc = STRNLEN (src, n); in STUPID_STPNCPY() local70 for (i = 0; i < nc; ++i) in STUPID_STPNCPY()74 return dst + nc; in STUPID_STPNCPY()
82 size_t nc = STRNLEN (src, n); in STUPID_STRNCPY() local85 for (i = 0; i < nc; ++i) in STUPID_STRNCPY()
Completed in 7 milliseconds