HomeSort by relevance Sort by last modified time
    Searched refs:FGETS (Results 1 - 3 of 3) sorted by null

  /external/checkpolicy/
checkpolicy.c 114 #define FGETS(out, size, in) \
115 if (fgets(out,size,in)==NULL) { \
116 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__,\
654 FGETS(ans, sizeof(ans), stdin);
658 FGETS(ans, sizeof(ans), stdin);
662 FGETS(ans, sizeof(ans), stdin);
666 FGETS(ans, sizeof(ans), stdin);
730 FGETS(ans, sizeof(ans), stdin);
751 FGETS(ans, sizeof(ans), stdin);
775 FGETS(ans, sizeof(ans), stdin)
    [all...]
  /external/e2fsprogs/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
258 if (FGETS (buf, sizeof buf, fp) == NULL)
349 if (FGETS (buf, sizeof buf, fp) == NULL)
  /external/libpng/contrib/gregbook/
wpng.c 123 # define FGETS(buf,len,stream) dos_kbd_gets(buf,len)
126 # define FGETS fgets
213 fgets(tmpline, 80, tmpfile);
334 fgets(pnmline, 256, wpng_info.infile);
347 fgets(pnmline, 256, wpng_info.infile); /* lose any comments */
351 fgets(pnmline, 256, wpng_info.infile); /* more comment lines */
455 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
485 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
517 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1
    [all...]

Completed in 90 milliseconds