Searched refs:st (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c321 struct stat st; local
349 if (lstat(path, &st) < 0)
351 if ((st.st_mode & S_IFMT) == S_IFLNK)
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java552 StringTokenizer st = new StringTokenizer(s, ",()", true);
558 while (st.hasMoreElements()) {
559 String tok = st.nextToken();
H A DSLPHeaderV1.java574 ServiceType st = new ServiceType(type);
579 if (st.isAbstractType()) {
591 if (!st.isServiceURL()) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c1445 struct stat st; local
1655 rval = safefile(fname, uid, gid, user, sfflags, S_IREAD, &st);
1670 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
1717 if (fstat(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), &st) < 0)
1737 ctladdr->q_uid = st.st_uid;
1738 ctladdr->q_gid = st.st_gid;
1741 if (ca != NULL && ca->q_uid == st.st_uid)
1751 pw = sm_getpwuid(st.st_uid);
1754 ctladdr->q_uid = st.st_uid;
1808 if (bitset(mode, st
[all...]
H A Dbf.c112 struct stat st; local
126 if (stat(filename, &st) == 0)
693 struct stat st; local
703 if (stat(bfp->bf_filename, &st) == 0)
H A Dmain.c165 STAB *st; local
1782 st = stab("mqueue", ST_QUEUE, ST_FIND);
1783 if (st == NULL)
1786 set_def_queueval(st->s_quegrp, true);
1789 st = stab("local", ST_MAILER, ST_FIND);
1790 if (st != NULL)
1791 LocalMailer = st->s_mailer;
1795 st = stab("prog", ST_MAILER, ST_FIND);
1796 if (st == NULL)
1800 ProgMailer = st
4365 STAB *st; local
[all...]
H A Dconf.c945 STAB *st;
1006 st = stab(buf, ST_SERVICE, ST_ENTER);
1007 if (st->s_service[0] != NULL)
1008 sm_free((void *) st->s_service[0]); /* XXX */
1014 st->s_service[svcno++] = p;
1023 st->s_service[svcno] = NULL;
1030 st = stab(service, ST_SERVICE, ST_FIND);
1031 if (st != NULL && st->s_service[0] != NULL)
1037 maptype[svcno] = st
2080 status_$t st; local
2657 int st; local
2686 union wait st; local
2734 int st; local
5587 struct stat st; local
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfrd.c138 sfstat_t st; local
154 { if((r = sysfstatf(f->file,&st)) < 0)
156 if((r = (f->extent = st.st_size) - f->here) <= 0 )
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c344 struct stat st; local
388 if (!*p || stat((pathcanon(p, 0, 0), p), &st))
394 if (!pp.c && (dp->c || dp->name && SAMEID(&dp->id, &st)))
401 SAVEID(&pp.cdir.id, &st);
555 if (!*p || stat((pathcanon(p, 0, 0), p), &st))
561 if (!pp.hosted && ((dp->type & TYPE_HOSTED) || dp->name && SAMEID(&dp->id, &st)))
571 SAVEID(&pp.hostdir.id, &st);
599 if (stat(p, &st))
602 if (dp->name && SAMEID(&dp->id, &st))
604 if (pp.cdir.path && SAMEID(&pp.cdir.id, &st))
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sasl.c463 char *st; local
466 if ((st = smf_get_state(fmri)) != NULL) {
467 if (strcmp(st, state) == 0)
469 free(st);
/osnet-11/usr/src/lib/libctf/common/
H A Dctf_lib.c199 struct stat64 st; local
213 if (fstat64(fd, &st) == -1)
228 ctfsect.cts_data = mmap64(NULL, st.st_size, PROT_READ,
237 ctfsect.cts_size = (size_t)st.st_size;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s124 st %o1, [%o5] ! 4-byte writing loop
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s232 st %o3, [%o0]
237 st %o3, [%o0 - 0x4]
247 st %o3, [%o0]
261 st %o3, [%o0]
341 st %o4, [%o0]
344 st %o3, [%o0 + 0x4]
347 st %o4, [%o0 - 0x8]
350 st %o3, [%o0 - 0x4]
361 st %o4, [%o0]
365 st
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h37 #define DBG_LOCK1(st) printf("%d> %s %d:%s\n", thr_self(), st, __LINE__, __FILE__);
38 #define DBG_LOCK2(ld,st) printf("%d> %s ld_lockcount=%d %d:%s\n", thr_self(), st, (ld)->ld_lockcount, __LINE__, __FILE__);
40 #define DBG_LOCK1(st)
41 #define DBG_LOCK2(ld,st)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c76 struct stat st; local
82 if (stat(devname, &st) == 0)
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddtruss73 while getopts ab:cdefhln:op:st:L name
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddtruss73 while getopts ab:cdefhln:op:st:L name
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s66 ! bytes. We assume that most miscompares will occur in the 1st 8 bytes
90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st
/osnet-11/usr/src/lib/libmapid/common/
H A Dmapid.c727 struct stat st; local
746 if (stat(_PATH_RESCONF, &st) < 0 && errno == ENOENT) {
873 struct stat st; local
876 if ((err = stat(fname, &st)) != 0)
879 *mtim = st.st_mtim;
1081 * 1st _AND_ last char _must_ be alphanumeric.
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c686 struct timeval st; \
688 st.tv_sec = (s); \
689 st.tv_usec = 0; \
690 if (st.tv_sec > 0) \
694 rs = select(0, NULL, NULL, NULL, &st); \
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2886 # define WEXITSTATUS(st) (((st) >> 8) & 0377)
2889 # define WIFEXITED(st) (((st) & 0377) == 0)
2892 # define WIFSTOPPED(st) (((st) & 0100) == 0)
2895 # define WCOREDUMP(st) (((st) & 0200) != 0)
2898 # define WTERMSIG(st) (((st)
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c190 struct timespec st; local
224 st.tv_sec = 0;
225 st.tv_nsec = (UCAST_REQ_RETRY_TIMEOUT * 1000000);
226 (void) nanosleep(&st, 0);
927 struct timespec st; local
947 st.tv_sec = 0;
948 st.tv_nsec = (timeout * 1000000);
949 (void) nanosleep(&st, 0);
1264 struct timespec st; local
1306 st
[all...]
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c212 struct stat st; local
257 status = stat(propval, &st);
271 if (*p && stat(p, &st) != 0) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c529 set_ldap_error(krb5_context ctx, int st, int op) argument
531 int translated_st = translate_ldap_error(st, op);
532 krb5_set_error_message(ctx, translated_st, "%s", ldap_err2string(st));
/osnet-11/usr/src/cmd/hal/tools/
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)) {

Completed in 144 milliseconds

1234567891011>>