Searched refs:filenm (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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_41/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_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1976 int fd, const char *filenm, const char *escheme) in txml_file_parse() argument 1989 "txml_file_parse(filenm=%s, escheme=%s)\n", filenm, escheme); in txml_file_parse() 2013 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) { in txml_file_parse()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 1235 char *filenm, /* device filename to be stored */ in lookup_deventry() argument 1287 (strcmp(filenm, n->n_name) == 0)) { in lookup_deventry() 1305 if (strcmp(filenm, n->n_name) == 0) { in lookup_deventry()
|