Searched refs:before (Results 1 - 25 of 231) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/gentoo/
H A Davahi-daemon.in9 before netmount nfsmount
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dutils.h23 modifyString(char * string, const char * before, const char * after, short like);
H A Dmetadata.h74 modifyString(char * string, const char * before, const char * after, short like);
H A Dutils.c87 modifyString(char * string, const char * before, const char * after, short like) argument
92 oldlen = strlen(before);
97 while( (p = strstr(s, before)) )
108 p = strcasestr(s, before);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dutils.h23 modifyString(char * string, const char * before, const char * after, short like);
H A Dmetadata.h76 modifyString(char * string, const char * before, const char * after, short like);
H A Dutils.c87 modifyString(char * string, const char * before, const char * after, short like) argument
92 oldlen = strlen(before);
97 while( (p = strstr(s, before)) )
108 p = strcasestr(s, before);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dutils.h46 modifyString(char * string, const char * before, const char * after, short like);
H A Dmetadata.h86 modifyString(char * string, const char * before, const char * after, short like);
H A Dutils.c148 modifyString(char * string, const char * before, const char * after, short like) argument
153 oldlen = strlen(before);
158 while( (p = strstr(s, before)) )
174 p = strcasestr(s, before);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcurl-style.el10 (c-hanging-braces-alist . ((substatement-open before after)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000m.h36 int (*agc_control) (struct dvb_frontend *, u8 before);
H A Ddib7000p.h30 int (*agc_control) (struct dvb_frontend *, u8 before);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-713 /* This is a comment which immediately before a keyword. */
19 // although many blank lines come before the token itself.
52 #. This is a comment which immediately before a keyword.
59 #. although many blank lines come before the token itself.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c490 * checking before calling the locks_conflict().
508 * checking before calling the locks_conflict().
574 /* This function tests for deadlock condition before putting a process to
618 struct file_lock **before; local
626 for_each_lock(inode, before) {
627 struct file_lock *fl = *before;
637 locks_delete_lock(before);
659 for_each_lock(inode, before) {
660 struct file_lock *fl = *before;
693 struct file_lock **before; local
1020 lease_modify(struct file_lock **before, int arg) argument
1037 struct file_lock **before; local
1207 struct file_lock *fl, **before, **my_before = NULL, *lease; local
1848 struct file_lock **before; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Drheap.c151 rh_block_t *before; local
163 /* Find the blocks immediately before and after the given one
165 before = NULL;
179 before = blk;
185 if (before != NULL && after != NULL)
190 if (before && s != (before->start + before->size))
191 before = NULL;
197 if (before
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DPackedIntegerTest.java121 int before = off;
123 int bytes = off - before;
161 int before = off;
163 int bytes = off - before;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dlbalance.c313 /* we will insert items before 0-th or nr-th item in dest buffer. It depends of last_first parameter */
795 /* insert item into the leaf node in position before */
796 void leaf_insert_into_buf(struct buffer_info *bi, int before, argument
820 /* get item new item must be inserted before */
821 ih = B_N_PITEM_HEAD(bh, before);
824 last_loc = nr ? ih_location(&(ih[nr - before - 1])) : bh->b_size;
825 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size;
842 memmove(ih + 1, ih, IH_SIZE * (nr - before));
846 for (i = before; i < nr + 1; i++) {
847 unmoved_loc -= ih_item_len(&(ih[i - before]));
1194 leaf_paste_entries(struct buffer_head *bh, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S88 @@ accessed by the resume code before it can restore the MMU.
146 nop @ second-to-last before mmu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-xscale.S19 @ whatever state it is, before it is turned off.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest068.tcl80 # include.tcl. Reset it to the env's home here, before
144 set ret [catch {eval $dbc put -before \
145 {-partial [list 6 0]} "before"} res]
178 # put before it
179 set ret [$dbc put -before -partial {6 0} before]
200 # make sure we have, in order, {$word "\0\0\0\0\0\0before"},
207 # "\0\0\0\0\0\0before".
212 [list [list $word "\0\0\0\0\0\0before"]]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c104 #define FLAG_ONLY_ORIG_SACKED 0x200 /* SACKs only non-rexmit sent before RTO */
421 if (before(tp->rcv_nxt, tp->rcv_rtt_est.seq))
966 if (before(ntohl(sp[0].start_seq), TCP_SKB_CB(ack_skb)->ack_seq)) {
972 !before(ntohl(sp[0].start_seq), ntohl(sp[1].start_seq))) {
989 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
1087 if (!before(TCP_SKB_CB(skb)->seq, end_seq))
1091 !before(end_seq, TCP_SKB_CB(skb)->end_seq);
1235 !before(lost_retrans,
1344 * counter would have to be faked before the call occurs. We
1771 before(TCP_SKB_C
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_digest.c134 bool before = FALSE; /* got a nonce before */ local
153 before = TRUE;
243 /* We had a nonce since before, and we got another one now without
246 if(before && !d->stale)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c787 * Find symbols before or equal addr and after addr - in the section sec.
794 Elf_Sym **before, Elf_Sym **after)
803 *before = NULL;
819 *before = sym;
822 *before = sym;
841 * Check whitelist before warning - it may be a false positive.
847 Elf_Sym *before, *after; local
855 find_symbols_between(elf, r.r_offset, fromsec, &before, &after);
862 if (before &&
864 elf->strtab + before
792 find_symbols_between(struct elf_info *elf, Elf_Addr addr, const char *sec, Elf_Sym **before, Elf_Sym **after) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S42 # Dummy Machine check handler just does RFI before true handler gets installed

Completed in 161 milliseconds

12345678910