Searched defs:repstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c1035 char idbuff[3], *id = idbuff, *pattern=0, *repstr, *arrmax=0; local
1663 if((type=='/' || c=='/') && (repstr = mac_getstring(pattern)))
1664 replen = strlen(repstr);
1708 mac_substitute(mp,repstr,v,match,nmatch);
1822 mac_substitute(mp,repstr,v,0,0);

Completed in 61 milliseconds