Searched refs:st (Results 1 - 25 of 324) sorted by path

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddtruss73 while getopts ab:cdefhln:op:st:L name
H A Dstatsnoop82 while getopts aAcef:ghln:p:st:vxZ name
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddtruss73 while getopts ab:cdefhln:op:st:L name
H A Dstatsnoop82 while getopts aAcef:ghln:p:st:vxZ name
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c960 struct stat st; local
962 return ((stat("/dev/vt/console_user", &st) == 0) && (st.st_uid == uid));
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c927 struct stat st; local
935 if (ret = stat(buf, &st) != 0) {
938 ret = stat(buf, &st);
946 st.st_uid);
952 st.st_gid);
H A Dhal-storage-shared.c354 struct stat st; local
382 if (stat("/dev/vt/console_user", &st) == 0 &&
383 st.st_uid == atoi (invoked_by_uid)) {
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c301 struct stat st; local
509 if (stat(pathname, &st) != 0) {
515 if (S_ISREG(st.st_mode)) {
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c3784 char *st; local
3799 if ((st = smf_get_state(fmri)) != NULL) {
3800 if (strcmp(st, state) == 0) {
3807 free(st);
3817 strcmp(st, SCF_STATE_STRING_MAINT) == 0) {
3824 free(st);
3827 free(st);
3853 char *st; local
3856 if ((st = smf_get_state(fmri)) != NULL) {
3857 if (strcmp(st, stat
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c426 struct stat st; local
428 if (stat(opt.output, &st) == -1) {
437 if (S_ISBLK(st.st_mode)) {
1781 struct stat st; local
1796 if (!fstat(fd_out, &st)) {
1797 if (S_ISFIFO(st.st_mode))
H A Dutils.c162 struct stat st; local
173 if (stat(name, &st) == -1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2300 Stat_t st; local
2301 if (!PerlLIO_stat(SvPVX(tmpglob),&st) && S_ISDIR(st.st_mode))
2309 /* with varying string, 1st word of buffer contains result length */
H A Dmg.c998 Stat_t st; local
1005 || (PerlLIO_stat(tmpbuf, &st) == 0 && (st.st_mode & 2)) ) {
2555 HV *st; local
2594 cv = sv_2cv(PL_psig_ptr[sig],&st,&gv,TRUE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm270 uf lf uc lc qm @ [f [ @[ eh vl ky dl ex % ${ @{ uk pk st jn ) )[ a@
H A DDeparse.pm1265 my ($st, $en) = @$a;
1266 return 1 if $seq > $st && $seq <= $en;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm30 $flags = 'st' unless defined $flags;
82 use Devel::Peek ':opd=st';
117 C<:opd> is a shortcut for C<:opd=st>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl437 # verify that op-ct matches 1st..last range (and fencepost)
775 substr substr ck_substr st@ S S S? S?
913 select select ck_select st@ F?
915 getc getc ck_eof st% F?
930 tell tell ck_fun st% F?
935 fcntl fcntl ck_fun st@ F S S
936 ioctl ioctl ck_fun st@ F S S
939 # Sockets. OP_IS_SOCKET wants them consecutive (so moved 1st 2)
1011 telldir telldir ck_fun st% F
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drestrict.t34 require 'st-dump.pl';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm49 my $st = populate(CORE::stat $arg);
50 return $st if $st;
72 $st = stat($file) or die "No $file: $!";
73 if ( ($st->mode & 0111) && $st->nlink > 1) ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1436 =item {st} : Southern Sotho
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm508 st:stp:678:Sao Tome and Principe
H A DLanguage.pm279 st:Sotho
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2010 _div(obj,obj) Division of the 1st object by the 2nd
2060 _mod(obj,obj) Return remainder of div of the 1st by the 2nd object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm904 my($st) = @_;
910 $did_core = WCOREDUMP($st);
913 $did_core = $st & 0200;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dwrap.t133 @st = @tests;
134 while (@st) {
135 my $in = shift(@st);
136 my $out = shift(@st);
167 @st = @tests;
168 while(@st) {
169 my $in = shift(@st);
170 my $out = shift(@st);

Completed in 125 milliseconds

1234567891011>>