Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/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_50/usr/src/cmd/mandoc/
H A Droff.c322 const char *current_string; /* value of last called user macro */ member
1309 t = (r->current_string = roff_getstrn(r, mac, maclen)) in roff_parse()
2675 buf->sz = strlen(r->current_string) + 1; in roff_userdef()
2677 memcpy(n1, r->current_string, buf->sz); in roff_userdef()