OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postconf/
postconf_edit.c
291
const char *
raw_text
; /* unparsed command-line argument */
member in struct:__anon23149
336
req->
raw_text
= *argv;
337
cp = req->parsed_text = mystrdup(req->
raw_text
);
347
msg_fatal("%s: \"%s\"", err, req->
raw_text
);
352
req->
raw_text
);
496
msg_fatal("%s: \"%s\"", err, req->
raw_text
);
595
msg_fatal("%s: \"%s\"", err, req->
raw_text
);
599
msg_warn("unmatched service_name/type: \"%s\"", req->
raw_text
);
postconf_master.c
182
const char *
raw_text
; /* full pattern text */
member in struct:__anon23151
316
static void pcf_check_master_entry(ARGV *argv, const char *
raw_text
)
327
cp,
raw_text
);
336
pcf_str_field_pattern(field), cp,
raw_text
);
345
cp,
raw_text
);
350
cp,
raw_text
);
620
req->
raw_text
= *argv++;
622
pcf_parse_service_pattern(req->
raw_text
, 1, 2);
652
msg_warn("unmatched request: \"%s\"", req->
raw_text
);
800
req->
raw_text
= *argv++
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026