Searched refs:whitesp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 549 char prm[BUFSIZ], whitesp[BUFSIZ], rqtcmd[BUFSIZ], xcmd[BUFSIZ]; in chkpart() local 554 while ((ptr = getprm(ptr, whitesp, prm)) != NULL) { in chkpart() 563 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 571 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 587 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 602 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 618 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 630 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart() 634 if (whitesp[0] != '\0') in chkpart() 636 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
|
/titanic_41/usr/src/tools/stabs/ |
H A D | stabs.c | 52 static char *whitesp(char *cp); 182 cp = whitesp(cp); in parseline() 189 cp = whitesp(cp); in parseline() 198 cp = whitesp(cp); in parseline() 265 whitesp(char *cp) in whitesp() function
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 69 static char *whitesp(char *cp); 415 cp = whitesp(cp); in parse_stab() 478 whitesp(char *cp) in whitesp() function
|