Searched refs:def (Results 201 - 225 of 660) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dmod.c113 if (t->def && try_module_get(t->owner)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/src/
H A Diniparser.c244 @param def Default value to return if key not found.
249 the pointer passed as 'def' is returned.
254 char * iniparser_getstring(dictionary * d, const char * key, char * def) argument
260 return def ;
265 sval = dictionary_get(d, lc_key, def);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00config.c121 struct antenna_setup *def = &rt2x00dev->default_ant; local
136 config.rx = rt2x00lib_config_antenna_check(config.rx, def->rx);
141 config.tx = rt2x00lib_config_antenna_check(config.tx, def->tx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c302 u16 *def = DEFAULT_TABLE(dfa); local
321 state = def[state];
330 state = def[state];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.c366 struct string_list *sym, *def; local
379 def = read_node(f);
380 if (def && def->tag == SYM_NORMAL &&
381 !strcmp(def->string, "extern")) {
383 free_node(def);
384 def = read_node(f);
386 while (def) {
387 def->next = defn;
388 defn = def;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c39 static void sym_add_default(struct symbol *sym, const char *def) argument
43 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST));
273 def_sym = sym->def[S_DEF_USER].val;
337 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri,
364 newval.val = sym->def[S_DEF_USER].val;
483 cs->def[S_DEF_USER].val = sym;
492 sym->def[S_DEF_USER].tri = val;
637 oldval = sym->def[S_DEF_USER].val;
641 sym->def[S_DEF_USER].val = val = malloc(size);
645 sym->def[S_DEF_USE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c305 static int ask(const char *string, int def) argument
316 if (!def)
318 return def;
320 printf(def ? "%s (y/n)? " : "%s (n/y)? ", string);
325 if (!def)
327 return def;
331 def = 1;
334 def = 0;
339 if (def)
345 return def;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A DMakefile.am31 api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h
83 $(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
85 $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/old/os2/
H A DMakefile.os251 algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \
74 $(SHAREDLIB): $(OBJS) os2/z.def
77 $(SHAREDLIBIMP): os2/z.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/win32/
H A DMakefile.msc50 $(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobxc.cpp153 wxButton *def = wxDynamicCast(tlw->GetDefaultItem(), wxButton); local
154 if ( def && def->IsEnabled() )
156 wxCommandEvent event(wxEVT_COMMAND_BUTTON_CLICKED, def->GetId() );
157 event.SetEventObject(def);
158 def->Command(event);
H A Ddnd.cpp55 wxDragResult def )
57 return CurrentDragHasSupportedFormat() ? def : wxDragNone;
70 wxDragResult def )
78 return GetData() ? def : wxDragNone;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/old/os2/
H A DMakefile.os251 algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \
74 $(SHAREDLIB): $(OBJS) os2/z.def
77 $(SHAREDLIBIMP): os2/z.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile.am31 api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h
83 $(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
85 $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/old/os2/
H A DMakefile.os251 algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \
74 $(SHAREDLIB): $(OBJS) os2/z.def
77 $(SHAREDLIBIMP): os2/z.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/win32/
H A DMakefile.msc46 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlib1.res
47 $(LD) $(LDFLAGS) -def:win32/zlib.def -dll -implib:$(IMPLIB) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dcache.c128 if (cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) {
137 if (!cookie->def->select_cache)
141 tag = cookie->def->select_cache(cookie->parent->netfs_data,
H A Dpage.c180 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
360 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
480 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
583 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
769 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
889 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
959 cookie->def->name, page->index);
964 if (cookie->def->mark_pages_cached)
965 cookie->def->mark_pages_cached(cookie->netfs_data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dfiles.c205 if (strlen(keywords[i].def))
206 keywords[i].handler(keywords[i].def, keywords[i].var);
235 keywords[i].handler(keywords[i].def, keywords[i].var);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dfiles.c184 if (strlen(keywords[i].def))
185 keywords[i].handler(keywords[i].def, keywords[i].var);
214 keywords[i].handler(keywords[i].def, keywords[i].var);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbackup_gnv_curl_src.com99 $ set def [--]
131 $ set def 'default_dir'
H A Dpcsi_product_gnv_curl.com112 $ set def [--]
170 $ set def 'default_dir'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dscan.l36 #define ACTION_IFDEF(def, should_define) \
39 action_define( def, 1 ); \
H A Dtblcmp.c286 * that if we're using meta-equivalence classes, the def[]
491 def[jamstate] = 0;
498 /* mkentry - create base/def and nxt/chk entries for transition array
505 * is the offset to be used into the base/def tables, and "deflink" is the
506 * entry to put in the "def" table entry. If "deflink" is equal to
531 def[statenum] = deflink;
622 def[statenum] = deflink;
656 def[state] = onedef;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t243 $hash{"abc"} = "def" ;
262 abc\x00 -> def\x00
287 $hash{123} = "def" ;
306 $val -> def

Completed in 387 milliseconds

1234567891011>>