Searched refs:filenamep (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c88 static FILE *open_file ( const char **filenamep, const char *mode, Bool *usedstdp, const char *srcfn, int srcln, const char *cmd );
333 const char **filenamep,
342 if (strcmp (*filenamep, "-") == 0) {
348 *filenamep = stdin_filename;
356 *filenamep = stdout_filename;
361 fp = fopen (*filenamep, mode);
364 fprintf (stderr, "%s: unable to open file %s\n", cmd, *filenamep);
332 open_file(const char ** filenamep,const char * mode,Bool * usedstdp,const char * srcfn,int srcln,const char * cmd) argument
/xsrc/external/mit/xauth/dist/
H A Dprocess.c316 open_file(const char **filenamep, argument
325 if (strcmp (*filenamep, "-") == 0) {
331 *filenamep = stdin_filename;
339 *filenamep = stdout_filename;
344 fp = fopen (*filenamep, mode);
347 fprintf (stderr, "%s: unable to open file %s\n", cmd, *filenamep);

Completed in 6 milliseconds