Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c179 char *next_new_line = strchr(first_hash, '\n'); in CeedLoadSourceToInitializedBuffer() local
180 bool is_pragma_once = next_o && (next_new_line - next_o > 0) && !strncmp(next_o, "once", 4); in CeedLoadSourceToInitializedBuffer()
184 … = first_hash - &temp_buffer[file_offset] + (is_pragma_once ? 0 : (next_new_line - first_hash +… in CeedLoadSourceToInitializedBuffer()
217 char *next_new_line = strchr(first_hash, '\n'); in CeedLoadSourceToInitializedBuffer() local
218 bool is_local_header = is_hash_include && next_quote && (next_new_line - next_quote > 0); in CeedLoadSourceToInitializedBuffer()
220 bool is_ceed_header = next_left_chevron && (next_new_line - next_left_chevron > 0) && in CeedLoadSourceToInitializedBuffer()
224 next_left_chevron && (next_new_line - next_left_chevron > 0) && in CeedLoadSourceToInitializedBuffer()
265 long header_copy_size = next_new_line - first_hash + 1; in CeedLoadSourceToInitializedBuffer()