Searched refs:fetch (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbm.h40 extern datum fetch ();
H A Dfetch.c0 /* fetch.c - Find a key and return the associated data. */
42 fetch (key) function
H A Dtestdbm.c51 extern datum fetch ();
57 information. The commands are q (quit), f (fetch), s (store), d (delete),
129 return_data = fetch (key_data);
163 return_data = fetch (key_data);
176 return_data = fetch (key_data);
201 printf ("f - fetch\n");
H A Dconv2gdbm.c42 extern datum fetch ();
147 data = fetch (key);
H A DMakefile65 DBM_CF = dbminit.c delete.c fetch.c store.c seq.c close.c
78 DBM_OF = dbminit.o delete.o fetch.o store.o seq.o close.o
88 DBM_LOF = dbminit.lo delete.lo fetch.lo store.lo seq.lo close.lo
257 fetch.o: autoconf.h gdbmdefs.h proto.h extern.h
H A DMakefile.in62 DBM_CF = dbminit.c delete.c fetch.c store.c seq.c close.c
75 DBM_OF = dbminit.o delete.o fetch.o store.o seq.o close.o
85 DBM_LOF = dbminit.lo delete.lo fetch.lo store.lo seq.lo close.lo
246 fetch.o: autoconf.h gdbmdefs.h proto.h extern.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2qos.c19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL);
160 switch (fetch(&text,"tx","rx",NULL)) {
162 if (!fetch(&text,":none",NULL)) {
176 if (fetch(&text,"rx",NULL)) return -1;
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java32 public void fetch (String s) { method in class:GetURL
81 (new GetURL()).fetch(args[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl45 set d [berkdb fetch $str]
58 set d [berkdb fetch $key]
89 set d [berkdb fetch $key]
H A Dndbm.tcl48 set d [$db fetch $str]
61 set d [$db fetch $key]
104 set d [$db fetch $key]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dclear_page.S45 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE
47 br.cloop.sptk.few .fetch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S407 mov.l %usp,%a0 # fetch user stack pointer
423 # fetch the opword and first extension word pointed to by the stacked pc
426 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
428 bsr.l _imem_read_long # fetch opword & extword
549 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
584 mov.l EXC_A7(%a6),%a0 # fetch user stack pointer
886 # (An) - fetch An value from stack #
887 # -(An) - fetch An value from stack; return decr value; #
891 # (An)+ - fetch An value from stack; return value; #
895 # (d16,An) - fetch A
[all...]
H A Dpfpsp.S650 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
652 bsr.l _imem_read_long # fetch the instruction words
711 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
890 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
892 bsr.l _imem_read_long # fetch the instruction words
954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1117 # get_packed() - fetch packed operand from memory #
1216 mov.l %usp,%a0 # fetch user stack pointer
1232 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
1234 bsr.l _imem_read_long # fetch th
[all...]
H A Dfplsp.S577 bsr.l tag # fetch operand type
634 bsr.l tag # fetch operand type
693 bsr.l tag # fetch operand type
754 bsr.l tag # fetch operand type
811 bsr.l tag # fetch operand type
870 bsr.l tag # fetch operand type
931 bsr.l tag # fetch operand type
988 bsr.l tag # fetch operand type
1047 bsr.l tag # fetch operand type
1108 bsr.l tag # fetch operan
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dthread.c468 struct thread *fetch)
470 *fetch = *thread;
473 return fetch;
503 thread_fetch (struct thread_master *m, struct thread *fetch)
523 return thread_run (m, thread, fetch);
532 return thread_run (m, thread, fetch);
537 return thread_run (m, thread, fetch);
569 return thread_run (m, thread, fetch);
464 thread_run(struct thread_master *m, struct thread *thread, struct thread *fetch) argument
500 thread_fetch(struct thread_master *m, struct thread *fetch) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memcpy.S145 ldq $1, 0($17) # L : fetch 8
165 ldbu $1, 0($17) # L : fetch a byte
188 ldbu $1, 0($17) # L : fetch a byte
227 ldbu $1, 0($17) # L : fetch 1
H A Dev6-copy_user.S96 EXI( ldq_u $3,0($7) ) # .. L .. .. : Forward fetch for fallthrough code
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Durlget.c53 have an URL datatype and operations to fetch an URL's contents. Such
78 static void fetch (const char *url, const char *file);
149 fetch (argv[optind], argv[optind + 1]);
240 fetch (const char *url, const char *file) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S155 dmrbuae:movs.b (%a0),%d0 | fetch user byte
157 dmrbs: move.b (%a0),%d0 | fetch super byte
191 dmrwuae:movs.w (%a0), %d0 | fetch user word
193 dmrws: move.w (%a0), %d0 | fetch super word
226 dmrluae:movs.l (%a0),%d0 | fetch user longword
228 dmrls: move.l (%a0),%d0 | fetch super longword
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry.S97 ldr r1, [sp, #64] @ fetch the condition codes
H A Dentry26.S92 mov r1, r9 @ fetch the condition codes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S94 mov r1, r9 @ fetch the condition codes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dhead.S32 ldmib r0, {r2-r5, sp} @ Setup stack (and fetch other values)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c655 static void fetch(long *f, int a, int b, FILE * lb, int ch) function
754 fetch(ixold, lowa, a - 1, f1, ' ');
755 fetch(ixold, a, b, f1, '-');
758 fetch(ixnew, lowc, c - 1, f2, ' ');
760 fetch(ixnew, c, d, f2, '+');
764 fetch(ixnew, d + 1, upd, f2, ' ');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dpaging_tmpl.h224 static u64 *FNAME(fetch)(struct kvm_vcpu *vcpu, gva_t addr, function
427 shadow_pte = FNAME(fetch)(vcpu, addr, &walker);

Completed in 289 milliseconds

12