Searched defs:holbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c187 char *fgets(), holbuf[128]; local
201 while(fgets(holbuf, sizeof(holbuf), holptr) != NULL) {
203 if (holbuf[0] == '*')
206 for (c = holbuf; isspace(*c); c++)
213 if(sscanf(holbuf, "%4d %4d %4d",
276 sscanf(holbuf, "%d/%d %*s %*s %*[^\n]\n", &month, &day);

Completed in 51 milliseconds