OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchv
(Results
1 - 3
of
3
) sorted by relevancy
/src/share/examples/refuse/dmesgfs/
dmesgfs.c
256
regmatch_t
matchv
[10];
local
279
if (regexec(&r, buf, 10,
matchv
, 0) == 0) {
280
add_dev(&buf[
matchv
[1].rm_so],
281
matchv
[1].rm_eo -
matchv
[1].rm_so,
282
&buf[
matchv
[2].rm_so],
283
matchv
[2].rm_eo -
matchv
[2].rm_so,
285
matchv
[0].rm_eo -
matchv
[0].rm_so)
[
all
...]
/src/usr.sbin/user/
user.c
953
regmatch_t
matchv
[10];
local
963
if (regexec(&r, newpasswd, 10,
matchv
, 0) == 0) {
966
(int)(
matchv
[pwtp->re_sub].rm_eo -
967
matchv
[pwtp->re_sub].rm_so) ==
1306
regmatch_t
matchv
[10];
local
1353
if (regexec(&r, buf, 10,
matchv
, 0) == 0) {
1354
if (buf[(int)
matchv
[1].rm_so] == ',') {
1355
matchv
[2].rm_so =
matchv
[1].rm_so;
1356
} else if (
matchv
[2].rm_eo != matchv[3].rm_eo)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c
91
regmatch_t
matchv
[10];
local
105
if (regexec(&keyre, buf, 10,
matchv
, 0) == 0) {
106
(void) memcpy(userid, &buf[(int)
matchv
[1].rm_so],
107
MIN((unsigned)(
matchv
[1].rm_eo -
108
matchv
[1].rm_so), length));
112
(int)(
matchv
[1].rm_eo -
matchv
[1].rm_so),
113
&buf[(int)
matchv
[1].rm_so]);
Completed in 18 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026