Searched refs:ca (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/lib/
H A Dstrcasecmp.c14 int ca, cb; local
17 ca = *a++ & 0xff;
19 if (ca >= 'A' && ca <= 'Z')
20 ca += 'a' - 'A';
23 } while (ca == cb && ca != '\0');
25 return ca - cb;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrcasecmp.c14 int ca, cb; local
17 ca = *a++ & 0xff;
19 if (ca >= 'A' && ca <= 'Z')
20 ca += 'a' - 'A';
23 } while (ca == cb && ca != '\0');
25 return ca - cb;
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe.conf26 # users in Canada do need to include "@sympatico.ca"
29 # For Magma, use xxyyzz@magma.ca
30 USER=bxxxnxnx@sympatico.ca
H A Dconfigure88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dcdjpeg.c124 register int ca, ck; local
127 while ((ca = *arg++) != '\0') {
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
131 ca = tolower(ca);
132 if (ca != ck)
H A Drdjpgcom.c413 register int ca, ck; local
416 while ((ca = *arg++) != '\0') {
419 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
420 ca = tolower(ca);
421 if (ca != ck)
H A Dwrjpgcom.c389 register int ca, ck; local
392 while ((ca = *arg++) != '\0') {
395 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
396 ca = tolower(ca);
397 if (ca != ck)
H A Dconfigure94 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
97 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dsock.c107 struct bnep_conadd_req ca; local
120 if (copy_from_user(&ca, (void *) arg, sizeof(ca)))
123 nsock = sockfd_lookup(ca.sock, &err);
130 err = bnep_add_connection(&ca, nsock);
132 if (copy_to_user((void *) arg, &ca, sizeof(ca)))
/asus-wl-520gu-7.0.1.45/src/router/LPRng/man/
H A DMakefile66 SSL_CA_FILE=${sysconfdir}/lpd/ssl.ca/ca.crt
67 SSL_CA_KEY=${sysconfdir}/lpd/ssl.ca/ca.key
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddgrs_ether.h15 volatile ulong *ca; /* address of 596 chan attention */ member in struct:__anon1759
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dpkcs12.h248 STACK_OF(X509) **ca);
250 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
H A Dx509v3.h147 int ca; member in struct:BASIC_CONSTRAINTS_st
530 int X509_check_purpose(X509 *x, int id, int ca);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dpkcs12.h248 STACK_OF(X509) **ca);
250 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
H A Dx509v3.h146 int ca; member in struct:BASIC_CONSTRAINTS_st
600 int X509_check_purpose(X509 *x, int id, int ca);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A DMakefile44 POFILES = ca.po cs.po de.po es.po fr.po it.po nl.po pl.po sv.po tr.po vi.po
45 GMOFILES = ca.gmo cs.gmo de.gmo es.gmo fr.gmo it.gmo nl.gmo pl.gmo sv.gmo tr.gmo vi.gmo
46 UPDATEPOFILES = ca.po-update cs.po-update de.po-update es.po-update fr.po-update it.po-update nl.po-update pl.po-update sv.po-update tr.po-update vi.po-update
47 DUMMYPOFILES = ca.nop cs.nop de.nop es.nop fr.nop it.nop nl.nop pl.nop sv.nop tr.nop vi.nop
100 CATALOGS = ca.gmo cs.gmo de.gmo es.gmo fr.gmo it.gmo nl.gmo pl.gmo sv.gmo tr.gmo vi.gmo
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dconfig.charset130 for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \
458 echo "ca CP850"
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dcistpl.c973 u_int len, ca, ha; local
984 len = ca = ha = 0;
991 ca += *p << (j*8);
999 mem->win[i].card_addr = ca << 8;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dosst.h168 u32 ca; /* Compression Algorithm */ member in struct:__anon2512
H A Dultrastor.c179 unsigned char ca: 1; /* use cache (if available) */ member in struct:mscp
713 my_mscp->ca = SCpnt->device->type != TYPE_TAPE;
H A Du14-34f.c496 unsigned char sg:1, ca:1, dcn:1, xdir:2, opcode:3; member in struct:mscp
502 ca: 1, /* use cache (if available) */
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dlprng_certs.sh23 # SSL_CA_FILE "/etc/lpd/ssl.ca/ca.crt"
24 # ${sysconfdir}/lpd/ssl.ca/ca.crt
27 # SSL_CA_KEY "/etc/lpd/ssl.ca/${CA_KEY}"
28 # ${sysconfdir}/lpd/ssl.ca/${CA_KEY}
235 CA_RND=${CA_DIR}/ca.rnd
236 CA_SER=${CA_DIR}/ca.ser
237 CA_CSR=${CA_DIR}/ca.csr
238 CA_DEFAULTS=${CA_DIR}/ca
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dconfig.status560 s,@SSL_CA_FILE@,${sysconfdir}/lpd/ssl.ca/ca.crt,;t t
561 s,@SSL_CA_KEY@,${sysconfdir}/lpd/ssl.ca/ca.key,;t t
/asus-wl-520gu-7.0.1.45/src/router/acl/
H A Dconfigure92 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
95 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dconfigure87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
90 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)

Completed in 209 milliseconds

12