Searched refs:insert (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.c566 xmlDictEntryPtr insert; local
581 insert = NULL;
583 for (insert = &(dict->dict[key]); insert->next != NULL;
584 insert = insert->next) {
586 if (insert->len == len) {
587 if (!memcmp(insert->name, name, len))
588 return(insert->name);
591 if ((insert
684 xmlDictEntryPtr insert; local
777 xmlDictEntryPtr insert; local
[all...]
H A Dhash.c491 xmlHashEntryPtr insert; local
522 insert = NULL;
525 for (insert = &(table->table[key]); insert->next != NULL;
526 insert = insert->next) {
527 if ((insert->name == name) &&
528 (insert->name2 == name2) &&
529 (insert->name3 == name3))
533 if ((insert
607 xmlHashEntryPtr insert; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.c566 xmlDictEntryPtr insert; local
581 insert = NULL;
583 for (insert = &(dict->dict[key]); insert->next != NULL;
584 insert = insert->next) {
586 if (insert->len == len) {
587 if (!memcmp(insert->name, name, len))
588 return(insert->name);
591 if ((insert
684 xmlDictEntryPtr insert; local
777 xmlDictEntryPtr insert; local
[all...]
H A Dhash.c491 xmlHashEntryPtr insert; local
522 insert = NULL;
525 for (insert = &(table->table[key]); insert->next != NULL;
526 insert = insert->next) {
527 if ((insert->name == name) &&
528 (insert->name2 == name2) &&
529 (insert->name3 == name3))
533 if ((insert
607 xmlHashEntryPtr insert; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Ddict.c728 xmlDictEntryPtr insert; local
743 insert = NULL;
745 for (insert = &(dict->dict[key]); insert->next != NULL;
746 insert = insert->next) {
748 if ((insert->okey == okey) && (insert->len == len)) {
749 if (!memcmp(insert->name, name, len))
750 return(insert
860 xmlDictEntryPtr insert; local
963 xmlDictEntryPtr insert; local
[all...]
H A Dhash.c491 xmlHashEntryPtr insert; local
522 insert = NULL;
525 for (insert = &(table->table[key]); insert->next != NULL;
526 insert = insert->next) {
527 if ((insert->name == name) &&
528 (insert->name2 == name2) &&
529 (insert->name3 == name3))
533 if ((insert
607 xmlHashEntryPtr insert; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dpythoncheck.py45 sys.path.insert(0, '%s/build/lib.%s-%s' %
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc.h94 /* Insertion function. This is used by the assembler. To insert an
110 unsigned long (*insert) PARAMS ((unsigned long instruction, long op,
155 insert function with any op value. The disassembler should call
109 unsigned long (*insert) PARAMS ((unsigned long instruction, long op, member in struct:powerpc_operand
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautogen.sh13 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dautogen.sh13 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/
H A Dautogen.sh13 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dautogen.sh34 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dautogen.sh34 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc/
H A Dautogen.sh34 rm po/insert-header.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc.h163 /* Insertion function. This is used by the assembler. To insert an
179 unsigned long (*insert)
224 insert function with any op value. The disassembler should call
178 unsigned long (*insert) member in struct:powerpc_operand
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_common.h155 unsigned int insert; member in struct:ip_conntrack_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Davtab.h61 int (*insert)(struct avtab *a, struct avtab_key *k,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el526 (insert string)
627 (insert-char ? (- end start))
631 (insert text)
662 (insert-char ? (- end start))
665 (insert text)
1348 insert-flag end-of-header)
1365 (insert "#~ ")
1368 (setq insert-flag t))
1369 ;; The first entry is not a PO file header, insert one.
1370 (setq insert
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/po/
H A DMakefile505 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
507 .SUFFIXES: .insert-header .po-update-en
522 .insert-header.po-update-en:
530 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 \
546 en@quot.insert-header: insert-header.sin
547 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
549 en@boldquot.insert-header: insert
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/po/
H A DMakefile477 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
479 .SUFFIXES: .insert-header .po-update-en
489 .insert-header.po-update-en:
497 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 \
513 en@quot.insert-header: insert-header.sin
514 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
516 en@boldquot.insert-header: insert
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile461 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
463 .SUFFIXES: .insert-header .po-update-en
468 .insert-header.po-update-en:
476 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 \
492 en@quot.insert-header: insert-header.sin
493 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
495 en@boldquot.insert-header: insert
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py190 libs.insert(0, libraryPrefix + 'exslt')
191 libs.insert(0, libraryPrefix + 'xslt')

Completed in 327 milliseconds

1234