Searched refs:c2 (Results 101 - 125 of 201) sorted by relevance

123456789

/freebsd-current/bin/pax/
H A Dpat_rep.c540 char c2; local
554 if ((*pattern == '-') && ((c2 = pattern[1]) != '\0') &&
555 (c2 != ']')) {
556 if ((c <= test) && (test <= c2))
/freebsd-current/usr.bin/sort/
H A Dbwstring.c185 wchar_t c2 = s2[i]; local
187 return ((c2 == L'\0') ? 0 : -1);
188 if (c2 == L'\0')
190 if (c1 == c2)
192 return ((int)(c1 - c2));
563 wchar_t c1, c2; local
568 c2 = bws_get_iter_value(iter2);
569 if (c1 != c2)
570 return (c1 - c2);
H A Dsort.c679 ks->c2 = (size_t) strtoul(c, NULL, 10);
694 ks->c2 = 0;
879 int c2, f2; local
883 c2 = f2 = 0;
886 &f2, &c2, sopts2) >= 0) {
887 if (c2 > 0)
890 f1, c1, sopts1, f2, c2, sopts2);
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c870 char c1, c2; local
876 c2 = second[p2];
877 if (c1 == '.' && c2 =='.')
882 } else if (c2 == '.') {
884 c2 = ' ';
890 if (c1 < c2)
892 else if (c1 > c2) {
903 c2 = second[p2];
904 if (c1 == ';' && c2 == ';')
909 } else if (c2
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1404 samesets(struct re_guts *g, int c1, int c2) argument
1410 unsigned uc2 = (uch)c2;
1426 int c2; local
1437 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1438 if (cats[c2] == 0 && samesets(g, c, c2))
1439 cats[c2] = cat;
/freebsd-current/contrib/kyua/utils/config/
H A Dnodes.cpp89 /// This operation is not symmetrical on c1 and c2. The caller is responsible
95 /// \param c2 First children set.
102 const children_map& c1, const children_map& c2,
115 children_map::const_iterator iter2 = c2.find(name);
116 if (iter2 == c2.end()) {
100 combine_children_into( const tree_key& key, const children_map& c1, const children_map& c2, inner_node* node) const argument
/freebsd-current/contrib/wpa/src/crypto/
H A Dms_funcs.c45 u8 c2 = utf8_string[++i]; local
49 ((c & 0x1F) << 6) | (c2 & 0x3F));
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/freebsd-current/usr.bin/localedef/
H A Dctype.c94 const ctype_node_t *c2 = n2; local
96 return (c1->wc < c2->wc ? -1 : c1->wc > c2->wc ? 1 : 0);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h319 #define CHECK_IMPL(c1, op, c2) \
322 __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
325 "(" #c1 ") " #op " (" #c2 ")", v1, v2); \
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_getch.c336 unsigned char c2 = 0;
347 c2 = buf;
349 n = (int) read(sp->_ifd, &c2, (size_t) 1);
354 ch = c2;
/freebsd-current/contrib/unbound/validator/
H A Dval_nsec3.h281 * @param c2: key 2.
284 int nsec3_hash_cmp(const void* c1, const void* c2);
/freebsd-current/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c348 int c1, c2; local
384 c2 = letter;
387 c2 = number;
399 map->acc[accent].map[i][1] = c2;
/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c114 static int samesets(struct re_guts *g, int c1, int c2);
1296 samesets(struct re_guts *g, int c1, int c2) argument
1302 unsigned uc2 = (unsigned char)c2;
1320 int c2; local
1331 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1332 if (cats[c2] == 0 && samesets(g, c, c2))
1333 cats[c2]
[all...]
/freebsd-current/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2, \
198 c2,c
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dlib.c715 void bcheck2(int n, int c1, int c2) argument
718 fprintf(stderr, "\tmissing %c\n", c2);
720 fprintf(stderr, "\t%d missing %c's\n", n, c2);
722 fprintf(stderr, "\textra %c\n", c2);
724 fprintf(stderr, "\t%d extra %c's\n", -n, c2);
H A Db.c408 int i, c, c2; local
426 /* c2 = *p++; */
427 n = u8_rune(&c2, (const char *) p);
429 if (c2 == '\\')
430 c2 = quoted(&p); /* BUG: sets p, has to be u8 size */
431 if (c > c2) { /* empty; ignore */
436 while (c < c2) {
/freebsd-current/contrib/bearssl/tools/
H A Dnames.c749 int c1, c2; local
752 c2 = next_char(&s2, lim2);
753 if (c1 != c2) {
/freebsd-current/contrib/mandoc/
H A Dman_html.c418 char c1, c2; local
435 c2 = strcmp(s2, "*") == 0 ? '*' :
438 return c1 != c2 ? '\0' : c1 == 'b' ? '*' : c1;
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_theme.c225 char line[BUFSIZ], name[BUFSIZ], c1[BUFSIZ], c2[BUFSIZ]; local
286 if (sscanf(value, "%s %s", c1, c2) != 2)
297 if ((strstr(c2, color[j].name)) != NULL)
/freebsd-current/bin/sh/
H A Dparser.c995 int c2; local
998 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++)
1000 if ((c2 == PEOF || c2 == '\n') && *q == '\0') {
1002 if (c2 == '\n') {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c358 uint8_t c2 = (version >> 16) & 255; local
360 gcov_version = c3 >= 'A' ? (c3 - 'A') * 100 + (c2 - '0') * 10 + c1 - '0'
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c2394 char c1, c2; local
2397 c2 = EVUTIL_TOLOWER_(*s2++);
2398 if (c1 < c2)
2400 else if (c1 > c2)
2408 char c1, c2; local
2411 c2 = EVUTIL_TOLOWER_(*s2++);
2412 if (c1 < c2)
2414 else if (c1 > c2)
/freebsd-current/contrib/libevent/
H A Devutil.c2394 char c1, c2; local
2397 c2 = EVUTIL_TOLOWER_(*s2++);
2398 if (c1 < c2)
2400 else if (c1 > c2)
2408 char c1, c2; local
2411 c2 = EVUTIL_TOLOWER_(*s2++);
2412 if (c1 < c2)
2414 else if (c1 > c2)
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c54 int c2; /* c2 * speedo^2 + c1 * speedo + c0 */ member in struct:speedo_entry
240 /* uV = (c2 * speedo / scale + c1) * speedo / scale + c0) */
241 uv = DIV_ROUND_CLOSEST(ent->c2 * sc->speedo_value, scale);
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c53 int c2; /* c2 * speedo^2 + c1 * speedo + c0 */ member in struct:speedo_entry
198 /* uV = (c2 * speedo / scale + c1) * speedo / scale + c0) */
199 uv = DIV_ROUND_CLOSEST(ent->c2 * sc->speedo_value, scale);

Completed in 409 milliseconds

123456789