Home
last modified time | relevance | path

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

/netbsd-src/libexec/makewhatis/
H A Dmakewhatis.c444 char sectionbuffer[24]; in makesection() local
447 (void)snprintf(sectionbuffer, sizeof(sectionbuffer), in makesection()
449 return estrdup(sectionbuffer); in makesection()