Searched defs:is_name (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/sh/
H A Dsyntax.h74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || isalpha((unsigned char)(c)))) macro
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devdns.c253 char is_name; /* True iff data is a label */ member in struct:server_reply_item
1512 evdns_server_request_add_reply(struct evdns_server_request *_req, int section, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data) argument

Completed in 167 milliseconds