Searched refs:do_flag (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollect.h96 int do_flag (const char *);
H A Dgp-collect-app.cc1124 do_flag (&argv[targ_index][1]);
1133 do_flag ("v");
1220 collect::do_flag (const char *flags) function in class:collect
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollect.h96 int do_flag (const char *);
H A Dgp-collect-app.cc1124 do_flag (&argv[targ_index][1]);
1133 do_flag ("v");
1220 collect::do_flag (const char *flags) function in class:collect
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c181 int* do_flag)
238 *do_flag = 1;
523 add_edns(uint8_t* pktbuf, size_t pktsize, int do_flag, uint8_t *ednsdata, argument
531 (uint8_t)(do_flag?0x80:0x00), 0x00, /* TTL[2-3] is edns flags, DO */
562 int do_flag = 0; /* DO flag in EDNS */ local
600 replyline(parse, pktbuf, pktlen, &do_flag);
656 if(do_flag || cur_reply->raw_ednsdata) {
659 add_edns(pktbuf, sizeof(pktbuf), do_flag,
664 add_edns(pktbuf, sizeof(pktbuf), do_flag,
180 replyline(char* line, uint8_t* reply, size_t reply_len, int* do_flag) argument

Completed in 84 milliseconds