Home
last modified time | relevance | path

Searched refs:repstr (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/cmd/exstr/
H A Dexstr.c251 char *repstr; local
291 repstr = strchr(repbufp, ':');
292 if (repstr == (char *)NULL)
294 *repstr++ = '\0';
303 repbufp = repstr;
304 repstr = strchr(repbufp, ':');
305 if (repstr == (char *)NULL)
307 repstr[strlen(repstr) - 1 ] = '\0';
308 *repstr
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1099 char idbuff[3], *id = idbuff, *pattern=0, *repstr=0, *arrmax=0; in varsub() local
1776 if((type=='/' || c=='/') && (repstr = mac_getstring(pattern))) in varsub()
1782 fcsopen(repstr); in varsub()
1787 repstr = strdup(stkptr(stkp,n)); in varsub()
1788 replen = strlen(repstr); in varsub()
1838 mac_substitute(mp,repstr,v,match,nmatch); in varsub()
1953 mac_substitute(mp,repstr,v,0,0); in varsub()
2005 if(repstr) in varsub()
2006 free(repstr); in varsub()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c1035 char idbuff[3], *id = idbuff, *pattern=0, *repstr, *arrmax=0; in varsub() local
1663 if((type=='/' || c=='/') && (repstr = mac_getstring(pattern))) in varsub()
1664 replen = strlen(repstr); in varsub()
1708 mac_substitute(mp,repstr,v,match,nmatch); in varsub()
1822 mac_substitute(mp,repstr,v,0,0); in varsub()