Searched refs:open_userfile (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 2007 tekcopyfd = open_userfile(screen->uid, screen->gid, buf, False);
|
| H A D | xterm.h | 1319 extern int open_userfile (uid_t /* uid */, gid_t /* gid */, char * /* path */, Bool /* append */);
|
| H A D | misc.c | 2158 fd = open_userfile(screen->uid, screen->gid, fname, False); 2166 open_userfile(uid_t uid, gid_t gid, char *path, Bool append) function in typeref:typename:int 2492 if ((screen->logfd = open_userfile(screen->uid,
|
Completed in 16 milliseconds