OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtp
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/mail/
cmd3.c
1017
const struct modetbl_s *
mtp
;
local in function:ifcmd
1023
for (
mtp
= modetbl;
mtp
->m_name;
mtp
++)
1024
if (strcasecmp(keyword,
mtp
->m_name) == 0)
1027
if (
mtp
->m_name == NULL) {
1032
if (
mtp
->m_mode != mailmode)
list.c
816
const struct matchtbl_s *
mtp
;
local in function:match_string
825
for (
mtp
= matchtbl;
mtp
->key;
mtp
++) {
826
if (len ==
mtp
->len &&
827
strncmp(str,
mtp
->key, len) == 0)
830
matchfn =
mtp
->matchfn;
831
if (
mtp
->key)
832
fieldname =
mtp
->fieldname;
mime_decode.c
926
const struct mime_type_s *
mtp
;
local in function:get_display_mode
957
for (
mtp
= mime_type_tbl;
mtp
->mt_type;
mtp
++) {
958
if (strcasecmp(
mtp
->mt_type, mi_type) == 0) {
960
return
mtp
->mt_dispmode;
961
for (stp =
mtp
->mt_subtype; stp->st_name; stp++) {
968
return
mtp
->mt_dispmode;
/src/usr.bin/xlint/lint1/
tree.c
2869
const type_t *
mtp
= m->s_type;
local in function:has_constant_member
2870
if (
mtp
->t_const)
2872
if (is_struct_or_union(
mtp
->t_tspec) &&
2873
has_constant_member(
mtp
))
3826
union_contains(const type_t *utp, const type_t *
mtp
)
3830
if (types_compatible(mem->s_type,
mtp
, true, false, NULL))
Completed in 18 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025