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

  /src/tests/usr.bin/indent/
opt_pcs.c 118 int binary = 1 + call(); variable
126 int binary = 1 + call (); variable
  /src/usr.bin/xlint/lint1/
ckbool.c 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
137 bool binary = mp->m_binary; local
141 if (!binary && !lbool) {
146 if (binary && !lbool) {
151 if (binary && op != QUEST &&
161 bool binary = mp->m_binary; local
165 if (!binary && lbool) {
170 if (binary && lbool) {
175 if (binary && rt == BOOL)
    [all...]
tree.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
693 /* Create an expression from a unary or binary operator and its operands. */
2094 * Create a tree node for a binary operator and its two operands. Also called
2597 bool binary = modtab[op].m_binary; local
2599 if (lt == VOID || (binary && rt == VOID)) {
2605 else if (binary)
4004 * binary integer promotion for one of the operands, or a usual
4006 * binary plain or compound assignments to bit-fields
5090 * CON. Type conversions are allowed if they do not change binary
    [all...]
  /src/usr.bin/grep/
grep.h 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
  /src/usr.sbin/pf/pfs/
pfs.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
462 bool binary = false; local
482 binary = true;
549 if (binary)
562 if (binary)
  /src/share/examples/puffs/pgfs/
pgfs_db.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
339 * 0 for text and 1 for binary.
369 bool binary = false; local
375 binary = true;
410 if (binary) {
424 if (binary) {
425 DPRINTF("\t[%u]=<BINARY>\n", i);
566 "<BINARY>");
  /src/sys/external/bsd/libnv/dist/
nvlist.c 13 * Redistribution and use in source and binary forms, with or without
18 * 2. Redistributions in binary form must reproduce the above copyright
512 const unsigned char *binary; local
516 binary = nvpair_get_binary(nvp, &size);
519 dprintf(fd, "%02hhx", binary[ii]);
1473 NVLIST_EXISTS(binary, BINARY)
2073 NVLIST_FREE(binary, BINARY)

Completed in 27 milliseconds