/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | stat.c | 56 int lstat(path, buf) function
|
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | stat.c | 57 int lstat(path, buf) function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | gross.c | 44 extern int lstat(const char* path, struct stat* st) function
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 95 #pragma weak _lstat = lstat 97 lstat(const char *name, struct stat *sb) function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 120 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 99 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 120 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 99 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 120 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 99 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 120 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 99 #define lstat lstat64 macro
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | gethostent6.c | 92 nss_status_t lstat; local 170 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, 173 if (lstat == (nss_status_t)NS_LDAP_SUCCESS) 176 argp->h_errno = __nss2herrno(lstat); 177 return ((nss_status_t)lstat); 195 nss_status_t lstat; local 226 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, 229 if (lstat == (nss_status_t)NS_LDAP_SUCCESS) 232 argp->h_errno = __nss2herrno(lstat); 233 return ((nss_status_t)lstat); [all...] |
H A D | getgrent.c | 289 nss_status_t lstat; local 319 lstat = (nss_status_t)_nss_ldap_nocb_lookup(be, NULL, 321 if (lstat != (nss_status_t)NS_LDAP_SUCCESS) 322 return ((nss_status_t)lstat); 347 lstat = (nss_status_t)_nss_ldap_nocb_lookup(be, NULL, 349 if (lstat != (nss_status_t)NS_LDAP_SUCCESS) 350 return ((nss_status_t)lstat);
|
H A D | gethostent.c | 273 nss_status_t lstat; local 352 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, 354 if (lstat == (nss_status_t)NS_LDAP_SUCCESS) 357 argp->h_errno = __nss2herrno(lstat); 358 return ((nss_status_t)lstat); 379 nss_status_t lstat; local 402 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, 404 if (lstat == (nss_status_t)NS_LDAP_SUCCESS) 407 argp->h_errno = __nss2herrno(lstat); 408 return ((nss_status_t)lstat); [all...] |
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | _stat.c | 97 stat_com(int lstat, char *path, struct stat *buf) argument 101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; 117 ret = stat_com(lstat, "/etc/mnttab", buf);
|
/illumos-gate/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 50 struct { struct stat *buffer;} lstat; member in union:Args
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | stat.c | 183 lstat(char *name, struct stat *sb) function 189 * Common code for stat(), lstat(), and fstat().
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 340 int lstat; local 466 lstat = lockTransLog(myself, 1, 1); 467 if (lstat != 0) { 468 if (lstat == EBUSY) 475 myself, lstat, NIL(t->objName)); 913 WRITEUNLOCKNR(((db *)mindex->getDbPtr()), lstat, 922 if (lstat != 0) 924 "%s: Error %d unlocking db", myself, lstat);
|
H A D | db_mindex2.cc | 165 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 D | nis_db.cc | 509 int lstat; local 547 WRITELOCKNR(mindex, lstat, "mindex w dbFindObject"); 548 if (lstat != 0) { 560 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject"); 575 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject"); 576 if (lstat != 0) { 660 int lstat = LDAP_SUCCESS; local 671 o = ldapFindObj(0, name, &lstat); 673 if (lstat != LDAP_SUCCESS && 674 lstat ! 991 int lstat; local 1226 int lstat, doDestroy; local [all...] |
H A D | db_dictionary.cc | 1508 int lstat; local 1518 dstat = dbCreateFromLDAP(tab, &lstat); 1521 if (lstat != LDAP_SUCCESS) { 1525 ldap_err2string(lstat));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 168 #pragma redefine_extname lstat lstat64 178 #define lstat lstat64 macro 196 #pragma redefine_extname lstat64 lstat 206 #define lstat64 lstat
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 215 lstat.2 \ 392 lstat.2 := LINKSRC = stat.2
|
/illumos-gate/usr/src/uts/common/io/skd/ |
H A D | skd.c | 3759 uint16_t lstat, lspeed, lwidth; local 3762 lstat = pci_config_get16(skdev->pci_handle, pcie_reg); 3763 lspeed = lstat & (0xF); 3764 lwidth = (lstat & 0x3F0) >> 4;
|