Home
last modified time | relevance | path

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

/freebsd/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/contrib/mandoc/
H A Droff.c113 const char *current_string; /* value of last called user macro */ member
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); in roff_userdef()
4016 buf->sz = mandoc_asprintf(&nbuf, ".%s%s%s", r->current_string, in roff_renamed()