Searched refs:open_userfile (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A DTekproc.c2007 tekcopyfd = open_userfile(screen->uid, screen->gid, buf, False);
H A Dxterm.h1319 extern int open_userfile (uid_t /* uid */, gid_t /* gid */, char * /* path */, Bool /* append */);
H A Dmisc.c2158 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