Home
last modified time | relevance | path

Searched refs:filenm (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libgen/common/
H A Dcopylist.c44 common_copylist(const char *filenm, off64_t size) in common_copylist() argument
62 if ((strm = fopen(filenm, "rF")) == NULL) { in common_copylist()
79 copylist64(const char *filenm, off64_t *szptr) in copylist64() argument
84 if (stat64(filenm, &stbuf) == -1) { in copylist64()
89 return (common_copylist(filenm, stbuf.st_size)); in copylist64()
95 copylist(const char *filenm, off_t *szptr) in copylist() argument
100 if (stat64(filenm, &stbuf) == -1) { in copylist()
111 return (common_copylist(filenm, stbuf.st_size)); in copylist()
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c334 cat(FILE *fi, struct stat *statp, struct stat *outp, char *filenm) in cat() argument
398 "%s: "), filenm); in cat()
497 gettext("cat: input error on %s: "), filenm); in cat()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1988 int fd, const char *filenm, const char *escheme) in txml_file_parse() argument
2001 "txml_file_parse(filenm=%s, escheme=%s)\n", filenm, escheme); in txml_file_parse()
2023 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) { in txml_file_parse()