Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfileutil.c163 char *current_string; in fileutil_get_cmd_from_string() local
169 current_string = strdup(input_stringp); in fileutil_get_cmd_from_string()
171 if (current_string == NULL) { in fileutil_get_cmd_from_string()
175 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()
180 returned_stringp = trim_trailing_whitespace(current_string); in fileutil_get_cmd_from_string()
181 free(current_string); in fileutil_get_cmd_from_string()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Dmacro.h30 …d_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd);
/titanic_44/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean … 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()
/titanic_44/usr/src/cmd/mandoc/
H A Droff.c120 const char *current_string; /* value of last called user macro */ member
804 t = (r->current_string = roff_getstrn(r, mac, maclen)) in roff_parse()
1746 n1 = cp = mandoc_strdup(r->current_string); in roff_userdef()