Searched refs:defn (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c69 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) argument
71 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
76 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) argument
79 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
82 defn++;
84 if(int_ctrl_cmd_is_null(defn))
90 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) argument
95 while(!int_ctrl_cmd_is_null(defn)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_ctrl.c66 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) argument
68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
73 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) argument
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
79 defn++;
81 if(int_ctrl_cmd_is_null(defn))
87 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) argument
92 while(!int_ctrl_cmd_is_null(defn)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h42 struct string_list *defn; member in struct:symbol
56 struct string_list *defn, int is_extern);
H A Dgenksyms.c161 struct string_list *defn, int is_extern)
169 if (!equal_list(sym->defn, defn))
178 sym->defn = defn;
191 print_list(debugfile, defn);
279 struct string_list *list = sym->defn;
545 print_list(dumpfile, sym->defn);
160 add_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c665 struct interfaces_file_t *defn; local
672 defn = xzalloc(sizeof(struct interfaces_file_t));
702 struct mapping_defn_t **where = &defn->mappings;
760 for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) {
768 llist_add_to_end(&(defn->ifaces), (char*)currif);
776 if (find_list_string(defn->autointerfaces, firstword)) {
781 llist_add_to_end(&(defn->autointerfaces), xstrdup(firstword));
865 return defn;
1140 struct interfaces_file_t *defn; local
1159 defn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex863 % This defn is used inside fill environments such as @defun.
866 % This defn is used inside nofill environments such as @example.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex867 % This defn is used inside fill environments such as @defun.
870 % This defn is used inside nofill environments such as @example.

Completed in 103 milliseconds