Searched refs:insert (Results 1 - 25 of 81) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c104 /* insert a new cache entry at the head of the list (youngest entry) */
205 insert due to error.
342 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
367 if (!insert)
369 insert = up;
375 crecp->hash_next = *insert;
376 *insert = crecp;
377 insert = &crecp->hash_next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2012 \subsection{{\tt ip rule add} --- insert a new rule\\
2514 you insert:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm465 ; If I insert a permutation in the middle of a function, it should automatically
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s284 vsldoi v8,v8,v20,4 ; insert value onto history
419 vsldoi v2,v2,v8,4 ; insert value onto history
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s286 vsldoi v8,v8,v20,4 # insert value onto history
421 vsldoi v2,v2,v8,4 # insert value onto history
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc258 D bits 10I 0 value Number of bits to insert
259 D value 10I 0 value Bits to insert
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex90 \let\ptexinsert=\insert
216 % We want to insert a rule with the height and depth of the current
261 % we did was a \nobreak, we don't want to insert more space.
542 % It's the responsibility of \envdef to insert \begingroup before the
1047 % after a section heading. If WORD is `insert', then do indent at such
1056 \def\insertword{insert}
3326 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3694 \newtoks\everytab % insert after every tab.
3929 % empty), we can't just use \parsearg; we have to insert a space of our
4455 \insert\margi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c912 insert. It may do multiple replacements.
914 Any of " ; ' $ or ` in the insert string are replaced with _
919 void string_sub(char *s,const char *pattern, const char *insert, size_t len) argument
924 if (!insert || !pattern || !*pattern || !s)
929 li = (ssize_t)strlen(insert);
945 switch (insert[i]) {
957 p[i] = insert[i];
965 void fstring_sub(char *s,const char *pattern,const char *insert) argument
967 string_sub(s, pattern, insert, sizeof(fstring));
970 void pstring_sub(char *s,const char *pattern,const char *insert) argument
982 realloc_string_sub(char *string, const char *pattern, const char *insert) argument
1049 all_string_sub(char *s,const char *pattern,const char *insert, size_t len) argument
1090 all_string_sub_w(const smb_ucs2_t *s, const smb_ucs2_t *pattern, const smb_ucs2_t *insert) argument
1136 all_string_sub_wa(smb_ucs2_t *s, const char *pattern, const char *insert) argument
1727 str_list_substitute(char **list, const char *pattern, const char *insert) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py132 self.text.insert(self.font, None, None, item)
138 self.text.insert(self.font, None, None, repr(item))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dpythoncheck.py45 sys.path.insert(0, '%s/build/lib.%s-%s' %
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtool.c120 " insert key data : insert a record\n"
143 char *insert, *start; local
155 insert = start + strlen(start) - 1;
156 while (*insert == '\\') {
157 *insert++ = ' ';
161 strcpy(insert, k);
162 insert = start + strlen(start) - 1;
216 terror("insert failed");
502 if (strcmp(tok,"insert")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_samsync.c604 BOOL insert = True; local
617 insert = False;
648 if (insert)
789 BOOL insert = True; local
801 insert = False;
829 if (insert)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows_dsp38 rm -f $dspoutput.insert
59 < $inptemplate >> $dspoutput.insert
61 sed -e "/@SOURCE_FILES@/r$dspoutput.insert" \
89 rm -f $dspoutput.insert $dspoutput.new
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java1548 int insert = 0; // bytes to be added after this instruction
1576 insert = 2;
1584 insert = 5;
1604 insert = -(newOffset & 3);
1609 insert = u & 3;
1620 insert = -(newOffset & 3);
1623 insert = u & 3;
1658 if (insert != 0) {
1659 // adds a new (u, insert) entry in the allIndexes and
1670 newSizes[allSizes.length] = insert;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dndbm.tcl45 set ret [$db store $str $str insert]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr023/
H A Dq.c694 char *insert; /* element to insert */ member in struct:__anon2111
773 printf("\ncase %d %s in %s init: \"%s\" desired: \"%s\" elem: \"%s\" insert: \"%s\"\n",
776 ops[i].elem, ops[i].insert);
791 qfns[t].f_insert_head(list, ops[i].insert);
794 qfns[t].f_insert_tail(list, ops[i].insert);
798 list, ops[i].insert, ops[i].elem);
802 list, ops[i].insert, ops[i].elem);
816 printf("\ncase %d %s in %s init: \"%s\" desired: \"%s\" elem: \"%s\" insert: \"%s\" got: %s - %s\n",
819 ops[i].elem, ops[i].insert,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.am41 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
H A DMakefile.in619 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex90 \let\ptexinsert=\insert
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
538 % It's the responsibility of \envdef to insert \begingroup before the
919 % @include file insert text of that file as input.
1036 % after a section heading. If WORD is `insert', then do indent at such
1045 \def\insertword{insert}
3103 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3454 \newtoks\everytab % insert after every tab.
3689 % empty), we can't just use \parsearg; we have to insert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c4344 size_t insert = precision - move; local
4350 (count + insert + TCHARS_PER_DCHAR - 1)
4364 prec_end[insert] = prec_end[0];
4367 prec_end += insert;
4372 count += insert;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c4344 size_t insert = precision - move; local
4350 (count + insert + TCHARS_PER_DCHAR - 1)
4364 prec_end[insert] = prec_end[0];
4367 prec_end += insert;
4372 count += insert;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile491 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
493 .SUFFIXES: .insert-header .po-update-en
503 .insert-header.po-update-en:
511 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
527 en@quot.insert-header: insert-header.sin
528 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
530 en@boldquot.insert-header: insert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautogen.sh13 rm po/insert-header.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dautogen.sh36 rm po/insert-header.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dautogen.sh34 rm po/insert-header.sin

Completed in 225 milliseconds

1234