Home
last modified time | relevance | path

Searched refs:got_one (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c413 int got_one = 0; in slurpstring() local
475 got_one = 1; in slurpstring()
487 got_one = 1; in slurpstring()
502 got_one = 1; in slurpstring()
507 if (got_one) in slurpstring()
511 if (got_one) { in slurpstring()
/freebsd/contrib/tnftp/src/
H A Dmain.c836 int got_one = 0; in slurpstring() local
903 got_one = 1; in slurpstring()
917 got_one = 1; in slurpstring()
935 got_one = 1; in slurpstring()
940 if (got_one) in slurpstring()
944 if (got_one) { in slurpstring()
/freebsd/sbin/dhclient/
H A Ddispatch.c139 add_protocol(iface->name, iface->rfdesc, got_one, iface); in discover_interfaces()
214 if (l->handler == got_one) in dispatch()
243 if (ip && (l->handler != got_one || in dispatch()
257 got_one(struct protocol *l) in got_one() function
H A Ddhcpd.h321 void got_one(struct protocol *);
/freebsd/crypto/krb5/src/clients/ksu/
H A Dheuristic.c318 krb5_boolean got_one; in get_closest_principal() local
342 got_one = TRUE; in get_closest_principal()
350 got_one = FALSE; in get_closest_principal()
354 if (got_one == TRUE){ in get_closest_principal()
/freebsd/crypto/heimdal/lib/hdb/
H A Dmkey.c513 int got_one = 0; in _hdb_unseal_keys_mkey() local
521 got_one = 1; in _hdb_unseal_keys_mkey()
531 if (got_one == 0 && mitkey != NULL && ent->keys.len > 0) { in _hdb_unseal_keys_mkey()