Searched defs:user (Results 1 - 25 of 28) sorted by relevance

12

/ast/src/lib/libast/misc/
H A Doptjoin.c59 int user; local
77 user = (*fun)(argv, 0);
87 if (!user)
/ast/src/lib/libcoshell/
H A Dcowait.c137 unsigned long user; local
339 * <s> is the job exit code and user,sys times
343 user = sys = 0;
349 user += strelapsed(s, &e, CO_QUANT);
355 cj->user += user;
357 co->user += user;
H A Dcoshell.h93 #define CO_USER 0x100000 /* first user flag */
102 unsigned long user; /* user time in 1/CO_QUANT secs */ member in struct:Cojob_s
111 void* data; /* user data, initially 0 */
116 unsigned long user; /* user time in 1/CO_QUANT secs */ member in struct:Coshell_s
/ast/src/lib/libcs/
H A Dcsaddr.c152 char* user; local
173 user = name;
251 user = t;
296 * cache host name and user for possible CS_REMOTE_SHELL
302 if (userlen >= sizeof(state->user)) userlen = sizeof(state->user) - 1;
303 strncpy(state->user, user, userlen);
305 state->user[userlen] = 0;
H A Dcss.c88 register int user; local
96 user = (ip->events & CS_POLL_USER) != 0;
114 if (user)
H A Dcsopen.c33 * perm: {user[=euid],group[=egid],other(default)}
109 remote(register Cs_t* state, const char* host, const char* user, const char* path, int agent, register char** av, register char* fv) argument
115 if (user && *user)
118 *av++ = (char*)user;
155 initiate(register Cs_t* state, char* user, char* path, char* service, char* name) argument
214 remote(state, on, user, path, 0, av, fv);
297 agent(register Cs_t* state, const char* host, const char* user, const char* path) argument
310 remote(state, host, user, path, 1, av, fv);
363 doattach(register Cs_t* state, const char* path, int op, int mode, char* user, cha argument
617 char* user = 0; local
[all...]
H A Dcs.h73 #define CS_STAT_IGNORE (24*60*60) /* ignore user after . idle */
161 unsigned long uid; /* user id */
167 unsigned long idle; /* min user idle secs */
181 struct Csdisc_s /* user discipline */
202 char user[CS_NAME_MAX];/* csaddr() user */ member in struct:Cs_s
/ast/src/lib/libast/cdt/
H A Dcdtlib.h61 Dtuser_t user; /* application's data */ member in struct:_dtdata_s
/ast/src/lib/libjcl/
H A Drun.c142 double user; local
160 user = co->user;
545 user = (co->user - user) / CO_QUANT;
548 pct = 100.0 * ((user + sys) / pct);
549 sfprintf(sfstdout, "USAGE CPU=%.2f%% REAL=%.2f USR=%.2f SYS=%.2f\n", pct, real, user, sys);
/ast/src/lib/libast/uwin/
H A Drcmd.c383 char *user; local
402 user = p;
406 user = p;
414 /* enable all user for + entry */
415 if ('+' == user[0] && '\0' == user[1] )
422 /* disable all user for - entry */
423 if ('-' == user[0] && '\0' == user[1] )
436 /* disable user fro
509 char *host, *user, *domain; local
541 char *host, *user, *domain; local
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c93 Mmuser_t* user; /* stored (key,val)'s */ member in struct:_mmvm_s
451 for(u = mmvm->user; u; u = u->next)
459 u->next = mmvm->user;
460 mmvm->user = u;
/ast/src/lib/libcmd/
H A Did.c33 "[+NAME?id - return user identity]"
34 "[+DESCRIPTION?If no \auser\a operand is specified \bid\b writes user and "
35 "group IDs and the corresponding user and group names of the "
40 "the user and group IDs and any supplementary group IDs of the "
41 "selected user will be written to standard output.]"
48 "[u:user?Writes only the user ID.]"
53 "\n[user]\n"
211 uid_t user; local
252 user
[all...]
/ast/src/cmd/coshell/
H A Dmain.c40 "user. This server runs as a daemon on the user's home host, and only "
48 "[+?Job requests are accepted from user processes on the local host and "
52 "ENVIRONMENT) are set to match requesting user values. \bstdin\b is set "
226 * accept a new user connection
231 user(void* handle, int fd, Cs_id_t* id, int clone, char** argv) function
240 state.con[fd].info.user.fds[0] = fd;
241 state.con[fd].info.user.fds[1] = -1;
242 state.con[fd].info.user.fds[2] = -1;
246 state.con[fd].info.user
[all...]
H A Dservice.h36 int rid; /* user request id */ \
262 Couser_t user; member in union:__anon63::__anon64
339 unsigned long user; member in struct:__anon66
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.h67 char *user; member in struct:mount_item
H A Difs_ftp.c436 char pass[ 80 ], *user; local
457 user = mitem->user ? mitem->user : "anonymous";
463 if( FtpTalk( nFile, "USER", user ) != 330 ||
/ast/src/cmd/mailx/
H A Dlocal.c84 * Locate the user's mailbox file (ie, the place where new, unread
88 mailbox(const char* user, const char* mail) argument
102 if (!user || !*user || !stat(mail, &st) && S_ISREG(st.st_mode))
128 sfprintf(state.path.temp, "%-.*s/%s", n, mail, user);
143 * Discover user login name.
167 * Convert name to a user id and return it.
H A Dmisc.c334 char* user; local
360 strncopy(user = temp, addr, sizeof(temp));
363 if (p = strrchr(user, '!')) {
364 uucp = user;
366 user = p;
376 if (p = strchr(user, '@')) {
381 if (p = strchr(user, '%')) {
407 p = strncopy(p, user, e - p);
606 * the occasional user with enormous string size requests.
/ast/src/lib/libast/include/
H A Dast.h144 char* user; member in struct:__anon264
H A Dcdt.h152 Dtuser_t* user; /* for user's usage */ member in struct:_dt_s
/ast/src/lib/librecsort/
H A Drecsort.h91 void* user; /* user specific data */ member in struct:_rskeyfield_s
168 #define RS_DONE 3 /* user defined */
/ast/src/cmd/html/
H A Dhtmlrefs.c32 " specified then the top level default user file is read. The \bhtml\b"
36 " \b--root\b and \b--user\b options influence the order):]{"
94 "[r:root?The local \adirectory\a for \b--user\b"
104 "[u:user?\b~\b\aname\a translates to the \b--root\b"
214 String_t user; member in struct:State_s
320 else if (!state->user.size || !strneq(s + 2, state->user.data, state->user.size) || *(s + 2 + state->user.size) != '/')
323 s += 2 + state->user
[all...]
/ast/src/cmd/std/
H A Dps.c32 #define FIELDS_f "user,pid,ppid,start,tty,time,cmd"
34 #define FIELDS_l "flags,state,user,pid,ppid,pri,nice,size,rss,wchan,tty,time,cmd"
43 " user id and controlling terminal of the caller are listed. The options"
104 "[u|U:users?List processes with real user id names or numbers in the \auser\a"
105 " list.]:[user...]"
204 char* user; /* user name */ member in struct:Ps_s
470 "Numeric user id.",
478 "user",
782 s = pp->user;
[all...]
/ast/src/cmd/at/
H A Datd.c27 * the at control dir hierarchy, all files owned by one user
80 User_t* user; member in struct:__anon34
144 Table_t owner; /* user by User_t* */
147 Table_t uid; /* user by uid */
148 Table_t user; /* user by name */ member in struct:__anon39::__anon40
153 int peruser; /* total per user limit */
165 Connection_t con[1]; /* user connections */
188 * return user info given name or uid
192 user(registe function
[all...]
/ast/src/cmd/ksh93/include/
H A Ddefs.h132 char *user; member in struct:shared

Completed in 66 milliseconds

12