Home
last modified time | relevance | path

Searched refs:sm_shmsetowner (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c89 i = sm_shmsetowner(shmid, getuid(), getgid(), 0644);
174 r = sm_shmsetowner(shmid, getuid(), getgid(), 0660);
H A Dshm.c125 sm_shmsetowner(shmid, uid, gid, mode) in sm_shmsetowner() function
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dshm.h33 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
/titanic_44/usr/src/cmd/sendmail/src/
H A Dqueue.c6942 i = sm_shmsetowner(ShmId, RunAsUid, RunAsGid, 0660);