/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | time.c | 74 int same, try; in time() local 76 same = try = 0; in time() 82 same = 0; in time() 83 } while (++same < 8 && ++try < 1000); in time()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/ |
H A D | ispreroot.c | 42 same(const char* a, const char* b) in same() function 62 if (dir) return(same("/", dir)); in ispreroot() 63 if (prerooted < 0) prerooted = !same("/", PR_REAL); in ispreroot()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | join.c | 160 char* same; member 179 if (jp->same) in done() 180 free(jp->same); in done() 638 register int same; in join() local 647 same = 0; in join() 654 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp-… in join() 665 same = 1; in join() 698 if (same) in join() 700 same = 0; in join() 705 if (!(jp->same = newof(jp->same, char, jp->samesize, 0))) in join() [all …]
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | devtab.c | 116 int same; in samedev() local 129 if ((x.st_dev == y.st_dev) && (x.st_ino == y.st_ino)) same = TRUE; in samedev() 134 (minor(x.st_rdev) == minor(y.st_rdev))) same = TRUE; in samedev() 135 else same = FALSE; in samedev() 136 } else same = FALSE; in samedev() 138 } else same = FALSE; in samedev() 140 return (same); in samedev()
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | command.c | 511 same: in changestring() 536 goto same; in changestring() 553 goto same; in changestring() 568 goto same; /* unknown control sequence */ in changestring() 583 goto same; in changestring() 601 goto same; in changestring()
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-qic.c | 183 bool same; local 185 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0; 205 SM_TEST(!same); 206 if (same)
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | recon.c | 669 bool_t same = TRUE; in samecompare() local 689 same = FALSE; in samecompare() 696 same = FALSE; in samecompare() 704 fprintf(stderr, "ANAL: SAME=%d %s\n", same, fp->f_fullname); in samecompare() 708 return (same); in samecompare()
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case14.txt | 30 # resp (same) 48 # Break Ack Resp (same)
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | submitting-patches.md | 14 2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html) remains the same. 18 …The usage of the Signed-off-by tag is the same as [Linux Kernel Sign your work](https://www.kernel…
|
H A D | IR.rst | 58 They all follow the same signature: 95 They all follow the same signature: 114 They all follow the same signature: 167 They all have the same signature as the integer compares. 266 an unsigned integer of the same size.
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/ |
H A D | README.md | 4 If we place an input section which is in a group in the same output section as 10 containing the same section, where discarding one will corrupt the other.
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | default | 9 # same dir. with the layout name as the file name. 43 # Note that keys that have no problems with input have the same settings as 163 # Note that keys that have no problems with input have the same settings as 208 # The numeric keypad settings are the same as the Functional Key section above. 244 # The setting format is the same as the Functional Key section above.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/ |
H A D | Pg.pod | 177 snapshots. The given PG must belong to the same generation in both snapshots. 184 between two snapshots. The given PG must belong to the same generation in both 193 utilization between PGs having the same generation ID. Returns B<undef> if 200 across all PGs of this type.The given PG must belong to the same generation in
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.temporal2.ksh | 51 * Use two enablings of the same probe, so that cpu 0 will always
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 552 boolean_t same = B_FALSE; in main() local 884 if (!same) { in main() 886 same = B_TRUE; in main() 897 same = B_FALSE; in main()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 73 /usr/preserve. The subdirectory name is the same as the user's id, 116 vi newfn; ZZ no file created same as old action 117 vi oldfn; ZZ oldfn unchanged same as old action 124 vi oldfn; dd all; ZZ write empty file same as old action@ 169 26.*J, 1J and 2J perform same operation: joining the current line and 413 A :vi <file> command from visual mode is now treated the same 423 "stop!". From visual mode, the command ^Z is the same as :stop. 443 environment is the same as not being set. This applies to 584 you scrolled up something that began the same way as the echo line 599 The % operator will now find matching square brackets the same way [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 5 stages of ANSI standard C. The same library is used to construct 20 macros (e.g., unix, vax, u3b, ...). This is the same feature
|
/illumos-gate/usr/src/test/crypto-tests/tests/digest/data/ |
H A D | README | 10 the included convert.awk script was used to transform them into so the same
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strcmp.S | 66 bz .stringsequal1 ! yup, same string, done
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.5 | 8 # allow any TCP packets from the same subnet as foo is on through to host
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.callg.blurb | 89 children) in the same cycle as the function. If 101 the cycle as a whole is listed with the same
|
/illumos-gate/usr/src/contrib/mDNSResponder/ |
H A D | LICENSE | 7 at runtime into the same address space as the client using it, is
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.procpriv.ksh | 81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
|
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/ddr3/ |
H A D | MT36KSZF2G72LDZ-1G6E2A7.spd | 11 # that the CRC algorithm is the same across the other specifications and
|
/illumos-gate/usr/src/prototypes/ |
H A D | README | 1 To ensure that everyone can use the same boilerplate text without triggering
|