/illumos-gate/usr/src/lib/libast/common/preroot/ |
H A D | ispreroot.c | 36 * return 1 if files a and b are the same under preroot 42 same(const char* a, const char* b) function 62 if (dir) return(same("/", dir)); 63 if (prerooted < 0) prerooted = !same("/", PR_REAL);
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | time.c | 74 int same, try; local 76 same = try = 0; 82 same = 0; 83 } while (++same < 8 && ++try < 1000);
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-qic.c | 182 /* use same buffer for in and out */ 185 bool same; local 187 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0; 207 SM_TEST(!same); 208 if (same)
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | recon.c | 34 * samedata .... (static) do two files have the same contents 35 * samestuff ... (static) do two files have the same ownership/protection 37 * samelink .... (static) do two symlinks have the same contents 407 * if the changes were all orthogonal (none of the same 564 * determine whether or not two files contain the same data 584 /* cheap test: directories have same contents */ 597 /* symlinks are the same if their contents are the same */ 617 * determine whether or not two files have same owner/protection 638 /* if the are all the same, i 669 bool_t same = TRUE; local [all...] |
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | devtab.c | 103 * to see if the two structures describe the same device. 104 * If the file modes are the same and they have the same 106 * are block or character devices and have the same major 107 * and minor device numbers (i.e. "mknod"s for the same 108 * device), it's the same device. 111 * TRUE if the two structures describe the same device 118 int same; local 121 /* If the devices are of the same type ... */ 125 * If they are described by the same inod [all...] |
/illumos-gate/usr/src/cmd/fgrep/ |
H A D | fgrep.c | 104 * The same() macro and letter() function were inserted to allow for 108 #define same(a, b) \ macro 372 if (same(c->inp, lc)) { 383 if (same(c->inp, lc)) {
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | join.c | 160 char* same; member in struct:Join_s 179 if (jp->same) 180 free(jp->same); 648 register int same; local 657 same = 0; 664 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp->outmode & C_COMMON) ? ",COMMON" : ""); 675 same = 1; 708 if (same) 710 same = 0; 715 if (!(jp->same [all...] |
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 549 boolean_t same = B_FALSE; local 584 * use the same 7 spaces. Legacy uses 8 866 * If this buffer was the same as last, then just 881 if (!same) { 883 same = B_TRUE; 894 same = B_FALSE;
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1496 int same = 0; local 1547 if (++same == argument) {
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 73 * processes access the keystore at the same time. It is incremented 176 * them no value, this isn't the same thing as removing it 488 * Determines if the file referenced by "fd" has the same 491 * The argument "same" contains the result of determining 492 * if the inode is the same or not 500 is_inode_same(int fd, char *fname, boolean_t *same) argument 512 /* It's the same file if both st_ino and st_dev match */ 515 *same = B_TRUE; 517 *same = B_FALSE; 2004 * the same structur [all...] |
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 147 * By the same token, the major number and major name conversion operations 414 * checksum for same record block causing the exclusive-or of all record block 2267 * slower or don't have the same read/write lifetimes as 2543 * node the same as master and can't afford a 2778 * is the same 2871 * Determine if the location information for two mddbs is the same. 4106 * 1. if all replica has same init time select highest commit count 4124 int same; local 4158 /* If same tag, keep it */ 4203 * scan to see if all replicas have same tim [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 477 // the target name is still the same), and then when we stop question B, UpdateQuestionDuplicates 728 // SameResourceRecordSignature returns true if two resources records have the same name, type, and class, and may be sent 729 // (or were received) on the same interface (i.e. if *both* records specify an interface, then it has to match). 735 // SameResourceRecordNameClassInterface is functionally the same as SameResourceRecordSignature, except rrtype does not have to match 754 // complete ownership of *all* types for this name, so *any* record type with the same name is a conflict. 793 // (If two responders on the network are offering the same information, 1059 // (a) the RecordTypes are the same, or 1543 // If a bunch of hosts have all been configured with the same name, then they'll all 1544 // conflict and run through the same series of names: name-2, name-3, name-4, etc., 1598 if (drt == mDNS_Dereg_conflict) // If this was a conflict, see that all duplicates get the same treatmen 8100 mDNSBool same = SameDomainName(&q->qname, rr->name); local [all...] |