Searched refs:c1 (Results 1 - 25 of 234) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfilename_cmp.c58 int c1 = TOLOWER (*s1);
62 if (c1 == '/')
63 c1 = '\\';
67 if (c1 != c2)
68 return (c1 - c2);
70 if (c1 == '\0')
/freebsd-9.3-release/lib/libdisk/
H A Dcreate_chunk.c38 struct chunk *c1, *c3; local
45 for (c1 = c->part; c1; c1 = c1->next) {
46 c1->oname = c1->name;
47 c1->name = malloc(12);
48 if (!c1->name)
50 strcpy(c1
116 struct chunk *c1; local
139 struct chunk *c1; local
156 struct chunk *c1, *c2; local
255 struct chunk *c1; local
[all...]
H A Dchunk.c33 /* Is c2 completely inside c1 ? */
36 Chunk_Inside(const struct chunk *c1, const struct chunk *c2) argument
38 /* if c1 ends before c2 do */
39 if (c1->end < c2->end)
41 /* if c1 starts after c2 do */
42 if (c1->offset > c2->offset)
51 struct chunk *c1, *c2, ct; local
60 for (c1 = chunks->part; c1; c1
95 Free_Chunk(struct chunk *c1) argument
113 Clone_Chunk(const struct chunk *c1) argument
220 struct chunk *c1, *c2, ct; local
405 Print_Chunk(struct chunk *c1, int offset) argument
431 Debug_Chunk(struct chunk *c1) argument
447 struct chunk *c1, *c2, *c3; local
[all...]
H A Drules.c113 struct chunk *c1; local
117 for (c1 = c->part; c1; c1 = c1->next) {
118 if (c1->type != unused)
121 if (c1->flags & CHUNK_ACTIVE)
145 struct chunk *c1; local
149 for (c1 = c->part; c1; c
186 struct chunk *c1; local
209 struct chunk *c1; local
233 struct chunk *c1; local
[all...]
H A Dwrite_pc98_disk.c32 Write_FreeBSD(int fd, const struct disk *new, const struct chunk *c1) argument
40 if (!(p = read_block(fd, i + c1->offset, 512)))
52 Fill_Disklabel(dl, new, c1);
55 write_block(fd, i + c1->offset, buf + 512 * i, 512);
65 struct chunk *c1; local
77 for (c1 = d1->chunks->part; c1; c1 = c1->next) {
78 if ((c1
[all...]
H A Dwrite_amd64_disk.c30 Write_FreeBSD(int fd, const struct disk *new, const struct chunk *c1) argument
38 if (!(p = read_block(fd, i + c1->offset, 512)))
50 Fill_Disklabel(dl, new, c1);
53 write_block(fd, i + c1->offset, buf + 512 * i, 512);
89 struct chunk *c1; local
113 for (c1 = d1->chunks->part; c1; c1 = c1->next) {
114 if (c1
[all...]
H A Dwrite_i386_disk.c30 Write_FreeBSD(int fd, const struct disk *new, const struct chunk *c1) argument
38 if (!(p = read_block(fd, i + c1->offset, 512)))
50 Fill_Disklabel(dl, new, c1);
53 write_block(fd, i + c1->offset, buf + 512 * i, 512);
89 struct chunk *c1; local
113 for (c1 = d1->chunks->part; c1; c1 = c1->next) {
114 if (c1
[all...]
H A Dwrite_sparc64_disk.c33 struct chunk *c, *c1, *c2; local
75 for (c1 = c2->part; c1 != NULL; c1 = c1->next) {
76 p = c1->name;
84 sl->sl_part[i].sdkp_cyloffset = c1->offset / secpercyl;
85 sl->sl_part[i].sdkp_nsectors = c1->size;
87 write_block(fd, c1->offset + i, d1->boot1 + (i * 512),
/freebsd-9.3-release/lib/libc/string/
H A Dwcscasecmp.c36 wchar_t c1, c2; local
39 c1 = towlower(*s1);
41 if (c1 != c2)
42 return ((int)c1 - c2);
H A Dwcsncasecmp.c36 wchar_t c1, c2; local
41 c1 = towlower(*s1);
43 if (c1 != c2)
44 return ((int)c1 - c2);
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_bcs.c45 int c1, c2; local
47 c1 = c2 = 1;
49 while (c1 && c2 && c1 == c2) {
50 c1 = _bcs_toupper(*str1++);
54 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
64 int c1, c2; local
66 c1 = c2 = 1;
68 while (c1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c108 BN_ULONG c1 = 0; local
111 return (c1);
114 mul_add(rp[0], ap[0], w, c1);
115 mul_add(rp[1], ap[1], w, c1);
116 mul_add(rp[2], ap[2], w, c1);
117 mul_add(rp[3], ap[3], w, c1);
123 mul_add(rp[0], ap[0], w, c1);
125 return c1;
126 mul_add(rp[1], ap[1], w, c1);
128 return c1;
138 BN_ULONG c1 = 0; local
382 BN_ULONG c1, c2, c3; local
486 BN_ULONG c1, c2, c3; local
526 BN_ULONG c1, c2, c3; local
602 BN_ULONG c1, c2, c3; local
[all...]
H A Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
33 &adc($c1,"edx");
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
63 &adc($c1,"edx");
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
95 &adc($c1,"edx");
107 local($a,$b,$c0,$c1,$c2);
114 $c1="ecx";
134 &xor($c1,$c1);
[all...]
/freebsd-9.3-release/usr.sbin/sade/
H A Dconfig.c52 chunk_compare(Chunk *c1, Chunk *c2) argument
54 if (!c1 && !c2)
56 else if (!c1 && c2)
58 else if (c1 && !c2)
60 else if (!c1->private_data && !c2->private_data)
62 else if (c1->private_data && !c2->private_data)
64 else if (!c1->private_data && c2->private_data)
67 return strcmp(((PartInfo *)(c1->private_data))->mountpoint, ((PartInfo *)(c2->private_data))->mountpoint);
103 name_of(Chunk *c1) argument
105 return c1
109 mount_point(Chunk *c1) argument
119 fstype(Chunk *c1) argument
133 fstype_short(Chunk *c1) argument
158 seq_num(Chunk *c1) argument
178 Chunk *c1, *c2; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c74 BN_ULONG c1 = 0; local
78 return (c1);
81 mul_add(rp[0], ap[0], w, c1);
82 mul_add(rp[1], ap[1], w, c1);
83 mul_add(rp[2], ap[2], w, c1);
84 mul_add(rp[3], ap[3], w, c1);
90 mul_add(rp[0], ap[0], w, c1);
92 return c1;
93 mul_add(rp[1], ap[1], w, c1);
95 return c1;
105 BN_ULONG c1 = 0; local
618 BN_ULONG c1, c2, c3; local
727 BN_ULONG c1, c2, c3; local
772 BN_ULONG c1, c2, c3; local
853 BN_ULONG c1, c2, c3; local
[all...]
/freebsd-9.3-release/usr.sbin/sa/
H A Dmain.c397 struct cmdinfo c1, c2; local
400 memcpy(&c1, d1->data, sizeof(c1));
403 t1 = c1.ci_utime + c1.ci_stime;
409 return (cmp_comm(c1.ci_comm, c2.ci_comm));
418 struct cmdinfo c1, c2; local
421 memcpy(&c1, d1->data, sizeof(c1));
424 t1 = c1
442 struct cmdinfo c1, c2; local
459 struct cmdinfo c1, c2; local
480 struct cmdinfo c1, c2; local
497 struct cmdinfo c1, c2; local
522 struct cmdinfo c1, c2; local
[all...]
/freebsd-9.3-release/contrib/groff/src/include/
H A Dgeometry.h25 double c0, double c1,
/freebsd-9.3-release/lib/libc/locale/
H A Dcollcmp.c43 int __collate_range_cmp(struct xlocale_collate *table, int c1, int c2) argument
47 s1[0] = c1;
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
54 c1 = TOLOWER (*p1);
57 if (LENGTH_LIMIT_EXPR (--n == 0) || c1 == '\0')
63 while (c1 == c2);
65 return c1 - c2;
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dgenget.c60 char c1, c2; local
65 c1 = *s1;
67 while (LOWER(c1) == LOWER(c2)) {
68 if (c1 == '\0')
70 c1 = *++s1;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c53 char c1, c2; local
58 c1 = *s1;
60 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
61 if (c1 == '\0')
63 c1 = *++s1;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/freebsd-9.3-release/contrib/mtree/
H A Dspecspec.c196 NODE *c1, *c2, *n1, *n2; local
202 c1 = t1->child;
204 c1 = NULL;
209 while (c1 != NULL || c2 != NULL) {
211 if (c1 != NULL)
212 n1 = c1->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
219 } else if (c1->type == F_DIR && c2->type != F_DIR) {
220 n1 = c1;
[all...]
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspecspec.c179 NODE *c1, *c2, *n1, *n2; local
185 c1 = t1->child;
187 c1 = NULL;
192 while (c1 != NULL || c2 != NULL) {
194 if (c1 != NULL)
195 n1 = c1->next;
198 if (c1 != NULL && c2 != NULL) {
199 if (c1->type != F_DIR && c2->type == F_DIR) {
202 } else if (c1->type == F_DIR && c2->type != F_DIR) {
203 n1 = c1;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
22 &adc($c1,"edx");
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
52 &adc($c1,"edx");
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
84 &adc($c1,"edx");
96 local($a,$b,$c0,$c1,$c2);
103 $c1="ecx";
123 &xor($c1,$c1);
[all...]

Completed in 164 milliseconds

12345678910