Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c49 int existsp = 0; in change() local
81 existsp = _kadm5_exists_keys (ent.entry.keys.val, in change()
86 if (existsp) { in change()
/freebsd/contrib/nvi/common/
H A Dexf.c451 file_spath(SCR *sp, FREF *frp, struct stat *sbp, int *existsp) in file_spath() argument
464 *existsp = 0; in file_spath()
469 *existsp = !stat(name, sbp); in file_spath()
475 *existsp = 1; in file_spath()
511 *existsp = found; in file_spath()