Searched refs:add_opt (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sbin/mount_puffs/
H A Dmount_puffs.c117 static void add_opt(char **opts, const char *opt) function
149 add_opt(&opts, opt);
/netbsd-current/lib/librefuse/
H A Drefuse_opt.c143 static int add_opt(char **opts, const char *opt, bool escape) function
173 return add_opt(opts, opt, false);
180 return add_opt(opts, opt, true);
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dmdig.c561 add_opt(dns_message_t *msg, uint16_t udpsize, uint16_t edns, unsigned int flags, function
749 add_opt(message, query->udpsize, query->edns, flags, opts, i);
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.c1503 add_opt(dns_message_t *msg, uint16_t udpsize, uint16_t edns, unsigned int flags, function
1508 debug("add_opt()");
2664 add_opt(lookup->sendmsg, lookup->udpsize, lookup->edns, flags,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c13089 add_opt(dns_message_t *message, uint16_t udpsize, bool reqnsid, function
13404 result = add_opt(message, args->udpsize, args->reqnsid, false);
14608 result = add_opt(message, udpsize, reqnsid, reqexpire);
14836 result = add_opt(message, udpsize, reqnsid, false);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzone.c13119 add_opt(dns_message_t *message, uint16_t udpsize, bool reqnsid, function
13435 result = add_opt(message, args->udpsize, args->reqnsid, false);
14668 result = add_opt(message, udpsize, reqnsid, reqexpire);
14902 result = add_opt(message, udpsize, reqnsid, false);

Completed in 317 milliseconds