Lines Matching refs:name
74 /* f: name of file to get info on, tmzip: return value: access,
97 /* f: name of file to get info on, tmzip: return value: access,
109 char name[MAXFILENAME + 1];
114 strncpy(name, f,MAXFILENAME - 1);
116 name[ MAXFILENAME ] = '\0';
118 if (name[len - 1] == '/')
119 name[len - 1] = '\0';
121 if (stat(name,&s) == 0)
139 /* f: name of file to get info on, tmzip: return value: access,
180 " -j exclude path. store only the file name.\n\n");
422 /* The path name saved, should not include a leading slash. */