Searched refs:cf (Results 1 - 25 of 51) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dlpr_in_perl17 my($cf, $df, $idn, $cfn, @dfn, $fn, $filecount, $i, $v, $SOCK, $sendcf,%Args);
56 $cf = "H$hostname\n"
65 $cf .= "$i$v\n";
81 $cf .= "N$file\n" . "f$df\n" . "U$df\n";
99 print "cf contents = '$cf'\n";
100 print "cf len " . length( $cf ) . "\n";
106 $sendcf = "\002" . length( $cf ) . " $cfn\n";
107 sendbuffer( $SOCK, $sendcf, $cf );
[all...]
H A Dlpr_in_perl.in17 my($cf, $df, $idn, $cfn, @dfn, $fn, $filecount, $i, $v, $SOCK, $sendcf,%Args);
56 $cf = "H$hostname\n"
65 $cf .= "$i$v\n";
81 $cf .= "N$file\n" . "f$df\n" . "U$df\n";
99 print "cf contents = '$cf'\n";
100 print "cf len " . length( $cf ) . "\n";
106 $sendcf = "\002" . length( $cf ) . " $cfn\n";
107 sendbuffer( $SOCK, $sendcf, $cf );
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/build/tar/
H A DMakefile49 | $(TAR) -T - -cf - | $(ZIP) --best > $$HERE/$(BINTAR)
/asus-wl-520gu-7.0.1.45/src/router/attr/build/tar/
H A DMakefile49 | $(TAR) -T - -cf - | $(ZIP) --best > $$HERE/$(BINTAR)
/asus-wl-520gu-7.0.1.45/src/router/sendmail/
H A DMakefile45 tar cf - `cat FILES` | ( cd $$name ; tar xfBp - ) ; \
47 tar cf $$name.tar $$name ; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dserial_cs.c295 cistpl_cftable_entry_t *cf = &parse.cftable_entry; local
327 if (cf->vpp1.present & (1<<CISTPL_POWER_VNOM))
329 cf->vpp1.param[CISTPL_POWER_VNOM]/10000;
330 if ((cf->io.nwin > 0) && (cf->io.win[0].len == 8) &&
331 (cf->io.win[0].base != 0)) {
332 link->conf.ConfigIndex = cf->index;
333 link->io.BasePort1 = cf->io.win[0].base;
335 16 : cf->io.flags & CISTPL_IO_LINES_MASK;
349 if ((i == CS_SUCCESS) && (cf
392 cistpl_cftable_entry_t *cf = &parse.cftable_entry; local
486 cistpl_cftable_entry_t *cf = &parse.cftable_entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c694 int cf[2]; local
706 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
707 cf[1] = COMP_PROT | COMP_AC;
708 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
745 int cf[2]; local
756 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
757 cf[1] = DECOMP_PROT | DECOMP_AC;
758 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
785 int cf[2]; local
835 int cf[2]; local
853 int cf[2]; local
[all...]
H A Dsys-solaris.c1446 int cf[2]; local
1460 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1461 cf[1] = COMP_PROT | COMP_AC;
1463 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1496 int cf[2]; local
1510 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
1511 cf[1] = DECOMP_PROT | DECOMP_AC;
1513 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
1541 int cf[2]; local
1592 int cf[2]; local
1610 int cf[2]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c812 int cf[2]; local
824 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
825 cf[1] = COMP_PROT | COMP_AC;
826 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0)
854 int cf[2]; local
866 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
867 cf[1] = DECOMP_PROT | DECOMP_AC;
868 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
894 int cf[2]; local
946 int cf[2]; local
964 int cf[2]; local
[all...]
H A Dsys-solaris.c1548 int cf[2]; local
1563 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1564 cf[1] = COMP_PROT | COMP_AC;
1566 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0)
1598 int cf[2]; local
1613 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
1614 cf[1] = DECOMP_PROT | DECOMP_AC;
1616 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
1643 int cf[2]; local
1723 int cf[2]; local
1741 int cf[2]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c812 int cf[2]; local
824 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
825 cf[1] = COMP_PROT | COMP_AC;
826 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0)
854 int cf[2]; local
866 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
867 cf[1] = DECOMP_PROT | DECOMP_AC;
868 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
894 int cf[2]; local
946 int cf[2]; local
964 int cf[2]; local
[all...]
H A Dsys-solaris.c1548 int cf[2]; local
1563 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1564 cf[1] = COMP_PROT | COMP_AC;
1566 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0)
1598 int cf[2]; local
1613 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
1614 cf[1] = DECOMP_PROT | DECOMP_AC;
1616 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
1643 int cf[2]; local
1723 int cf[2]; local
1741 int cf[2]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Drunsim26 -c<cf> Control file name [Default: cf]
40 -c<cf> Control file name [Default: cf]
47 sim -p <promtree> # create control file (cf) & links for prom simulations
48 sim -k <linuxtree> # create control file (cf) & links for linux simulations
52 # control file (cf).
256 NCF="cf"
295 # Build the .cf files from the user control file. The .cf fil
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A Dprim_ops.c841 register unsigned int res, cnt, mask, cf; local
866 3) B_(n-1) <- cf
873 cf = (d >> (8 - cnt)) & 0x1;
892 /* B_(n-1) <- cf */
895 /* set the new carry flag, based on the variable "cf" */
896 CONDITIONAL_SET_FLAG(cf, F_CF);
901 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 6) & 0x2)),
914 register unsigned int res, cnt, mask, cf; local
918 cf = (d >> (16 - cnt)) & 0x1;
925 CONDITIONAL_SET_FLAG(cf, F_C
938 register u32 res, cnt, mask, cf; local
963 u32 mask, cf, ocf = 0; local
1047 u32 mask, cf, ocf = 0; local
1079 u32 mask, cf, ocf = 0; local
1302 unsigned int cnt, res, cf; local
1346 unsigned int cnt, res, cf; local
1386 unsigned int cnt, res, cf; local
1423 unsigned int cnt, res, cf; local
1460 unsigned int cnt, res, cf; local
1497 unsigned int cnt, res, cf; local
1533 unsigned int cnt, res, cf, mask, sf; local
1573 unsigned int cnt, res, cf, mask, sf; local
1613 u32 cnt, res, cf, mask, sf; local
1653 unsigned int cnt, res, cf; local
1690 unsigned int cnt, res, cf; local
1727 unsigned int cnt, res, cf; local
1764 unsigned int cnt, res, cf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-pci.c52 u32 cf, __bit; \
67 if (get_dbe(cf, addr)) \
69 *value = (cf >> __bit) & (mask); \
97 u32 cf, __bit; \
110 if (get_dbe(cf, addr)) \
112 cf &= (~mask); \
113 cf |= (value); \
114 put_dbe(cf, addr); \
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/
H A DMakefile38 tar cf $$namev.src.tar `find $$namev \( -name CVS -o -path $$namev/debian \) -prune -o ! -type d -print`; \
49 tar cf ../../$$nameva * ; \
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dmakerpms.sh42 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
H A Dmakerpms.sh.tmpl42 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/RedHat/
H A Dmakerpms.sh59 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
H A Dmakerpms.sh.tmpl59 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c306 static struct op *pipeline(int cf );
309 static int synio(int cf );
310 static void musthave (int c, int cf );
313 static struct op *command(int cf );
331 static int yylex(int cf );
367 static int assign (char *s, int cf );
1281 assign(s, cf)
1283 int cf;
1294 nameval(vp, ++cp, cf == COPYV? (char *)NULL: s);
1295 if (cf !
1917 register int c, cf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dibalance.c36 struct buffer_head ** cf
53 *cf = tb->CFL[h];
65 *cf = tb->CFL[h];
78 *cf = tb->CFR[h];
91 *cf = tb->CFR[h];
468 struct buffer_head * cf; local
471 internal_define_dest_src_infos (mode, tb, h, &dest_bi, &src_bi, &d_key_position, &cf);
477 internal_insert_key (&dest_bi, B_NR_ITEMS(dest_bi.bi_bh), cf, d_key_position);
481 replace_key (tb, cf, d_key_position, src_bi.bi_parent/*src->b_parent*/, 0);
483 replace_key (tb, cf, d_key_positio
502 struct buffer_head * cf; local
530 struct buffer_head * cf; local
570 struct buffer_head * cf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/build/
H A DMakefile62 $(TAR) -T $$CDIR/$@ -cf - | $(ZIP) --best > $$CDIR/$(SRCTAR); \
/asus-wl-520gu-7.0.1.45/src/router/attr/build/
H A DMakefile62 $(TAR) -T $$CDIR/$@ -cf - | $(ZIP) --best > $$CDIR/$(SRCTAR); \
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A DMakefile19 tar cf mkntpwd.tar mkntpwd

Completed in 254 milliseconds

123