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

12

/asus-wl-520gu-7.0.1.45/src/router/samba/source/stf/
H A Dpythoncheck.py45 sys.path.insert(0, '%s/build/lib.%s-%s' %
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dppc.h97 /* Insertion function. This is used by the assembler. To insert an
113 unsigned long (*insert) PARAMS ((unsigned long instruction, long op,
158 insert function with any op value. The disassembler should call
112 unsigned long (*insert) PARAMS ((unsigned long instruction, long op, member in struct:powerpc_operand
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/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
/asus-wl-520gu-7.0.1.45/src/router/LPRng/po/
H A DMakefile363 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
365 .SUFFIXES: .insert-header .po-update-en
370 .insert-header.po-update-en:
378 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 \
394 en@quot.insert-header: insert-header.sin
395 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
397 en@boldquot.insert-header: insert
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/po/
H A DMakefile346 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
348 .SUFFIXES: .insert-header .po-update-en
353 .insert-header.po-update-en:
361 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 \
377 en@quot.insert-header: insert-header.sin
378 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
380 en@boldquot.insert-header: insert
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A DMakefile460 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
462 .SUFFIXES: .insert-header .po-update-en
472 .insert-header.po-update-en:
480 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 \
496 en@quot.insert-header: insert-header.sin
497 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
499 en@boldquot.insert-header: insert
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dgtkdictbrowser.py132 self.text.insert(self.font, None, None, item)
138 self.text.insert(self.font, None, None, repr(item))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Ddrivers.c331 struct parisc_device **insert)
340 dev->sibling = *insert;
341 *insert = dev;
330 create_tree_node(char id, struct parisc_device *parent, struct parisc_device **insert) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_fib.h103 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, member in struct:dn_fib_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_fib.h103 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, member in struct:dn_fib_table
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rpc_samsync.c523 BOOL insert = True; local
536 insert = False;
567 if (insert)
708 BOOL insert = True; local
720 insert = False;
748 if (insert)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_str.c893 insert. It may do multiple replacements.
895 Any of " ; ' $ or ` in the insert string are replaced with _
900 void string_sub(char *s,const char *pattern, const char *insert, size_t len) argument
905 if (!insert || !pattern || !*pattern || !s)
910 li = (ssize_t)strlen(insert);
926 switch (insert[i]) {
938 p[i] = insert[i];
946 void fstring_sub(char *s,const char *pattern,const char *insert) argument
948 string_sub(s, pattern, insert, sizeof(fstring));
951 void pstring_sub(char *s,const char *pattern,const char *insert) argument
963 realloc_string_sub(char *string, const char *pattern, const char *insert) argument
1030 all_string_sub(char *s,const char *pattern,const char *insert, size_t len) argument
1071 all_string_sub_w(const smb_ucs2_t *s, const smb_ucs2_t *pattern, const smb_ucs2_t *insert) argument
1117 all_string_sub_wa(smb_ucs2_t *s, const char *pattern, const char *insert) argument
1600 str_list_substitute(char **list, const char *pattern, const char *insert) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1151 # _fpsp_done(). If there is an enabled FP exception, then we insert #
1366 bra.w fu_in_exc_ovfl # go insert overflow frame
1394 # here, we insert the correct fsave status value into the fsave frame for the
1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1657 # we don't mess with the existing fsave frame. just re-insert it and
1972 # here, we insert the correct fsave status value into the fsave frame for the
2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen
[all...]
H A Dfpsp.S1152 # _fpsp_done(). If there is an enabled FP exception, then we insert #
1367 bra.w fu_in_exc_ovfl # go insert overflow frame
1395 # here, we insert the correct fsave status value into the fsave frame for the
1457 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1489 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1658 # we don't mess with the existing fsave frame. just re-insert it and
1973 # here, we insert the correct fsave status value into the fsave frame for the
2321 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2323 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2336 mov.w %d0,FP_SRC_EX(%a6) # insert exponen
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_rsvp.h535 insert:
579 goto insert;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dcatalog.c714 /* insert the thread record */
723 /* insert the record */
931 struct list_head *insert = &entry_in_use; local
934 insert = entry_in_use.prev;
938 list_add(&entry->list, insert);
1391 /* insert the new record */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dhead.S145 .dword 0xffffffff ; can be overwritten later to insert new code
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S11 # FIXME: should insert zeroes into memory when filling holes
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S11 # FIXME: should insert zeroes into memory when filling holes
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_fib.c460 return tb->insert(tb, r, (struct dn_kern_rta *)rta, nlh, &NETLINK_CB(skb));
H A Ddn_table.c849 t->insert = dn_fib_table_insert;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c706 run_sbin_hotplug(struct pci_dev *pdev, int insert) argument
735 if (insert)
767 * pci_insert_device - insert a hotplug device
768 * @dev: the device to insert
769 * @bus: where to insert it
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibiptc.c624 /* Trap: insert of fall-through rule. Don't change fall-through
653 const STRUCT_ENTRY *insert,
693 memcpy((char *)newh->entries.entrytable + offset, insert, rules_size);
923 /* Replace = delete and insert. */
937 /* Append entry `fw' to chain `chain'. Equivalent to insert with
652 insert_rules(unsigned int num_rules, unsigned int rules_size, const STRUCT_ENTRY *insert, unsigned int offset, unsigned int num_rules_offset, int prepend, TC_HANDLE_T *handle) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dgen_except.S362 bfins %d0,NMCEXC(%a1){#4:#4} |and insert them in nmcexc

Completed in 661 milliseconds

12