Searched refs:c1 (Results 76 - 100 of 237) sorted by relevance

12345678910

/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-getproto.c132 char **c1, **c2; local
144 c1 = pe1->p_aliases;
150 for (;*c1 && *c2; ++c1, ++c2)
151 if (strcmp(*c1, *c2) != 0)
154 if ((*c1 != '\0') || (*c2 != '\0'))
H A Dtest-getrpc.c132 char **c1, **c2; local
144 c1 = rpc1->r_aliases;
150 for (;*c1 && *c2; ++c1, ++c2)
151 if (strcmp(*c1, *c2) != 0)
154 if ((*c1 != '\0') || (*c2 != '\0'))
H A Dtest-getserv.c137 char **c1, **c2; local
150 c1 = serv1->s_aliases;
156 for (;*c1 && *c2; ++c1, ++c2)
157 if (strcmp(*c1, *c2) != 0)
160 if ((*c1 != '\0') || (*c2 != '\0'))
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c1965 # define BUF_PUSH_2(c1, c2) \
1968 *b++ = (UCHAR_T) (c1); \
1974 # define BUF_PUSH_3(c1, c2, c3) \
1977 *b++ = (UCHAR_T) (c1); \
2302 register UCHAR_T c, c1;
2548 PATFETCH (c1);
2549 if (!(c1 == '+' || c1 == '?'))
2556 c = c1;
2744 PATFETCH (c1);
2289 register UCHAR_T c, c1; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c1965 # define BUF_PUSH_2(c1, c2) \
1968 *b++ = (UCHAR_T) (c1); \
1974 # define BUF_PUSH_3(c1, c2, c3) \
1977 *b++ = (UCHAR_T) (c1); \
2302 register UCHAR_T c, c1;
2548 PATFETCH (c1);
2549 if (!(c1 == '+' || c1 == '?'))
2556 c = c1;
2744 PATFETCH (c1);
2289 register UCHAR_T c, c1; local
[all...]
H A Dpex-win32.c493 unsigned char c1; local
510 c1 = (unsigned char) tolower (*a++);
513 if (c1 == '=')
514 c1 = '\0';
519 while (c1 == c2 && c1 != '\0');
521 return c1 - c2;
/freebsd-10.0-release/contrib/gcc/
H A Dprefix.c235 tr (char *string, int c1, int c2) argument
239 if (*string == c1)
H A Drtl.c493 rtl_check_failed_type1 (rtx r, int n, int c1, const char *file, int line,
498 n, c1, GET_RTX_FORMAT (GET_CODE (r))[n], GET_RTX_NAME (GET_CODE (r)),
503 rtl_check_failed_type2 (rtx r, int n, int c1, int c2, const char *file,
508 n, c1, c2, GET_RTX_FORMAT (GET_CODE (r))[n], GET_RTX_NAME (GET_CODE (r)),
487 rtl_check_failed_type1(rtx r, int n, int c1, const char *file, int line, const char *func) argument
497 rtl_check_failed_type2(rtx r, int n, int c1, int c2, const char *file, int line, const char *func) argument
H A Dlambda-mat.c261 lambda_matrix_col_add (lambda_matrix mat, int m, int c1, int c2, int const1) argument
269 mat[i][c2] += const1 * mat[i][c1];
275 lambda_matrix_col_negate (lambda_matrix mat, int m, int c1) argument
280 mat[i][c1] *= -1;
286 lambda_matrix_col_mc (lambda_matrix mat, int m, int c1, int const1) argument
291 mat[i][c1] *= const1;
/freebsd-10.0-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6444 my $c1 = $kern1[$i];
6446 if ($nmap{$c1} != 0 && $nmap{$c2} != 0) {
6447 for (my $j = 0; $j < $nmap{$c1}; $j++) {
6451 $map{$c1, $j},
/freebsd-10.0-release/lib/libkiconv/
H A Dxlat16_iconv.c346 u_char c1, c2; local
356 c1 = (*obuf)[0];
360 if (*ilen == ir - 1 && (*ibuf)[1] == '\0' && (c1 || c2))
379 if (olocal[0] != c1)
/freebsd-10.0-release/tools/regression/usr.bin/sed/
H A Dregress.sh19 REGRESSION_TEST(`c1', `sed ''`4,$c\
/freebsd-10.0-release/usr.bin/sort/
H A Dcoll.h110 size_t c1; member in struct:key_specs
H A Dsort.c690 ks->c1 = (size_t) strtoul(c, NULL, 10);
693 if (ks->c1 == 0) {
702 ks->c1 = 1;
864 int c1, f1; local
868 c1 = f1 = 0;
870 if (parse_pos_obs(arg1 + 1, &f1, &c1, sopts1) < 0)
874 c1 += 1;
891 f1, c1, sopts1, f2, c2, sopts2);
900 sprintf(sopt, "-k%d.%d", f1, c1);
1182 keys[0].c1
[all...]
/freebsd-10.0-release/contrib/diff/src/
H A Difdef.c311 char c1; local
323 c1 = *f++;
328 if (c1 != '\'')
347 if (c1 != 'n')
353 value = groups_letter_value (groups, c1);
/freebsd-10.0-release/contrib/texinfo/util/
H A Dtexindex.c825 int c1, c2;
828 c1 = 0;
830 c1 = *p1++;
836 if (char_order[c1] != char_order[c2])
837 return char_order[c1] - char_order[c2];
838 if (!c1)
847 int c1, c2;
850 c1 = 0;
852 c1 = *p1++;
858 if (c1 !
821 int c1, c2; local
843 int c1, c2; local
[all...]
/freebsd-10.0-release/sys/dev/atkbdc/
H A Datkbdc.c830 int c1 = 0; local
844 ++c1;
854 if ((c1 > 0) || (c2 > 0))
855 log(LOG_DEBUG, "kbdc: %d:%d char read (empty_kbd_buffer)\n", c1, c2);
869 int c1 = 0; local
881 ++c1;
893 if ((c1 > 0) || (c2 > 0))
894 log(LOG_DEBUG, "kbdc: %d:%d char read (empty_aux_buffer)\n", c1, c2);
908 int c1 = 0; local
919 ++c1;
[all...]
/freebsd-10.0-release/usr.bin/dtc/
H A Ddtc.cc292 clock_t c1 = clock(); local
330 ((double)(c1-c0))/CLOCKS_PER_SEC);
332 ((double)(c2-c1))/CLOCKS_PER_SEC);
/freebsd-10.0-release/contrib/flex/
H A Dmisc.c257 const char *c1; local
263 for (c1 = str; *c1; ++c1) ;
265 size = (c1 - str + 1) * sizeof (char);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l750 int c0, c1, ttok = DT_TOK_TNAME;
803 if ((c1 = input()) == c0)
805 unput(c1);
809 if ((c1 = input()) != c0)
811 unput(c1);
/freebsd-10.0-release/usr.sbin/makefs/
H A Dcd9660.c899 char c1, c2; local
904 c1 = first[p1];
906 if (c1 == '.' && c2 =='.')
908 else if (c1 == '.') {
910 c1 = ' ';
919 if (c1 < c2)
921 else if (c1 > c2) {
931 c1 = first[p1];
933 if (c1 == ';' && c2 == ';')
935 else if (c1
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DDES.xs257 des_cblock c1,c2;
260 des_string_to_2keys(str,&c1,&c2);
263 sv_setpvn(s1,(char *)c1,8);
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh2.c77 _PROTOTYPE(int collect, (int c, int c1 ));
611 register int c, c1; local
632 unget(c1 = getc(0));
633 if (c1 == '<' || c1 == '>') {
638 c = c1;
670 if ((c1 = dual(c)) != '\0') {
672 return(c1);
723 collect(c, c1)
724 register c, c1;
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.lex.c286 eChar c, c1; local
303 c1 = getC(DOALL);
304 if (c1 == c)
305 Strbuf_append1(&wbuf, c1);
307 ungetC(c1);
316 c1 = c;
325 if (c1 == '\\')
349 c1 = 0;
352 if (c1) {
353 if (c == c1) {
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.c164 int i,j,c1=0; local
193 if(!BN_GENCB_call(cb, 0, c1++))
221 if(!BN_GENCB_call(cb, 2, c1-1))

Completed in 300 milliseconds

12345678910