Searched refs:Sp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 391 static struct stat *Sp; variable 402 { "atime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_atime), sizeof(Sp->st_atime), make_time}, 403 { "ctime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ctime), sizeof(Sp->st_ctime), make_time}, 404 { "dev", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_dev),sizeof(Sp->st_dev)}, 406 { "gid", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_gid), sizeof(Sp->st_gid)}, 407 { "ino", NV_LONG|NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ino), sizeof(Sp->st_ino)}, 408 { "mode", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_mode), sizeof(Sp->st_mode), make_mode}, 409 { "mtime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_mtime), sizeof(Sp->st_mtime), make_time}, 411 { "nlink", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_nlink), sizeof(Sp->st_nlink)}, 412 { "size", NV_LONG|NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_size), sizeof(Sp->st_size)}, [all …]
|
/titanic_44/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 181 char *S, *Sp; in crypt_genhash_impl() local 256 Sp = S = alloca(salt_len); in crypt_genhash_impl() 258 Sp = (char *)(memcpy(Sp, DS, MIXCHARS)) + MIXCHARS; in crypt_genhash_impl() 260 (void) memcpy(Sp, DS, i); in crypt_genhash_impl()
|