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

/freebsd-9.3-release/usr.sbin/pw/
H A Dfileupd.c72 fileupdate(char const * filename, mode_t fmode, char const * newline, char const * prefix, int pfxlen, int updmode) argument
131 updated = updmode == UPD_REPLACE ? UPD_REPLACE : UPD_DELETE;
136 if (updmode == UPD_REPLACE)
138 else if (updmode == UPD_DELETE)
151 if (updmode != updated)
162 if (updmode == UPD_CREATE)
H A Dpwupd.h52 int fileupdate(char const * fname, mode_t fm, char const * nline, char const * pfx, int pfxlen, int updmode);

Completed in 96 milliseconds