Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c161 char *current_string; in fileutil_get_cmd_from_string() local
167 current_string = strdup(input_stringp); in fileutil_get_cmd_from_string()
169 if (current_string == NULL) { in fileutil_get_cmd_from_string()
173 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()
178 returned_stringp = trim_trailing_whitespace(current_string); in fileutil_get_cmd_from_string()
179 free(current_string); in fileutil_get_cmd_from_string()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc259 expand_macro(Source source, String destination, wchar_t *current_string, Boolean cmd) in expand_macro() argument
318 WCSTOMBS(mbs_buffer, current_string); in expand_macro()
354 if (current_string != NULL) { in expand_macro()
355 WCSTOMBS(mbs_buffer, current_string); in expand_macro()
401 expand_macro(source, &string, current_string, cmd); in expand_macro()
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c121 const char *current_string; /* value of last called user macro */ member
2022 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse()
3941 if (*r->current_string == '\0') in roff_userdef()
3987 buf->buf = mandoc_strdup(r->current_string); in roff_userdef()
4004 buf->sz = mandoc_asprintf(&nbuf, ".%s%s%s", r->current_string, in roff_renamed()