Searched refs:filenm (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libgen/common/ |
H A D | copylist.c | 46 common_copylist(const char *filenm, off64_t size) in common_copylist() argument 64 if ((strm = fopen(filenm, "rF")) == NULL) { in common_copylist() 81 copylist64(const char *filenm, off64_t *szptr) in copylist64() argument 86 if (stat64(filenm, &stbuf) == -1) { in copylist64() 91 return (common_copylist(filenm, stbuf.st_size)); in copylist64() 97 copylist(const char *filenm, off_t *szptr) in copylist() argument 102 if (stat64(filenm, &stbuf) == -1) { in copylist() 113 return (common_copylist(filenm, stbuf.st_size)); in copylist()
|
/titanic_50/usr/src/cmd/cat/ |
H A D | cat.c | 329 cat(FILE *fi, struct stat *statp, struct stat *outp, char *filenm) in cat() argument 393 "%s: "), filenm); in cat() 492 gettext("cat: input error on %s: "), filenm); in cat()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1974 int fd, const char *filenm, const char *escheme) in txml_file_parse() argument 1987 "txml_file_parse(filenm=%s, escheme=%s)\n", filenm, escheme); in txml_file_parse() 2011 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) { in txml_file_parse()
|