Lines Matching defs:in
30 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
169 /* This enum and the following char array should be kept in sync. */
250 "Specify a version when packaging in dll or static mode",
291 "%s: error in command line argument \"%s\"\n",
359 /* OK, fill in the options struct */
659 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
854 /* Read in options file. */
889 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
897 /* MinGW does not need the library prefix when building in dll mode. */
1868 /* This portion of the code removes 'rm -f all' in the GENLIB.
1869 * Only occurs in AIX.
1994 FileStream *in;
2008 in = T_FileStream_open(l->str, "r"); /* open files list */
2010 if(!in) {
2016 while(T_FileStream_readLine(in, line, sizeof(line))!=NULL) { /* for each line */
2100 T_FileStream_close(in);