Searched refs:end (Results 1 – 3 of 3) sorted by relevance
156 /^[^#]/ { if (sub(/[ \t]*\\$$/, " ") == 0) end="\n"; \157 else end=""; \160 if (ini == 0) printf "%s%s", $$0, end; \161 else printf ".%s %s%s", $$1, $$0, end; \162 ini=end == "" ? 0 : 1; } \
99 char *end = buffer + size; in check_padding() local100 while (buffer < end) in check_padding()
267 const char *const end = ((const char *) state.header in CONCAT() local270 while (entidx < end) in CONCAT()
Completed in 7 milliseconds