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

/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlhash.h102 # define DECLARE_LHASH_HASH_FN(name, o_type) \
104 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
106 const o_type *a = arg; \
111 # define DECLARE_LHASH_COMP_FN(name, o_type) \
113 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
115 const o_type *a = arg1; \
116 const o_type *b = arg2; \
121 # define DECLARE_LHASH_DOALL_FN(name, o_type) \
123 # define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
125 o_type *
[all...]
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-options.h48 const char *o_type; member in struct:options
H A Dtftp-options.c289 for (i = 0; options[i].o_type != NULL; i++) {
293 option = options[i].o_type;
353 for (i = 0; options[i].o_type != NULL; i++) {
354 if (strcmp(option, options[i].o_type) == 0) {
370 if (options[i].o_type == NULL)
H A Dtftp-io.c296 for (i = 0; options[i].o_type != NULL; i++) {
298 n = snprintf(bp, size, "%s%c%s", options[i].o_type,
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y31 int o_type;
311 o->o_type = type;
337 if (macflags[i][0] == o->o_type)
341 yykeytostr(o->o_type), yylineNum);
351 switch (o->o_type)
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c10549 ecore_obj_type o_type = local
10567 o_type);

Completed in 221 milliseconds