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

/ast/src/cmd/ss/
H A Dssd.c158 static char* usrfile; variable
372 if ((uf = open(usrfile = usrfiles[i], O_RDONLY)) >= 0) break;
473 error(ERROR_SYSTEM|3, "%s: stat error", usrfile);
478 error(ERROR_SYSTEM|3, "%s: seek error", usrfile);
480 error(ERROR_SYSTEM|3, "%s: read error", usrfile);

Completed in 7 milliseconds