Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_regexp.c79 char *rexp; in copy_rexp() local
81 if (arrayAlloc(rexp, (strlen(arg) + 1), char)) in copy_rexp()
82 (void) strcpy(rexp, arg); in copy_rexp()
83 return (rexp); in copy_rexp()