Searched refs:insert (Results 26 - 50 of 81) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py.in190 libs.insert(0, libraryPrefix + 'exslt')
191 libs.insert(0, libraryPrefix + 'xslt')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile592 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
594 .SUFFIXES: .insert-header .po-update-en
604 .insert-header.po-update-en:
612 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 \
628 en@quot.insert-header: insert-header.sin
629 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
631 en@boldquot.insert-header: insert
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c101 * Tree depth may change during truncate, or insert. If we're
153 * safely removed if we ever need to insert extent block
1269 * - When our insert into the right path leaf is at the leftmost edge
1583 * - In the case that the rotation requires a post-insert update,
1653 "Inode %lu: error during insert of %u "
1672 * before the record insert is that an error
1732 struct ocfs2_insert_type *insert,
1735 int i = insert->ins_contig_index;
1742 * Contiguous insert - either left or right.
1744 if (insert
1730 ocfs2_insert_at_leaf(struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert, struct inode *inode) argument
1942 ocfs2_insert_path(struct inode *inode, handle_t *handle, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) argument
2099 ocfs2_figure_contig_type(struct inode *inode, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
2130 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
2177 ocfs2_figure_insert_type(struct inode *inode, struct buffer_head *di_bh, struct buffer_head **last_eb_bh, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) argument
2309 struct ocfs2_insert_type insert = {0, }; local
[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/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/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/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c203 goto insert;
209 goto insert;
213 insert:
214 /* insert new address, may fail if invalid address or dup. */
/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/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py6 sys.path.insert(0, "python")
H A Dcheck-relaxng-test-suite.py7 sys.path.insert(0, "python")
H A Dcheck-relaxng-test-suite2.py7 sys.path.insert(0, "python")
H A Dcheck-xml-test-suite.py6 sys.path.insert(0, "python")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_fib.h100 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, member in struct:dn_fib_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Defficeon-agp.c260 unsigned long insert = efficeon_mask_memory(mem->memory[i]); local
268 *page = insert;
/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/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/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/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com237 $!- the BUILD subroutine. Compile then insert into library or link as required
250 $!- insert into library if command defined
/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py12 sys.path.insert(0, "..")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c455 * Helper for vma_adjust in the split_vma insert case:
456 * insert vm structure into list and rbtree and anon_vma,
485 * are necessary. The "insert" vma (if any) is to be inserted
489 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert)
501 if (next && !insert) {
521 * vma shrinks, and !insert tells it's not
544 if (insert) {
545 insert->vm_truncate_count = vma->vm_truncate_count;
549 * throughout; but we cannot insert into address
552 __vma_link_file(insert);
488 vma_adjust(struct vm_area_struct *vma, unsigned long start, unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-397 <property name="label" translatable="yes">If you wish to insert any of the characters in to the active
204 "If you wish to insert any of the characters in to the active \n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_rsvp.h507 insert:
551 goto insert;
/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/timemachine/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

Completed in 491 milliseconds

1234