Searched refs:owner (Results 1 - 13 of 13) sorted by relevance

/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...]
/ast/src/lib/libtk/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
/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. */
H A DtkSelect.c252 * Arrange for tkwin to become the owner of a selection.
273 * owner. */
295 * on the selection list. If the previous owner is in this process, and
315 if (infoPtr->owner != tkwin) {
329 infoPtr->owner = tkwin;
347 * current selection owner.
512 for (selPtr = ((TkWindow *) infoPtr->owner)->selHandlerList;
862 && (infoPtr->owner != winPtr->dispPtr->clipWindow)) {
863 interp->result = Tk_PathName(infoPtr->owner);
947 if (infoPtr->owner
[all...]
/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...]
H A Dfile.c1071 if (id == -1 && state.owner)
1082 if (id == -1 && state.owner)
1164 if (state.owner)
1200 if (f->chmod || state.acctime || state.modtime || state.owner || (f->perm & S_IRWXU) != S_IRWXU)
1260 if (state.owner)
H A Dpax.h582 int owner; /* set owner info */ \
/ast/src/lib/libast/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s
/ast/src/cmd/INIT/
H A Dditto.sh57 [o:owner?Preserve file user and group ownership.]
128 integer debug=0 delete=0 exec=1 mode=1 owner=0 update=0 verbose=0 logical
150 o) owner=1 ;;
309 if (( owner )) && [[ $src_uid != $dst_uid || $src_gid != $dst_gid ]]
H A Dpackage.sh203 [+owner?The owner contact information.]
1023 owner The owner contact information.
4423 while read type host root date time make test write owner attributes
4426 *=*) eval "$type $host $root $date $time $make $test $write $owner $attributes"
/ast/src/lib/libtk/unix/
H A DtkUnixSelect.c19 * When handling INCR-style selection retrievals, the selection owner
538 Tcl_SetResult(retrPtr->interp, "selection owner didn't respond",
572 * selection's current owner, be we
573 * set it to the current owner. */
617 winPtr = (TkWindow *) infoPtr->owner;
957 * The selection is retrieved from its current owner (this is
1014 * we are selection owner. */

Completed in 1150 milliseconds