Searched defs:same (Results 1 - 3 of 3) sorted by relevance
/osnet-11/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)
|
/osnet-11/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...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 72 * processes access the keystore at the same time. It is incremented 496 * Determines if the file referenced by "fd" has the same 499 * The argument "same" contains the result of determining 500 * if the inode is the same or not 508 is_inode_same(int fd, char *fname, boolean_t *same) argument 520 /* It's the same file if both st_ino and st_dev match */ 523 *same = B_TRUE; 525 *same = B_FALSE; 2011 * the same structure used in soft_keystore_get_objs(). 2521 * file in the same director [all...] |
Completed in 42 milliseconds