Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1314 __itt_string_handle *current_string = _N_(_ittapi_global).string_list; in __itt_free_allocated_resources() local
1315 while (current_string != NULL) { in __itt_free_allocated_resources()
1316 __itt_string_handle *tmp = current_string->next; in __itt_free_allocated_resources()
1317 free((char *)current_string->strA); in __itt_free_allocated_resources()
1319 free((wchar_t *)current_string->strW); in __itt_free_allocated_resources()
1321 free(current_string); in __itt_free_allocated_resources()
1322 current_string = tmp; in __itt_free_allocated_resources()
/freebsd-src/contrib/mandoc/
H A Droff.c113 const char *current_string; /* value of last called user macro */
1988 * As a side effect, set r->current_string to the definition or to NULL. in roff_endparse()
2008 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse()
3955 if (*r->current_string == '\0') in roff_userdef()
3999 buf->buf = mandoc_strdup(r->current_string);
4009 * r->current_string has already been set up by roff_parse(). in roff_renamed()
4016 buf->sz = mandoc_asprintf(&nbuf, ".%s%s%s", r->current_string,
121 const char *current_string; /* value of last called user macro */ global() member