HomeSort by: relevance | last modified time | path
    Searched defs:LC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 44 static const unsigned LC = sizeof(wchar_t);
119 testScanf("%lc", 1, LC);
135 testScanf("%10ls", 1, 11 * LC);
136 testScanf("%10lc", 1, 10 * LC);
  /src/usr.bin/rdist/
expand.c 49 #define LC '{'
170 if (*cp == LC) {
441 int ok, lc; local in function:amatch
456 lc = 077777;
464 if (lc <= scc && scc <= *p++)
467 if (scc == (lc = cc))
  /src/libexec/getty/
gettytab.h 158 #define LC gettyflags[13].value
  /src/sys/dev/
ipmi.c 1552 #define LC 0x02
1617 if ((data[0] & (LC|LW)) == (LC|LW) && data[2] > data[1])
1618 valid ^= LC;
1636 if (valid & LC && data[2] != 0x00) {

Completed in 18 milliseconds