Searched refs:FGETS (Results 1 - 3 of 3) sorted by relevance

/external/selinux/checkpolicy/
H A Dcheckpolicy.c115 #define FGETS(out, size, in) \ macro
689 FGETS(ans, sizeof(ans), stdin);
693 FGETS(ans, sizeof(ans), stdin);
697 FGETS(ans, sizeof(ans), stdin);
701 FGETS(ans, sizeof(ans), stdin);
765 FGETS(ans, sizeof(ans), stdin);
786 FGETS(ans, sizeof(ans), stdin);
810 FGETS(ans, sizeof(ans), stdin);
813 FGETS(ans, sizeof(ans), stdin);
817 FGETS(an
[all...]
/external/e2fsprogs/intl/
H A Dlocalealias.c98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) macro
101 # define FGETS(buf, n, fp) fgets (buf, n, fp) macro
258 if (FGETS (buf, sizeof buf, fp) == NULL)
349 if (FGETS (buf, sizeof buf, fp) == NULL)
/external/libpng/contrib/gregbook/
H A Dwpng.c123 # define FGETS(buf,len,stream) dos_kbd_gets(buf,len) macro
126 # define FGETS fgets macro
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)
555 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
585 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
615 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {

Completed in 174 milliseconds