Searched refs:filenm (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | copylist.c | 46 common_copylist(const char *filenm, off64_t size) argument 64 if ((strm = fopen(filenm, "rF")) == NULL) { 81 copylist64(const char *filenm, off64_t *szptr) argument 86 if (stat64(filenm, &stbuf) == -1) { 91 return (common_copylist(filenm, stbuf.st_size)); 97 copylist(const char *filenm, off_t *szptr) argument 102 if (stat64(filenm, &stbuf) == -1) { 113 return (common_copylist(filenm, stbuf.st_size));
|
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 329 cat(FILE *fi, struct stat *statp, struct stat *outp, char *filenm) argument 393 "%s: "), filenm); 492 gettext("cat: input error on %s: "), filenm);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1974 int fd, const char *filenm, const char *escheme) 1987 "txml_file_parse(filenm=%s, escheme=%s)\n", filenm, escheme); 2011 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) { 1973 txml_file_parse(topo_mod_t *tmp, int fd, const char *filenm, const char *escheme) argument
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 1235 char *filenm, /* device filename to be stored */ 1287 (strcmp(filenm, n->n_name) == 0)) { 1293 * Now check for a name conflict. If the filenm of the 1305 if (strcmp(filenm, n->n_name) == 0) { 1227 lookup_deventry( struct nm_next_hdr *nh, set_t setno, side_t side, mdkey_t key, char *drvnm, minor_t mnum, char *dirnm, char *filenm, struct nm_name **ret_rec ) argument
|
Completed in 74 milliseconds