Searched defs:owner (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSelect.h21 * display structure. The structure is used to record the current owner of
29 Tk_Window owner; /* Current owner of this selection. */ member in struct:TkSelectionInfo
35 Tk_LostSelProc *clearProc; /* Procedure to call when owner loses
97 * selection owner. */
/ast/src/lib/libast/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c40 * user id for authentication purposes will be the owner of this
58 #define SPECIAL 04100 /* setuid execute only by owner */
119 * version of THISPROG copied into /tmp, with the owner,
344 static void setids(int mode,int owner,int group) argument
351 * is not set, the value for owner that is passsed should be correct.
353 setreuid(ruserid,owner);
364 static void setids(int mode,uid_t owner,gid_t group) argument
426 if((mode & S_ISUID) && owner && setuid(owner) < 0)
/ast/src/cmd/pax/
H A Dpax-slt.c47 char owner[15]; /* owner id */ member in struct:Slt_s
223 getlabstr(hdr, 38, 14, slt->owner);
624 if (!slt->owner[0])
626 strncpy(slt->owner, fmtuid(getuid()), sizeof(slt->owner) - 1);
627 slt->owner[sizeof(slt->owner) - 1] = 0;
629 strupper(slt->owner);
632 strncpy(state.volume, slt->owner, sizeo
[all...]
H A Dpax.c59 " owner and group of selected files will be that of the current user, and"
160 char* owner; member in struct:__anon188
1067 if (!(state.owner = y))
1068 opt.owner = 0;
1070 opt.owner = strdup(v);
1097 state.owner = 1;
1105 state.owner = 1;
1845 if (state.owner)
1850 if (opt.owner)
1852 if ((state.setuid = struid(opt.owner)) <
[all...]
/ast/src/cmd/at/
H A Datd.c90 Dt_t* owner; member in struct:__anon35
112 Owner_t* owner; member in struct:__anon36
144 Table_t owner; /* user by User_t* */ member in struct:__anon39::__anon40
247 if (!(own = (Owner_t*)dtmatch(que->owner, &usr)))
255 dtinsert(que->owner, own);
264 * initialize owner.allow
308 if (!que->owner && !(que->owner = dtopen(&state->table.owner.discipline, Dtset)))
309 error(ERROR_SYSTEM|3, "out of space [queue %s owner has
[all...]

Completed in 21 milliseconds