• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/

Lines Matching defs:in

5 ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY
8 works at all, unless he says so in writing. Refer to the GNU General Public
12 but only under the conditions described in the GPL. A copy of this license
14 your rights and responsibilities. It should be in a file named COPYLEFT.
15 [In the IJG distribution, the GPL appears below, not in a separate file.]
22 with another program, this in itself does not bring the other program under
50 in new free programs, and that you know you can do these things.
72 code as you receive it, in any medium, provided that you conspicuously
90 that in whole or in part contains or is a derivative of Ghostscript
92 parties on terms identical to those contained in this License
98 protection in exchange for a fee.
105 of it, under Paragraph 2) in object code or executable form under the
122 received the program in object code or executable form alone.)
135 have their licenses terminated so long as such parties remain in full
201 * <ghost@aladdin.com>. Other authors are noted in the change history
202 * that follows (in reverse chronological order):
214 including ansi2knr in a program does not bring the entire
223 properly erase prototype args in function parameters,
225 correct error in writeblanks (it shouldn't erase EOLs)
272 malloc and free should be declared in stdlib.h,
294 # undef HAVE_ISASCII /* just in case */
323 { FILE *in, *out;
364 in = fopen(argv[1], "r");
365 if ( in == NULL )
372 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
385 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
422 fclose(in);
426 /* Skip over space and comments, in either direction. */
463 * Test whether the string in buf is a function definition.