Searched defs:lstat (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm13 @EXPORT = qw(stat lstat);
45 sub lstat ($) { populate(CORE::lstat(shift)) } subroutine
86 and lstat() functions, replacing them with versions that return
107 overrides your stat() and lstat() functions.) Access these fields as
121 C<$_> or the special filehandle C<_> with stat() or lstat(), trying
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgross.c44 extern int lstat(const char* path, struct stat* st) function
/osnet-11/usr/src/lib/libc/port/sys/
H A Dstat.c78 #pragma weak _lstat = lstat
80 lstat(const char *name, struct stat *sb) function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h120 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h99 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h120 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h99 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h120 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h99 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h120 #define lstat lstat64 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h99 #define lstat lstat64 macro
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c90 nss_status_t lstat; local
168 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS,
170 if (lstat == (nss_status_t)NS_LDAP_SUCCESS)
173 argp->h_errno = __nss2herrno(lstat);
174 return ((nss_status_t)lstat);
192 nss_status_t lstat; local
223 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS6,
225 if (lstat == (nss_status_t)NS_LDAP_SUCCESS)
228 argp->h_errno = __nss2herrno(lstat);
229 return ((nss_status_t)lstat);
[all...]
H A Dgethostent.c271 nss_status_t lstat; local
350 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter,
352 if (lstat == (nss_status_t)NS_LDAP_SUCCESS)
355 argp->h_errno = __nss2herrno(lstat);
356 return ((nss_status_t)lstat);
377 nss_status_t lstat; local
400 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter,
402 if (lstat == (nss_status_t)NS_LDAP_SUCCESS)
405 argp->h_errno = __nss2herrno(lstat);
406 return ((nss_status_t)lstat);
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc338 int lstat; local
464 lstat = lockTransLog(myself, 1, 1);
465 if (lstat != 0) {
466 if (lstat == EBUSY)
473 myself, lstat, NIL(t->objName));
911 WRITEUNLOCKNR(((db *)mindex->getDbPtr()), lstat,
920 if (lstat != 0)
922 "%s: Error %d unlocking db", myself, lstat);
H A Ddb_mindex2.cc165 int lstat = LDAP_SUCCESS; local
175 o = ldapFindObj(t, objName, &lstat);
204 } else if (lstat != LDAP_SUCCESS) {
207 myself, lstat, NIL(objName));
1648 int lstat, lck = 1; local
1656 WRITELOCKNR(table, lstat,
1658 if (lstat == 0) {
1662 WRITEUNLOCKNR(table, lstat,
1665 if (lstat != 0) {
1668 myself, lck?"L":"Unl", lstat,
[all...]
H A Dnis_db.cc504 int lstat; local
542 WRITELOCKNR(mindex, lstat, "mindex w dbFindObject");
543 if (lstat != 0) {
555 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject");
570 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject");
571 if (lstat != 0) {
655 int lstat = LDAP_SUCCESS; local
666 o = ldapFindObj(0, name, &lstat);
668 if (lstat != LDAP_SUCCESS &&
669 lstat !
986 int lstat; local
1221 int lstat, doDestroy; local
[all...]
H A Ddb_dictionary.cc1505 int lstat; local
1515 dstat = dbCreateFromLDAP(tab, &lstat);
1518 if (lstat != LDAP_SUCCESS) {
1522 ldap_err2string(lstat));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h439 # define lstat PerlLIO_lstat macro
H A Dperl.h1858 # define lstat lstat64 macro
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c256 static cfga_err_t stat_plugin_v2(list_stat_t *lstat, lib_loc_t *libloc_p,
258 static cfga_err_t stat_plugin_v1(list_stat_t *lstat, lib_loc_t *libloc_p,
569 list_stat_t lstat = {NULL}; local
587 lstat.countp = &nstat;
588 lstat.opts = options;
589 lstat.errstr = errstring;
590 lstat.shp_errstr = NULL;
594 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1;
596 rc = stat_common(num_ap_ids, ap_ids, NULL, &lstat);
616 list_stat_t lstat = {NULL}; local
672 list_stat_t lstat = {NULL}; local
[all...]

Completed in 98 milliseconds