/titanic_51/usr/src/boot/sys/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()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/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) in same() function 62 if (dir) return(same("/", dir)); in ispreroot() 63 if (prerooted < 0) prerooted = !same("/", PR_REAL); in ispreroot()
|
/titanic_51/usr/src/lib/libast/common/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()
|
/titanic_51/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->outmode & C_COMMON) ? ",COMMON" : ""); in join() 665 same = 1; in join() 698 if (same) in join() 700 same = 0; in join() 705 if (!(jp->same in join() [all...] |
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | join.c | 160 char* same; member 179 if (jp->same) in done() 180 free(jp->same); in done() 648 register int same; in join() local 657 same = 0; in join() 664 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp-… in join() 675 same = 1; in join() 708 if (same) in join() 710 same = 0; in join() 715 if (!(jp->same = newof(jp->same, char, jp->samesize, 0))) in join() [all …]
|
/titanic_51/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; in samedev() local 121 /* If the devices are of the same type ... */ in samedev() 125 * If they are described by the same inod in samedev() [all...] |
/titanic_51/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)
|
/titanic_51/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()
|
/titanic_51/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 in reconcile() 564 * determine whether or not two files contain the same data 584 /* cheap test: directories have same contents */ in samedata() 597 /* symlinks are the same if their contents are the same */ in samedata() 617 * determine whether or not two files have same owner/protection 638 /* if the are all the same, i in samestuff() 669 bool_t same = TRUE; samecompare() local [all...] |
/titanic_51/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 53 * We don't want to use the chill() action in the same enabling
|
/titanic_51/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
|
/titanic_51/usr/src/cmd/od/ |
H A D | od.c | 549 boolean_t same = B_FALSE; in main() local 584 * use the same 7 spaces. Legacy uses 8 in main() 866 * If this buffer was the same as last, then just in main() 881 if (!same) { in main() 883 same = B_TRUE; in main() 894 same = B_FALSE; in main()
|
/titanic_51/usr/src/lib/libc/sparc/gen/ |
H A D | strcmp.s | 66 bz .stringsequal1 ! yup, same string, done
|
/titanic_51/usr/src/lib/libpp/common/ |
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
|
/titanic_51/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
|
/titanic_51/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
|
H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host
|
/titanic_51/usr/src/prototypes/ |
H A D | README | 1 To ensure that everyone can use the same boilerplate text without triggering
|
/titanic_51/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
|
/titanic_51/usr/src/lib/libdns_sd/ |
H A D | THIRDPARTYLICENSE | 7 at runtime into the same address space as the client using it, is
|
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | THIRDPARTYLICENSE | 7 at runtime into the same address space as the client using it, is
|
/titanic_51/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 wa [all...] |
/titanic_51/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
|
/titanic_51/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)) { in execute() 383 if (same(c->inp, lc)) { in execute()
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 45 # threads trying to use the same database at the same time.
|