Searched refs:npstart (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c191 int pstart, npstart; local
214 &thisyear, &pstart, &npstart) != 3) {
231 if((! okay(pstart)) || (! okay(npstart))) {
245 if ((npstart/100) == 24) {
251 h[1].h_min = npstart % 100;
252 h[1].h_hour = npstart / 100;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c1014 struct node *npstart, *npcont, *npend, *npref, *newnp, *nprest; local
1062 npstart = events[0]->u.event.ewname;
1067 npstart = events[1]->u.event.ewname;
1072 for (npref = npstart; npref != NULL;

Completed in 137 milliseconds