Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_harmless.c111 unsigned goodcount = spaceavail-1; in safe_strncpy() local
115 strncpy(targ,src,goodcount); in safe_strncpy()
116 targ[goodcount] = 0; in safe_strncpy()