Home
last modified time | relevance | path

Searched refs:c1 (Results 126 – 150 of 237) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c166 name_cmp(const void *c1, const void *c2) in name_cmp() argument
172 if (nwam_ncu_typed_name_to_name(*(const char **)c1, &t1, &n1) in name_cmp()
190 return (strcasecmp(*(const char **)c1, *(const char **)c2)); in name_cmp()
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dcnv_ibmutf8.c62 char c1, c2; in _icv_iconv() local
/illumos-gate/usr/src/test/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh66 log_must touch $PRJDIR/c1
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1281 char c1, c2; in msgidcmp() local
1289 id1 = get_next_ch(id1, &m1, &c1); in msgidcmp()
1292 if ((c1 == 0) && (c2 == 0)) { in msgidcmp()
1296 if (c1 > c2) { in msgidcmp()
1298 } else if (c1 < c2) { in msgidcmp()
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c263 #define c1 (Cy1+9) macro
568 u = c1[11]; in __k_y1f()
570 u = u * z + c1[i]; in __k_y1f()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c166 int c1 = acl_buf[i], c2; local
171 if (c1 != '\\')
175 c1 = c2;
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Diso22 | c0 � | c1 � | c2 � | c3 � | c4 � | c5 � | c6 � | c7 � |
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c179 int c1) in CvProcessComment() argument
191 *StringBuffer = (char) c1; in CvProcessComment()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-graphics-usbvc.p5m45 alias=usbia46d,8c1.config1.0 \
H A Ddriver-storage-cpqary3.p5m43 alias=pci103c,21c1 \
H A Ddriver-storage-smrt.p5m48 # alias=pci103c,21c1
H A Ddriver-storage-mpt_sas.p5m85 alias=pciex1000,c1 \
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1963 uchar_t c1; in zsa_srint() local
2002 c1 = c & 0x3f; in zsa_srint()
2006 c1 = c & 0x7f; in zsa_srint()
2010 c1 = c & 0xff; in zsa_srint()
2016 c1 = 0xff; in zsa_srint()
2019 c1 = 0xff; in zsa_srint()
2021 c1 = c; in zsa_srint()
2028 if ((s1 & ZSRR1_FE) && c1 == 0) { in zsa_srint()
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c1686 long c1, c2; in blckcnt() local
1694 c1 = lcharcnt/BUFSIZ; in blckcnt()
1697 for(i = c1; i++ < c2;) { in blckcnt()
1706 if(c1 != c2) in blckcnt()
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h290 caddr_t c1; member
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_ja_jis_to_unicode.h4655 #define KICONV_JA_CNV_JISMS_TO_U2(id, u, c1, c2) \ argument
4659 if ((c1) == 0x21) { \
4671 } else if ((c1) == 0x22 && (c2) == 0x4c) { \
4676 #define KICONV_JA_CNV_JIS0212MS_TO_U2(id, u, c1, c2) \ argument
4680 if ((c1) == 0x22) { \
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.vbmi2.out265 libdis_test+0x46e: 62 f2 7d 08 63 c1 vpcompressb %xmm0,%xmm1
276 libdis_test+0x4a1: 62 f2 7d 28 63 c1 vpcompressb %ymm0,%ymm1
287 libdis_test+0x4d4: 62 f2 7d 48 63 c1 vpcompressb %zmm0,%zmm1
298 libdis_test+0x507: 62 f2 fd 08 63 c1 vpcompressw %xmm0,%xmm1
309 libdis_test+0x53d: 62 f2 fd 28 63 c1 vpcompressw %ymm0,%ymm1
320 libdis_test+0x573: 62 f2 fd 48 63 c1 vpcompressw %zmm0,%zmm1
H A D32.vbmi2.out265 libdis_test+0x46e: 62 f2 7d 08 63 c1 vpcompressb %xmm0,%xmm1
276 libdis_test+0x4a1: 62 f2 7d 28 63 c1 vpcompressb %ymm0,%ymm1
287 libdis_test+0x4d4: 62 f2 7d 48 63 c1 vpcompressb %zmm0,%zmm1
298 libdis_test+0x507: 62 f2 fd 08 63 c1 vpcompressw %xmm0,%xmm1
309 libdis_test+0x53d: 62 f2 fd 28 63 c1 vpcompressw %ymm0,%ymm1
320 libdis_test+0x573: 62 f2 fd 48 63 c1 vpcompressw %zmm0,%zmm1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c71 #define c2_eq(a,c1,c2) (*a==c1 && *(a+1)==c2 && *(a+2)==0) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c87 while (--ucp >= (const uchar_t *)&bsl->compartments.c1) in tsol2cipso_tt1()
91 i = ucp - (const uchar_t *)&bsl->compartments.c1 + 1; in tsol2cipso_tt1()
110 bcopy(&bsl->compartments.c1, tt1->tag_cat, i); in tsol2cipso_tt1()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y679 cpeek(char c1, int yes1, char c2, int yes2, char none) in cpeek() argument
684 if (peekc == c1) in cpeek()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c179 char c1; in fm_printf() local
182 width = vsnprintf(&c1, sizeof (c1), format, ap); in fm_printf()
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.iso2022-CN%zh_CN.gbk.c645 char cns_str[3], c1, c2; in iso_to_big5_to_gbk() local
687 *buf = c1 = (char) ((val & 0xff00) >> 8); in iso_to_big5_to_gbk()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h87 #define QLT_FIRMWARE_ERROR(s, c1, c2) (QLT_FIRMWARE_ERROR_CODE | \ argument
88 (((uint64_t)s) << 32) | (((uint64_t)c1) << 24) | ((uint64_t)c2))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c153 const char *c1, *c2; in nfs4cmpfh() local
159 for (c1 = fh4p1->nfs_fh4_val, c2 = fh4p2->nfs_fh4_val; in nfs4cmpfh()
160 c1 < fh4p1->nfs_fh4_val + fh4p1->nfs_fh4_len; in nfs4cmpfh()
161 c1++, c2++) { in nfs4cmpfh()
162 if (*c1 < *c2) in nfs4cmpfh()
164 if (*c1 > *c2) in nfs4cmpfh()

12345678910