Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c195 int pstart, npstart; in inithol() local
218 &thisyear, &pstart, &npstart) != 3) { in inithol()
235 if((! okay(pstart)) || (! okay(npstart))) { in inithol()
249 if ((npstart/100) == 24) { in inithol()
255 h[1].h_min = npstart % 100; in inithol()
256 h[1].h_hour = npstart / 100; in inithol()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c1016 struct node *npstart, *npcont, *npend, *npref, *newnp, *nprest; in eval_dup() local
1064 npstart = events[0]->u.event.ewname; in eval_dup()
1069 npstart = events[1]->u.event.ewname; in eval_dup()
1074 for (npref = npstart; npref != NULL; in eval_dup()