Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c191 char holbuf[128]; in inithol() local
205 while(fgets(holbuf, sizeof(holbuf), holptr) != NULL) { in inithol()
207 if (holbuf[0] == '*') in inithol()
210 for (c = holbuf; isspace(*c); c++) in inithol()
217 if(sscanf(holbuf, "%4d %4d %4d", in inithol()
280 sscanf(holbuf, "%d/%d %*s %*s %*[^\n]\n", &month, &day); in inithol()