Searched refs:got_one (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | rcs-to-cvs.sh | 36 got_one=0 51 got_one=1 56 got_one=2 78 if [ $got_one -eq 0 ]; then 82 got_one=1 182 [ $got_one -eq 1 ] && rm -f $message_file
|
/openbsd/usr.bin/ftp/ |
H A D | main.c | 896 int got_one = 0; in slurpstring() local 963 got_one = 1; in slurpstring() 977 got_one = 1; in slurpstring() 995 got_one = 1; in slurpstring() 1000 if (got_one) in slurpstring() 1004 if (got_one) { in slurpstring()
|
/openbsd/usr.sbin/dhcpd/ |
H A D | dispatch.c | 291 add_protocol(tmp->name, tmp->rfdesc, got_one, tmp); in discover_interfaces() 356 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch() 387 if (ip && (l->handler != got_one || in dispatch() 403 got_one(struct protocol *l) in got_one() function
|
H A D | dhcpd.h | 450 void got_one(struct protocol *);
|
/openbsd/usr.sbin/dhcrelay/ |
H A D | dispatch.c | 301 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch() 334 if (ip && (l->handler != got_one || in dispatch() 348 got_one(struct protocol *l) in got_one() function
|
H A D | dhcpd.h | 160 void got_one(struct protocol *);
|
H A D | dhcrelay.c | 174 if ((sp->intf = register_interface(argv[0], got_one, in main() 221 register_interface(interfaces->name, got_one, 0) == NULL) in main()
|
/openbsd/usr.sbin/dhcrelay6/ |
H A D | dispatch.c | 324 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch() 357 if (ip && (l->handler != got_one || in dispatch() 371 got_one(struct protocol *l) in got_one() function
|
H A D | dhcpd.h | 157 void got_one(struct protocol *);
|
H A D | dhcrelay6.c | 361 got_one); in relay6_setup() 366 interfaces = register_interface(interfaces->name, got_one); in relay6_setup()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | rs6000-nat.c | 837 int got_one, retried; in vmap_ldinfo() local 864 for (got_one = 0, vp = vmap; vp; vp = vp->nxt) in vmap_ldinfo() 898 ++got_one; in vmap_ldinfo() 920 if (!got_one && !retried) in vmap_ldinfo()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-m68k.c | 1929 int got_one = 0, idx; local 1937 if (got_one) 1942 got_one = 1;
|