HomeSort by: relevance | last modified time | path
    Searched defs:outfiles (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/xlint/lint2/
emit2.c 42 static void outfiles(void);
185 outfiles();
228 outfiles(void) function
emit2.c 42 static void outfiles(void);
185 outfiles();
228 outfiles(void) function
emit2.c 42 static void outfiles(void);
185 outfiles();
228 outfiles(void) function
  /src/usr.bin/rpcgen/
rpc_util.c 69 static const char *outfiles[NFILES]; /* output file names */ variable
283 (void) unlink(outfiles[i]);
291 outfiles[nfiles++] = file;
rpc_util.c 69 static const char *outfiles[NFILES]; /* output file names */ variable
283 (void) unlink(outfiles[i]);
291 outfiles[nfiles++] = file;
rpc_util.c 69 static const char *outfiles[NFILES]; /* output file names */ variable
283 (void) unlink(outfiles[i]);
291 outfiles[nfiles++] = file;
  /src/usr.bin/xlint/xlint/
xlint.c 80 list outfiles; member in struct:__anon8405
204 for (size_t i = 0; i < lint1.outfiles.len; i++)
205 (void)remove(lint1.outfiles.items[i]);
450 list_add(&lint1.outfiles, ofn);
xlint.c 80 list outfiles; member in struct:__anon8405
204 for (size_t i = 0; i < lint1.outfiles.len; i++)
205 (void)remove(lint1.outfiles.items[i]);
450 list_add(&lint1.outfiles, ofn);
xlint.c 80 list outfiles; member in struct:__anon8405
204 for (size_t i = 0; i < lint1.outfiles.len; i++)
205 (void)remove(lint1.outfiles.items[i]);
450 list_add(&lint1.outfiles, ofn);
  /src/external/gpl2/texinfo/dist/util/
texindex.c 87 char **outfiles; variable
196 outfile = outfiles[i];
287 outfiles = (char **) xmalloc (argc * sizeof (char *));
289 op = outfiles;
323 if (op > outfiles)
texindex.c 87 char **outfiles; variable
196 outfile = outfiles[i];
287 outfiles = (char **) xmalloc (argc * sizeof (char *));
289 op = outfiles;
323 if (op > outfiles)
texindex.c 87 char **outfiles; variable
196 outfile = outfiles[i];
287 outfiles = (char **) xmalloc (argc * sizeof (char *));
289 op = outfiles;
323 if (op > outfiles)
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 3717 const char **outfiles;
5608 input_file_number is the index on outfiles of this file,
5690 outfiles[input_file_number] = string;
6519 if (outfiles[i])
6520 store_arg (outfiles[i], 0, 0);
6540 outfiles[input_file_number] = NULL;
8877 outfiles = XCNEWVEC (const char *, i);
8945 outfiles[i] = gcc_input_filename;
9083 if (explicit_link_files[i] || outfiles[i] != NULL)
9197 outfiles[i])
3699 const char **outfiles; variable
    [all...]
gcc.cc 3717 const char **outfiles;
5608 input_file_number is the index on outfiles of this file,
5690 outfiles[input_file_number] = string;
6519 if (outfiles[i])
6520 store_arg (outfiles[i], 0, 0);
6540 outfiles[input_file_number] = NULL;
8877 outfiles = XCNEWVEC (const char *, i);
8945 outfiles[i] = gcc_input_filename;
9083 if (explicit_link_files[i] || outfiles[i] != NULL)
9197 outfiles[i])
3699 const char **outfiles; variable
    [all...]
gcc.cc 3717 const char **outfiles;
5608 input_file_number is the index on outfiles of this file,
5690 outfiles[input_file_number] = string;
6519 if (outfiles[i])
6520 store_arg (outfiles[i], 0, 0);
6540 outfiles[input_file_number] = NULL;
8877 outfiles = XCNEWVEC (const char *, i);
8945 outfiles[i] = gcc_input_filename;
9083 if (explicit_link_files[i] || outfiles[i] != NULL)
9197 outfiles[i])
3699 const char **outfiles; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 3686 const char **outfiles;
5694 input_file_number is the index on outfiles of this file,
5776 outfiles[input_file_number] = string;
6645 if (outfiles[i])
6646 store_arg (outfiles[i], 0, 0);
6666 outfiles[input_file_number] = NULL;
9004 outfiles = XCNEWVEC (const char *, i);
9072 outfiles[i] = gcc_input_filename;
9210 if (explicit_link_files[i] || outfiles[i] != NULL)
9324 outfiles[i])
3668 const char **outfiles; variable
    [all...]
gcc.cc 3686 const char **outfiles;
5694 input_file_number is the index on outfiles of this file,
5776 outfiles[input_file_number] = string;
6645 if (outfiles[i])
6646 store_arg (outfiles[i], 0, 0);
6666 outfiles[input_file_number] = NULL;
9004 outfiles = XCNEWVEC (const char *, i);
9072 outfiles[i] = gcc_input_filename;
9210 if (explicit_link_files[i] || outfiles[i] != NULL)
9324 outfiles[i])
3668 const char **outfiles; variable
    [all...]
gcc.cc 3686 const char **outfiles;
5694 input_file_number is the index on outfiles of this file,
5776 outfiles[input_file_number] = string;
6645 if (outfiles[i])
6646 store_arg (outfiles[i], 0, 0);
6666 outfiles[input_file_number] = NULL;
9004 outfiles = XCNEWVEC (const char *, i);
9072 outfiles[i] = gcc_input_filename;
9210 if (explicit_link_files[i] || outfiles[i] != NULL)
9324 outfiles[i])
3668 const char **outfiles; variable
    [all...]

Completed in 110 milliseconds