Searched refs:subexp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddcam1394_link.c121 re[0].subexp = 1;
H A Ddevfsadm.h173 int subexp; member in struct:devfsadm_enumerate
H A Daudio_link.c272 rules[0].subexp = 1;
H A Ddevfsadm_impl.h453 int subexp);
H A Dusb_link.c469 ugen_rules[0].subexp = 1;
H A Ddevfsadm.c4820 * the RE which is to be considered the enumerating component. The subexp
5446 * If it is the last path component, pass subexp
5452 slash1 ? 0 : rules[index].subexp)) {
5535 * If it is the last path component, pass subexp
5541 slash ? 0 : rules[index].subexp)) {
5572 * Returns true if file matches file_re. If subexp is non-zero, it means
5574 * parenthesized subexpression subexp in id.
5578 match_path_component(char *file_re, char *file, char **id, int subexp) argument
5585 if (subexp != 0) {
5586 nelements = subexp
[all...]

Completed in 78 milliseconds