Home
last modified time | relevance | path

Searched refs:saveit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/fsplit/
H A Dfsplit.c99 static int saveit(const char *);
188 if (saveit(name)) { in main()
227 saveit(const char *name) in saveit() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c1283 syncprov_matchops( Operation *op, opcookie *opc, int saveit ) in syncprov_matchops() argument
1299 if ( op->o_tag == LDAP_REQ_MODRDN && !saveit ) { in syncprov_matchops()
1314 if ( e && !saveit ) { in syncprov_matchops()
1323 op->o_log_prefix, saveit ? "initial" : "final", fc.fdn->bv_val ); in syncprov_matchops()
1329 if ( !saveit ) { in syncprov_matchops()
1336 if ( saveit || op->o_tag == LDAP_REQ_ADD ) { in syncprov_matchops()
1346 } else if ( op->o_tag == LDAP_REQ_MODRDN && !saveit ) { in syncprov_matchops()
1401 if ( !saveit ) { in syncprov_matchops()
1448 if ( saveit ) { in syncprov_matchops()
1461 } else if ( !saveit && found ) { in syncprov_matchops()
[all …]
/netbsd-src/lib/libtelnet/
H A Dencrypt.c758 encrypt_send_keyid(int dir, const unsigned char *keyid, int keylen, int saveit) in encrypt_send_keyid() argument
764 if (saveit) { in encrypt_send_keyid()