Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2202 checkupdate(int sighup) in checkupdate() function
2302 } while (checkupdate(sighup_update) == TRUE); in update_from_profile()
2463 } while (checkupdate(sighup_update) == TRUE); in perform_update()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c475 static int checkupdate(char *arg);
1948 if (tfile != NULL && checkupdate(longname) == 0) { in putfile()
4810 checkupdate(char *arg) in checkupdate() function