Searched defs:userid (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_rsh.c42 char *lpath, *rpath, *hostid, *userid; local
50 userid = mitem->user;
53 if( userid == NULL || *userid == '\0' ) {
56 sfsprintf( cmd, sizeof(cmd), "rsh -l %s %s", userid, hostid );
79 if( userid == NULL || *userid == '\0' ) {
82 sfsprintf( cmd, sizeof(cmd), "%s@%s", userid, hostid );
H A Dvcs.c48 int userid[ FD_SETSIZE ]; member in struct:__anon90
104 CST->userid[ fd ] = id->uid;
145 uid = CST->userid[fd];
/ast/src/cmd/mailx/
H A Dlocal.c168 * Mapping cached in state.userid.
172 userid(char* name) function
177 up = dictsearch(&state.userid, name, INSERT);
H A Dmailx.h668 Dt_t* userid; /* User name -> id map */ member in struct:__anon136
1082 extern int userid(char*);
/ast/src/cmd/ksh93/include/
H A Ddefs.h121 uid_t userid; member in struct:shared

Completed in 50 milliseconds