Searched refs:aoutname (Results 1 – 1 of 1) sorted by relevance
103 save_aout_info(char *aoutname) in save_aout_info() argument108 if (stat(aoutname, &buf) == -1) { in save_aout_info()110 whoami, aoutname); in save_aout_info()121 getnfile(char *aoutname) in getnfile() argument125 DPRINTF(" Attempting to open %s \n", aoutname); in getnfile()126 if ((fd = open((aoutname), O_RDONLY)) == -1) { in getnfile()128 whoami, aoutname); in getnfile()131 process(aoutname, fd); in getnfile()132 save_aout_info(aoutname); in getnfile()