Searched defs:ifile (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c85 set_flag(char *ifile, ulong_t flval) argument
96 if ((fd = open(ifile, O_RDWR)) < 0)
97 die("Can't open %s", ifile);
100 elfdie("Can't start ELF for %s", ifile);
103 die("Can't find .dynamic section in %s\n", ifile);
131 "field\n", ifile);
135 elfdie("Couldn't update %s with changes", ifile);
/illumos-gate/usr/src/cmd/eqn/
H A Dglob.c31 int ifile; variable
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c176 Ifl_desc *ifile = isp->is_file; local
180 DBG_CALL(Dbg_move_input(ofl->ofl_lml, ifile->ifl_name));
286 isc = ifile->ifl_isdesc[ sym->st_shndx];
H A Dsupport.c231 ld_sup_file(Ofl_desc *ofl, const char *ifile, const Elf_Kind ekind, int flags, argument
248 support[LDS_FILE].sup_name, LDS_FILE, ifile));
249 (*flp->fl_fptr)(ifile, ekind, _flags, elf);
H A Drelocate.c2263 Ifl_desc *ifile = rsect->is_file; local
2273 misp = ifile->ifl_isdesc[rshdr->sh_info];
2963 Ifl_desc *ifile = reld->rel_sym->sd_isc->is_file; local
2964 int nlocs = ifile->ifl_locscnt, i;
2968 Sym_desc *symd = ifile->ifl_oldndx[i];
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c2390 char* ifile; local
2408 while (ifile = sfgetr(sfstdin, '\n', 1))
2410 if (!(ofile = strchr(ifile, ' ')))
2411 error(3, "%s: pool output file expected", ifile);
2423 if (open(ifile, O_RDONLY))
2424 error(ERROR_SYSTEM|3, "%s: cannot read", ifile);
2429 pathcanon(ifile, 0);
2430 ifile = ppsetfile(ifile)->name;
2439 PUSH_FILE(ifile,
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c69 FILE *ifile[10] = {stdin}; /* stack */ variable
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c57 char *ifile = "Input"; variable
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h99 int ifile; variable
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c154 static char *ifile; /* input file name pointer */ variable
544 ifile = string;
831 if (ifile)
833 ibf = open(ifile, 0);
837 ifile = "";
843 (void) fprintf(stderr, "dd: %s: ", ifile);
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c97 int ifile; variable
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1267 const char *ifile = NULL; local
1320 if (ifile != NULL) {
1325 ifile = argv[optind++];
1329 if ((shp = smbios_open(ifile, SMB_VERSION, oflags, &err)) == NULL) {
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1857 filename(char **pa1, char **pa2, struct stat *st, char **ifile) argument
1865 *ifile = strdup("-");
1867 *ifile = strdup(*pa1);
1869 if (*ifile == (char *)NULL) {
1885 *ifile = strdup(*pa1);
1887 if (*ifile == (char *)NULL) {
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1162 char *ifile = NULL; local
1328 if ((ifile = calloc(1, PATH_MAX)) == NULL)
1331 ifile = ifiles[0];
1336 if (*ifile == '\0') {
1352 (void) snprintf(ifile, PATH_MAX, "%s/var/fm/fmd/%slog%s",
1360 rotated_logs = get_rotated_logs(ifile);
1369 if ((lp = fmd_log_open(FMD_LOG_VERSION, ifile, &err)) == NULL) {
1370 fmdump_fatal("failed to open %s: %s\n", ifile,
1390 fmdump_fatal("failed to seek %s: %s\n", ifile,
1425 "log of type %s: %s\n", fmd_log_label(lp), ifile);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c176 static int applyconf(char *ifile);
9472 * read and apply the configuration contained if file ifile to the kernel.
9476 applyconf(char *ifile) argument
9490 if (strcmp(ifile, "-") == 0) {
9493 ifp = fopen(ifile, "r");
9497 ifile, strerror(errno));
9899 char *ifile = NULL; local
9938 ifile = optarg;
9939 if (*ifile == '\0') {
9955 ifile
[all...]

Completed in 149 milliseconds