Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rdist/
H A Ddocmd.c818 if (nl->n_regex == NULL) { in except()
819 nl->n_regex = xmalloc(sizeof(regex_t)); in except()
820 ecode = regcomp(nl->n_regex, nl->n_name, in except()
824 ecode = regexec(nl->n_regex, file, 0, in except()
833 regerror(ecode, nl->n_regex, ebuf, in except()
H A Drdist.c76 new->n_regex = NULL; in addhostlist()
383 tnl.n_regex = NULL; in docmdargs()
H A Dclient.h75 regex_t *n_regex; member
H A Dgram.y503 nl->n_regex = NULL; in makenl()
H A Dclient.c215 new->n_regex = NULL; in addcmdspecialfile()