Home
last modified time | relevance | path

Searched refs:inf_skip_spaces (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfix-header.c215 static int inf_skip_spaces (int);
889 inf_skip_spaces (int c) in inf_skip_spaces() function
977 c = inf_skip_spaces (' '); in check_protection()
985 c = inf_scan_ident (&buf, inf_skip_spaces (' ')); in check_protection()
991 c = inf_scan_ident (&buf, inf_skip_spaces (c)); in check_protection()
1004 c = inf_skip_spaces (' '); in check_protection()
1014 c = inf_scan_ident (&buf, inf_skip_spaces (' ')); in check_protection()
1035 c = inf_skip_spaces (c); in check_protection()
1058 c = inf_skip_spaces (' '); in check_protection()
1274 c = inf_skip_spaces (' '); in main()
[all …]
DChangeLog-199814917 (inf_skip_spaces): Cast results of INF_UNGET to (void).
DChangeLog-19998610 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,