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

  /src/tests/usr.bin/indent/
opt_pcs.c 118 int binary = 1 + call(); variable in typeref:typename:int
126 int binary = 1 + call (); variable in typeref:typename:int
  /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 in function:typeok_scalar_strict_bool
141 if (!binary && !lbool) {
146 if (binary && !lbool) {
151 if (binary && op != QUEST &&
161 bool binary = mp->m_binary; local in function:typeok_scalar_strict_bool
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
639 /* Create an expression from a unary or binary operator and its operands. */
2030 * Create a tree node for a binary operator and its two operands. Also called
2533 bool binary = modtab[op].m_binary; local in function:warn_incompatible_types
2535 if (lt == VOID || (binary && rt == VOID)) {
2541 else if (binary)
3942 * binary integer promotion for one of the operands, or a usual
3944 * binary plain or compound assignments to bit-fields
5028 * 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 in function:main
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 in function:vsendcmd
375 binary = true;
410 if (binary) {
424 if (binary) {
425 DPRINTF("\t[%u]=<BINARY>\n", i);
566 "<BINARY>");
  /src/distrib/amiga/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
15 # 2. Redistributions in binary form must reproduce the above copyright
159 As a reminder, installing the 'etc' binary set is NOT recommended.
415 This release uses the ELF binary object format. Existing (a.out) binaries
  /src/distrib/atari/floppies/prepare/
install.md 10 # Redistribution and use in source and binary forms, with or without
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/sparc/
install.md 10 # Redistribution and use in source and binary forms, with or without
15 # 2. Redistributions in binary form must reproduce the above copyright
218 As a reminder, installing the 'etc' binary set is NOT recommended.
365 This release uses the ELF binary object format. Existing (a.out) binaries
  /src/distrib/sun2/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
15 # 2. Redistributions in binary form must reproduce the above copyright
164 As a reminder, installing the 'etc' binary set is NOT recommended.
  /src/distrib/sun3/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
15 # 2. Redistributions in binary form must reproduce the above copyright
164 As a reminder, installing the 'etc' binary set is NOT recommended.
  /src/distrib/hp300/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
16 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/mac68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
16 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/mvme68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
16 # 2. Redistributions in binary form must reproduce the above copyright
  /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 in function:nvlist_dump
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 25 milliseconds