Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c216 char *next_quote = strchr(first_hash, '"'); in CeedLoadSourceToInitializedBuffer() local
218 bool is_local_header = is_hash_include && next_quote && (next_new_line - next_quote > 0); in CeedLoadSourceToInitializedBuffer()
234 long include_file_name_len = strchr(&next_quote[1], '"') - next_quote - 1; in CeedLoadSourceToInitializedBuffer()
238 memcpy(&include_source_path[root_length + 1], &next_quote[1], include_file_name_len); in CeedLoadSourceToInitializedBuffer()