Home
last modified time | relevance | path

Searched refs:C (Results 51 – 75 of 1175) sorted by last modified time

12345678910>>...47

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c81 is_number(char *C) in is_number() argument
85 for (i = 0; i < strlen(C); i++) in is_number()
86 if (!isdigit((uchar_t)C[i])) in is_number()
97 field_spec_has_modifiers(char *C, int length) in field_spec_has_modifiers() argument
99 int p_nonmodifiers = strspn(C, ",.1234567890"); in field_spec_has_modifiers()
120 int p_period = MIN(length, strcspn(C, ".")); in parse_field_spec()
130 if (isdigit((uchar_t)C[i])) in parse_field_spec()
131 field = (10 * field) + (C[i] - '0'); in parse_field_spec()
138 if (isdigit((uchar_t)C[i])) { in parse_field_spec()
140 offset = (10 * offset) + (C[i] - '0'); in parse_field_spec()
[all …]
H A Dinternal.c296 radix_quicksort(stream_t *C, flag_t coll_flags) in radix_quicksort() argument
298 ASSERT((C->s_status & STREAM_SOURCE_MASK) == STREAM_ARRAY); in radix_quicksort()
300 if (C->s_element_size == sizeof (char)) in radix_quicksort()
301 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
304 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
/illumos-gate/usr/src/test/util-tests/tests/pcidb/
H A Dpcidbtest.ksh91 export LC_ALL=C.UTF-8
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd39 export LC_ALL=C.UTF-8
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.S107 ! *before* calling into C routines .
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h135 #define KRB5_LOG1(A, B, C, D) \ argument
136 ((void)((krb5_log) && (krb5_log & (A)) && (printf((B), (C), (D)), TRUE)))
137 #define KRB5_LOG(A, B, C) \ argument
138 ((void)((krb5_log) && (krb5_log & (A)) && (printf((B), (C)), TRUE)))
146 #define KRB5_LOG1(A, B, C, D) \ argument
148 (syslog(LOG_DEBUG, (B), (C), (D)), TRUE)))
149 #define KRB5_LOG(A, B, C) \ argument
151 (syslog(LOG_DEBUG, (B), (C)), TRUE)))
160 #define KRB5_LOG1(A, B, C, D) argument
161 #define KRB5_LOG(A, B, C) argument
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h885 #define M_IS_NATIVE_LOCALE(s) (strcmp(s, "POSIX") == 0 || strcmp(s, "C") == 0)
1097 m_textstr(4866, "pid,ppid,pcpu=C", "I"),\
1103 m_textstr(4866, "pid,ppid,pcpu=C", "I"),\
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsin.S2872 ! ========== huge range (use C code) ==========
H A D__vcos.S2948 ! ========== huge range (use C code) ==========
H A D__vatan.S35 ! following is the C version of the ATAN algorithm
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
26 / Copyright (C) 1998-2000 Netscape Communications Corporation. All
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.S35 / which represents the `standard' for the C-library.
H A Dstrncat.S36 / which represents the `standard' for the C-library.
H A Dstrncpy.S34 / Fast assembly language version of the following C-program strncpy
H A Dstrrchr.S34 / Fast assembly language version of the following C-program strrchr
H A Dmemchr.S35 / which represents the `standard' for the C-library.
H A Dmemcmp.S33 / Fast assembly language version of the following C-program strcat
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.S34 / Fast assembly language version of the following C-program strrchr
H A Dmemchr.S35 / which represents the `standard' for the C-library.
H A Dstrcat.S35 / which represents the `standard' for the C-library.
H A Dstrncat.S36 / which represents the `standard' for the C-library.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c442 char C[28], D[28]; in krb5_afs_crypt_setkey() local
451 C[i] = key[PC1_C[i]-1]; in krb5_afs_crypt_setkey()
464 t = C[0]; in krb5_afs_crypt_setkey()
466 C[j] = C[j+1]; in krb5_afs_crypt_setkey()
467 C[27] = t; in krb5_afs_crypt_setkey()
477 KS[i][j] = C[PC2_C[j]-1]; in krb5_afs_crypt_setkey()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1937 mp_int gx, xc, yc, u, v, A, B, C, D; in mp_xgcd() local
1956 MP_CHECKOK( mp_init(&C, FLAG(a)) ); in mp_xgcd()
1957 clean[++last] = &C; in mp_xgcd()
2001 if(mp_iseven(&C) && mp_iseven(&D)) { in mp_xgcd()
2002 s_mp_div_2(&C); s_mp_div_2(&D); in mp_xgcd()
2004 MP_CHECKOK( mp_add(&C, &yc, &C) ); in mp_xgcd()
2005 s_mp_div_2(&C); in mp_xgcd()
2013 MP_CHECKOK( mp_sub(&A, &C, &A) ); in mp_xgcd()
2017 MP_CHECKOK( mp_sub(&C, &A, &C) ); in mp_xgcd()
2024 MP_CHECKOK( mp_copy(&C, x) ); in mp_xgcd()
H A Dmpi-priv.h250 void s_mp_mul_comba_4(const mp_int *A, const mp_int *B, mp_int *C);
251 void s_mp_mul_comba_8(const mp_int *A, const mp_int *B, mp_int *C);
252 void s_mp_mul_comba_16(const mp_int *A, const mp_int *B, mp_int *C);
253 void s_mp_mul_comba_32(const mp_int *A, const mp_int *B, mp_int *C);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c86 C = 0, /* direct a.o.t. normal access */ variable
306 C = 1;

12345678910>>...47