Home
last modified time | relevance | path

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

/titanic_44/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++ = '\0';
310 repbufp = repstr;
[all …]
/titanic_44/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()