Searched refs:strcat_ (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.set.c | 647 (void) strcat_(exppath, *val++); in exportpath() 650 (void) strcat_(exppath, S_COLON /* ":" */); in exportpath()
|
H A D | sh.lex.c | 499 (void) strcat_(labuf, buf); in addla() 800 (void) strcat_(wp, lhsb); in subword() 812 (void) strcat_(wp, mp); in subword()
|
H A D | sh.h | 498 extern tchar *strcat_(tchar *, tchar *);
|
H A D | sh.misc.c | 184 strcat_(ep, dp); in strspl()
|
H A D | sh.c | 401 strcat_(s_prompt, in main() 769 (void) strcat_(buf, S_SLADOThistory /* "/.history" */); in rechist()
|
H A D | sh.tchar.c | 205 strcat_(tchar *s1, tchar *s2) in strcat_() function
|
H A D | sh.file.c | 360 (void) strcat_(new, o); in tilde()
|
H A D | sh.glob.c | 339 (void) strcat_(restbuf, pe + 1); in execbrc()
|