Lines Matching defs:pa1
1857 filename(char **pa1, char **pa2, struct stat *st, char **ifile)
1861 a1 = *pa1;
1864 if (strcmp(*pa1, "-") == 0)
1867 *ifile = strdup(*pa1);
1877 b1 = *pa1 = (char *)malloc(PATH_MAX);
1885 *ifile = strdup(*pa1);
1894 if (stat(*pa1, st) < 0) {
1896 perror(*pa1);
1900 *pa1 = copytemp(a1);
1902 *pa1 = copytemp(a1); /* hack! */
1903 if (stat(*pa1, st) < 0) {
1905 perror(*pa1);