Lines Matching defs:in
28 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
167 /* This enum and the following char array should be kept in sync. */
248 "Specify a version when packaging in dll or static mode",
289 "%s: error in command line argument \"%s\"\n",
357 /* OK, fill in the options struct */
657 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
852 /* Read in options file. */
887 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
895 /* MinGW does not need the library prefix when building in dll mode. */
1866 /* This portion of the code removes 'rm -f all' in the GENLIB.
1867 * Only occurs in AIX.
1992 FileStream *in;
2006 in = T_FileStream_open(l->str, "r"); /* open files list */
2008 if(!in) {
2014 while(T_FileStream_readLine(in, line, sizeof(line))!=NULL) { /* for each line */
2098 T_FileStream_close(in);