Home | History | Annotate | Download | only in pkgdata

Lines Matching defs:in

28 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
154 /* This enum and the following char array should be kept in sync. */
235 "Specify a version when packaging in dll or static mode",
276 "%s: error in command line argument \"%s\"\n",
344 /* OK, fill in the options struct */
644 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
832 /* Read in options file. */
864 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
869 /* MinGW does not need the library prefix when building in dll mode. */
1826 /* This portion of the code removes 'rm -f all' in the GENLIB.
1827 * Only occurs in AIX.
1952 FileStream *in;
1966 in = T_FileStream_open(l->str, "r"); /* open files list */
1968 if(!in) {
1974 while(T_FileStream_readLine(in, line, sizeof(line))!=NULL) { /* for each line */
2058 T_FileStream_close(in);