Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dam_ops.c180 ops_show1(char *buf, size_t l, int *linesizep, const char *name) in ops_show1() argument
184 *linesizep += strlen(name) + 2; in ops_show1()
185 if (*linesizep > 60) { in ops_show1()
187 *linesizep = 0; in ops_show1()