Home
last modified time | relevance | path

Searched refs:re (Results 51 – 75 of 264) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c1036 restarter_error_t re; in stop_instance() local
1045 re = RERR_RESTART; in stop_instance()
1050 re = RERR_FAULT; in stop_instance()
1055 re = RERR_RESTART; in stop_instance()
1060 re = RERR_FAULT; in stop_instance()
1065 re = RERR_FAULT; in stop_instance()
1070 re = RERR_FAULT; in stop_instance()
1075 re = RERR_RESTART; in stop_instance()
1080 re = RERR_RESTART; in stop_instance()
1085 re = RERR_RESTART; in stop_instance()
[all …]
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py23 import re
180 pat = re.compile(fnmatch_pat, flags=re.DEBUG if verbose > 2 else 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME30 the pathnames defined in common/path.h before compiling the programs. If you're
65 before the install will work. If you're just interested in part of the package
70 There are makefiles in most of the subdirectories, but they're not designed to
71 be used on their own, especially not if you're installing things. Each needs
72 many of the definitions made in Makefile before they're guaranteed to work. As
128 SYSTEM - The version of Unix you're running. Recognized choices are,
136 CFLAGS - Some of the programs use floating point arithmetic, so if you're
156 you're going to install the documentation you'll undoubtedly
168 RS-232 serial line. If you're on System V, have the DKHOST software
280 Files that may help if you're writing a PostScript translator. The basic
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppexpr.c114 regex_t re; in compare() local
129 …else if ((c = regcomp(&re, pp.token, REG_AUGMENTED|REG_LENIENT|REG_NULL)) || (c = regexec(&re, tmp… in compare()
130 regfatal(&re, 4, c); in compare()
134 regfree(&re); in compare()
H A Dppcontrol.c39 regex_t re; member
45 regex_t re; member
536 regfatal(&map->re, 4, i1); in ppcontrol()
555 regfatal(&edit->re, 4, i0); in ppcontrol()
556 p = edit->re.re_sub->re_buf; in ppcontrol()
561 regfatal(&edit->re, 4, i0); in ppcontrol()
1906 regfatal(&map->re, 4, i0); in ppcontrol()
1907 if (*(s += map->re.re_npat)) in ppcontrol()
1929 …f (!(i0 = regcomp(&edit->re, s, REG_AUGMENTED|REG_DELIMITED|REG_LENIENT|REG_NULL)) && !(i0 = regsu… in ppcontrol()
1930 s += edit->re.re_npat; in ppcontrol()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_die.c524 struct Dwarf_P_debug_str_entry_s *re = 0; in _dwarf_insert_or_find_in_debug_str() local
563 re = *(struct Dwarf_P_debug_str_entry_s **)retval; in _dwarf_insert_or_find_in_debug_str()
564 *offset_in_debug_str = re->dse_table_offset; in _dwarf_insert_or_find_in_debug_str()
598 re = *(struct Dwarf_P_debug_str_entry_s **)retval; in _dwarf_insert_or_find_in_debug_str()
599 if (re != mt2) { in _dwarf_insert_or_find_in_debug_str()
609 *offset_in_debug_str = re->dse_table_offset; in _dwarf_insert_or_find_in_debug_str()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1424 regex_t re; member
1454 regex_t re; in int_regwcomp() local
1484 ret = regcomp(&re, mbpattern, REG_EXTENDED); in int_regwcomp()
1493 rcp->re = re; in int_regwcomp()
1495 regfree(&re); in int_regwcomp()
1545 regfree(&rcp->re); in int_regwfree()
1558 return (regerror(errcode, &rcp->re, errbuf, bufsiz)); in int_regwerror()
1583 i = regexec(&rcp->re, mbs, nsub, mbsub, flags); in int_regwexec()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h173 char *re; member
228 char **devfsadm_lookup_dev_names(char *phys_path, char *re, int *lenp);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y98 %type <p> pas pattern ppattern plist pplist patlist prarg term re
248 | re
281 | re
313 re:
316 | NOT re { $$ = op1(NOT, notnull($2)); }
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c424 get_dev_link_path(di_node_t node, char *nodetype, char *re, char **devlink, char **minor_path, char… in get_dev_link_path() argument
456 *devlink = get_devlink(devlink_hdl, re, *minor_path); in get_dev_link_path()
465 if ((*devlink == NULL) && (re != NULL) && in get_dev_link_path()
466 ((strstr(re, "hid") != NULL) || (strstr(re, "video") != NULL))) { in get_dev_link_path()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y55 %type <iptr> slist, re, fprefix, cargs, eora, cons, constant, lora
159 | _IF CRS BLEV '(' re ')' stat
164 | _WHILE CRS '(' re ')' stat BLEV
170 | fprefix CRS re ';' e ')' stat BLEV
228 re : e EQ e
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_noexecstack.sh22 (pmap $pid | grep -q 'rwx.*\[ stack \]$') && re=1
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.h52 var struct regexp *re; /* Last re */ variable
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.recache18 echo T.recache: test re cache in b.c
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.c294 regex_t re; in set_name_in_DatasetBean() local
297 if (regcomp(&re, REGEX_ZFS_NAME, REG_EXTENDED) != 0 || in set_name_in_DatasetBean()
298 regexec(&re, name, REGEX_ZFS_NAME_NGROUPS, matches, 0) != 0) { in set_name_in_DatasetBean()
299 regfree(&re); in set_name_in_DatasetBean()
304 regfree(&re); in set_name_in_DatasetBean()
H A Dlibzfs_jni_pool.c492 regex_t re; in populate_DiskVirtualDeviceBean() local
497 if (regcomp(&re, "^(/dev/dsk/.*)s[0-9]+$", REG_EXTENDED) == 0) { in populate_DiskVirtualDeviceBean()
498 if (regexec(&re, path, 2, matches, 0) == 0) { in populate_DiskVirtualDeviceBean()
511 regfree(&re); in populate_DiskVirtualDeviceBean()
513 if (regcomp(&re, "^(/dev/dsk/.*)s[0-9]+/old$", REG_EXTENDED) == in populate_DiskVirtualDeviceBean()
515 if (regexec(&re, path, 2, matches, 0) == 0) { in populate_DiskVirtualDeviceBean()
528 regfree(&re); in populate_DiskVirtualDeviceBean()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c795 e->match.re = mandoc_malloc(sizeof(*e->match.re)); in exprterm()
796 irc = regcomp(e->match.re, val, in exprterm()
799 regerror(irc, e->match.re, errbuf, sizeof(errbuf)); in exprterm()
805 free(e->match.re); in exprterm()
H A Ddbm.h29 regex_t *re; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c10979 if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL) in ip_snmp_get2_v4()
11010 re->ipRouteType = 2; in ip_snmp_get2_v4()
11012 re->ipRouteType = 3; in ip_snmp_get2_v4()
11014 re->ipRouteType = 4; in ip_snmp_get2_v4()
11016 re->ipRouteProto = -1; in ip_snmp_get2_v4()
11053 (char *)re, (int)sizeof (*re))) { in ip_snmp_get2_v4()
11073 kmem_free(re, sizeof (*re)); in ip_snmp_get2_v4()
11101 if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL) in ip_snmp_get2_v6_route()
11135 re->ipv6RouteType = 2; in ip_snmp_get2_v6_route()
11179 (char *)re, (int)sizeof (*re))) { in ip_snmp_get2_v6_route()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th132 \ Now we're going to make the change effective
171 \ Now we're going to make the change effective
210 \ Now we're going to make the change effective
316 dup osconsole_state ! ( n n2 -- n n2 ) \ copy for re-initialization
358 dup acpi_state ! ( n n2 -- n n2 ) \ copy for re-initialization
396 \ (to support re-entering the menu from the loader prompt)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c1587 regex_t re; in astconflist() local
1617 re.re_disc = &redisc; in astconflist()
1618 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL)) in astconflist()
1629 if (regexec(&re, prefix[look.conf->call + CONF_call].name, 0, NiL, 0)) in astconflist()
1634 if (regexec(&re, look.conf->name, 0, NiL, 0)) in astconflist()
1639 if (regexec(&re, prefix[look.conf->standard].name, 0, NiL, 0)) in astconflist()
1686 if (regexec(&re, call, 0, NiL, 0)) in astconflist()
1691 if (regexec(&re, fp->name, 0, NiL, 0)) in astconflist()
1696 if (regexec(&re, prefix[fp->standard].name, 0, NiL, 0)) in astconflist()
1721 regfree(&re); in astconflist()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.S112 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
125 ! If %i0 (was %o0) is non-zero, we're in compatibility and we can
/illumos-gate/usr/src/pkg/
H A DREADME.pkg197 you're almost certainly doing something wrong.
237 you're adding a new class of file that would benefit from
308 build you're integrating into. For example, if you wanted
315 The architectures and variants you're renaming. These
322 If there were "preserve" files in the package you're renaming, make
375 build you're integrating into. For example, if you wanted
412 The easiest thing is to copy a package similar to the one you're
440 You don't need to set the following. They're taken care of for all OS/Net
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dserver5 # leaf subnet. We're not concerned about filtering individual services
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h67 regex_t *re; /* Regular expression */ member

1234567891011