Searched defs:userid (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_rsh.c | 42 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 D | vcs.c | 48 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 D | local.c | 168 * Mapping cached in state.userid. 172 userid(char* name) function 177 up = dictsearch(&state.userid, name, INSERT);
|
H A D | mailx.h | 668 Dt_t* userid; /* User name -> id map */ member in struct:__anon136 1082 extern int userid(char*);
|
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 121 uid_t userid; member in struct:shared
|
Completed in 50 milliseconds