HomeSort by: relevance | last modified time | path
    Searched defs:space_prompt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
label.c 2078 space_prompt[1024], *head, *hint_part, *hint_space, *tail; local in function:getpartoff
2124 space_prompt[0] = 0;
2136 strlcat(space_prompt, str_tag, sizeof(space_prompt));
2137 size_t len = strlcat(space_prompt, line, sizeof(space_prompt));
2139 if (len >= sizeof space_prompt)
2159 head, hint_part, hint_space, space_prompt, tail);
2165 head, hint_space, space_prompt, tail);
label.c 2078 space_prompt[1024], *head, *hint_part, *hint_space, *tail; local in function:getpartoff
2124 space_prompt[0] = 0;
2136 strlcat(space_prompt, str_tag, sizeof(space_prompt));
2137 size_t len = strlcat(space_prompt, line, sizeof(space_prompt));
2139 if (len >= sizeof space_prompt)
2159 head, hint_part, hint_space, space_prompt, tail);
2165 head, hint_space, space_prompt, tail);

Completed in 26 milliseconds