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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) argument
72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
77 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) argument
80 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
97 while (!int_ctrl_cmd_is_null(defn)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_ctrl.c70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) argument
72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
77 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) argument
80 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
97 while (!int_ctrl_cmd_is_null(defn)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.h46 struct string_list *defn; member in struct:symbol
63 struct string_list *defn, int is_extern);
H A Dgenksyms.c166 struct string_list *defn; local
171 (defn = sym->defn) && defn->tag == SYM_NORMAL &&
172 strcmp(defn->string, "}") == 0 &&
173 (defn = defn->next) && defn->tag == SYM_NORMAL &&
174 strcmp(defn->string, "UNKNOWN") == 0 &&
175 (defn
179 __add_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern, int is_reference) argument
262 add_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
268 add_reference_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
365 struct string_list *defn = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.h59 PRectangle CallTipStart(int pos, Point pt, const char *defn,
H A DScintillaBase.h79 void CallTipShow(Point pt, const char *defn);
H A DCallTip.cxx238 PRectangle CallTip::CallTipStart(int pos, Point pt, const char *defn, argument
244 val = new char[strlen(defn) + 1];
247 strcpy(val, defn);
H A DScintillaBase.cxx369 void ScintillaBase::CallTipShow(Point pt, const char *defn) { argument
380 defn,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp701 char* defn = reinterpret_cast<char *>(lParam); local
711 defn,
/netgear-R7000-V1.0.7.12_1.2.5/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.
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex864 % This defn is used inside fill environments such as @defun.
867 % This defn is used inside nofill environments such as @example.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex864 % This defn is used inside fill environments such as @defun.
867 % This defn is used inside nofill environments such as @example.

Completed in 248 milliseconds