Searched refs:c2 (Results 26 - 50 of 183) sorted by relevance

12345678

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_ctxsetup.c174 kg2_intersect_ctypes(nc1, c1, nc2, c2)
178 const krb5_cksumtype *c2;
192 /* check if c1[i] is in c2. If it is, keep it by swapping
198 if (c1[i] == c2[j])
/illumos-gate/usr/src/uts/common/c2/
H A Dadr.c43 #include <c2/audit.h>
44 #include <c2/audit_kernel.h>
45 #include <c2/audit_record.h>
H A Daudit_mem.c31 #include <c2/audit.h>
32 #include <c2/audit_kernel.h>
33 #include <c2/audit_record.h>
H A Daudit_path.c50 #include <c2/audit.h>
51 #include <c2/audit_kernel.h>
52 #include <c2/audit_record.h>
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c256 int c1, c2; local
264 c2 = scanc();
265 if (!isxdigit(c2)) {
269 v = ((hex(c1) << 4) | hex(c2));
276 int c1, c2, c3; local
285 c2 = scanc();
286 if (!isdigit(c2)) {
291 b += (c2 - '0');
305 int c1, c2, c3; local
316 c2
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h212 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8)
214 #define CHECK2(ptr, c1, c2) \
215 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm424 my $c2 = shift;
430 _capacity_update($c1, $c2, $id);
433 my $pg2 = _pg_get($c2, $id) or return;
481 my $c2 = shift;
487 my $pg2 = _pg_get($c2, $id) or return;
518 my $c2 = shift;
522 my $pg2 = _pg_get($c2, $id) or return;
543 my $c2 = shift;
547 my $pg2 = _pg_get($c2, $id) or return;
554 my $load2 = $c2
[all...]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutnonansi.c150 int c2; local
156 c2 = tolower ((int) *String2);
161 while ((c1 == c2) && (c1));
163 return (c1 - c2);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c150 int c2; local
156 c2 = tolower ((int) *String2);
161 while ((c1 == c2) && (c1));
163 return (c1 - c2);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c379 int char1, char2, c1, c2; local
422 c2 = (inputQ[(*i)++] = (blockpeek) ? _pk() : _fpk());
423 if (c2 < 0)
424 return (c2);
426 if (c2 >= ' ' && c2 <= '~') {
428 mx = c1 * (c2 - ' ');
430 my = c1 * (c2 - ' ');
/illumos-gate/usr/src/uts/common/os/
H A Daudit_memory.c29 #include <c2/audit.h>
30 #include <c2/audit_kernel.h>
H A Daudit_zone.c27 #include <c2/audit.h>
28 #include <c2/audit_kernel.h>
29 #include <c2/audit_record.h>
H A Daudit_core.c41 #include <c2/audit.h>
42 #include <c2/audit_kernel.h>
43 #include <c2/audit_kevents.h>
44 #include <c2/audit_record.h>
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c102 register int c2; local
128 if ((c2 = e2 - p2) <= 0)
130 if (!(p2 = (unsigned char*)sfreserve(f2, SF_UNBOUND, 0)) || (c2 = sfvalue(f2)) <= 0)
136 e2 = p2 + c2;
138 if (c1 > c2)
139 c1 = c2;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y_xpg4.y91 static int peek3(char c1, int rc1, char c2, int rc2, int rc3);
169 peek3(char c1, int rc1, char c2, int rc2, int rc3)
176 if (*pe == c2) {
/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c202 struct cpu_snapshot *c2 = (struct cpu_snapshot *)v2; local
204 if (*pset && c1->cs_pset_id != c2->cs_pset_id) {
206 c1->cs_id, c1->cs_pset_id, c2->cs_pset_id);
209 if (c1->cs_state == c2->cs_state)
212 if (CPU_ONLINE(c1->cs_state) && !CPU_ONLINE(c2->cs_state))
215 if (!CPU_ONLINE(c1->cs_state) && CPU_ONLINE(c2->cs_state))
216 add_nr_to_list(cpus_added, c2->cs_id);
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c219 const struct tbl_cell *c1, *c2; local
229 c2 = sp->prev == NULL ? NULL : sp->prev->layout->first;
230 if (c2 == c1)
231 c2 = NULL;
237 if (c2 != NULL) {
238 if (vert < c2->vert)
239 vert = c2->vert;
240 c2 = c2->next;
/illumos-gate/usr/src/lib/libm/common/LD/
H A D__lgammal.c63 c2 = 2.0L, variable
100 return (primary(x-y)+logl((x-c1)*(x-c2)));
102 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)));
104 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)));
106 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)));
109 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__lgammal.c63 c2 = 2.0L, variable
96 return primary(x-y)+logl((x-c1)*(x-c2));
98 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3));
100 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4));
102 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5));
105 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
/illumos-gate/usr/src/cmd/col/
H A Dcol.c392 wchar_t c1, c2, c3, c4, c5, c6, c7; local
397 c2 = *line;
416 c1 = c2;
417 c2 = c3;
425 wchar_t c1, c2, c3; local
430 c2 = *line;
437 c1 = c2;
438 c2 = c3;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c296 int c2 = *patn; local
299 c2 = tolower(c2);
300 if (c1 != c2)
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c174 c2 = chget('\'');
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c45 #include <c2/audit.h>
H A Dmkdir.c46 #include <c2/audit.h>
H A Drename.c45 #include <c2/audit.h>

Completed in 74 milliseconds

12345678