Home
last modified time | relevance | path

Searched refs:mtp (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/src/external/bsd/am-utils/dist/conf/mtab/
Dmtab_svr4.c142 mnt_dup(const mntent_t *mtp) in mnt_dup() argument
146 mep->mnt_fsname = xstrdup(mtp->mnt_fsname); in mnt_dup()
147 mep->mnt_dir = xstrdup(mtp->mnt_dir); in mnt_dup()
148 mep->mnt_type = xstrdup(mtp->mnt_type); in mnt_dup()
149 mep->mnt_opts = xstrdup(mtp->mnt_opts); in mnt_dup()
150 mep->mnt_time = xstrdup(mtp->mnt_time); in mnt_dup()
288 write_mntent(mntent_t *mtp, const char *mnttabname) in write_mntent() argument
300 write_mntent_to_mtab(fp, mtp); in write_mntent()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dseqmod.c110 modtarget *mtp = av->avl_data; in seqmod_op_mod() local
111 mtp->mt_tail->mt_next = mt; in seqmod_op_mod()
112 mtp->mt_tail = mt; in seqmod_op_mod()
114 while ( mtp != mt ) { in seqmod_op_mod()
120 mtp = av->avl_data; in seqmod_op_mod()
/netbsd/src/external/cddl/osnet/dev/dtmalloc/
Ddtmalloc.c113 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) in dtmalloc_type_cb() argument
116 struct malloc_type_internal *mtip = mtp->ks_handle; in dtmalloc_type_cb()
124 strlcpy(name, mtp->ks_shortdesc, sizeof(name)); in dtmalloc_type_cb()
/netbsd/src/usr.bin/mail/
Dlist.c816 const struct matchtbl_s *mtp; in match_string() local
825 for (mtp = matchtbl; mtp->key; mtp++) { in match_string()
826 if (len == mtp->len && in match_string()
827 strncmp(str, mtp->key, len) == 0) in match_string()
830 matchfn = mtp->matchfn; in match_string()
831 if (mtp->key) in match_string()
832 fieldname = mtp->fieldname; in match_string()
Dmime_decode.c926 const struct mime_type_s *mtp; in get_display_mode() local
957 for (mtp = mime_type_tbl; mtp->mt_type; mtp++) { in get_display_mode()
958 if (strcasecmp(mtp->mt_type, mi_type) == 0) { in get_display_mode()
960 return mtp->mt_dispmode; in get_display_mode()
961 for (stp = mtp->mt_subtype; stp->st_name; stp++) { in get_display_mode()
968 return mtp->mt_dispmode; in get_display_mode()
Dcmd3.c1017 const struct modetbl_s *mtp; in ifcmd() local
1023 for (mtp = modetbl; mtp->m_name; mtp++) in ifcmd()
1024 if (strcasecmp(keyword, mtp->m_name) == 0) in ifcmd()
1027 if (mtp->m_name == NULL) { in ifcmd()
1032 if (mtp->m_mode != mailmode) in ifcmd()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dsmartp.cc118 Type1 *mtp = &mt1; in main() local
126 mtp->foo(); in main()
/netbsd/src/external/bsd/am-utils/dist/amq/
Damq.c790 amq_mount_tree_p *mtp = amqproc_mnttree_1(&fs, clnt); in main() local
791 if (mtp) { in main()
792 amq_mount_tree *mt = *mtp; in main()
804 xdr_pri_free((XDRPROC_T_TYPE) xdr_amq_mount_tree_p, (caddr_t) mtp); in main()
/netbsd/src/distrib/common/
Dprotocols92 mtp 92 MTP
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.opt206 mtp=
212 Valid arguments to -mtp=:
/netbsd/src/external/bsd/ipf/dist/etc/
Dprotocols93 mtp 92 MTP # Multicast Transport Protocol
Dservices1330 mtp 1911/tcp # Starlight Networks Multimedia Transport Protocol
1331 mtp 1911/udp # Starlight Networks Multimedia Transport Protocol
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.opt473 mtp-regno=
477 mtp-regno=none
/netbsd/src/usr.bin/xlint/lint1/
Dtree.c2810 const type_t *mtp = m->s_type; in has_constant_member() local
2811 if (mtp->t_const) in has_constant_member()
2813 if (is_struct_or_union(mtp->t_tspec) && in has_constant_member()
2814 has_constant_member(mtp)) in has_constant_member()
3778 union_contains(const type_t *utp, const type_t *mtp) in union_contains() argument
3782 if (types_compatible(mem->s_type, mtp, true, false, NULL)) in union_contains()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dconfig.c573 metatarget_t **mtp ) in meta_back_new_target() argument
577 *mtp = NULL; in meta_back_new_target()
595 *mtp = mt; in meta_back_new_target()
/netbsd/src/etc/
Dprotocols182 mtp 92 MTP # Multicast Transport Protocol [Susie_Armstrong]
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.spell-cc781 mtp
/netbsd/src/external/ibm-public/postfix/dist/
DIPv6-ChangeLog299 Files: [ls]mtp/[ls]mtp_connect.c
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2008454 baddu, bbit*, cins*, dmul, pop, dpop, exts*, mtm*, mtp*, syncs,
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2008454 baddu, bbit*, cins*, dmul, pop, dpop, exts*, mtm*, mtp*, syncs,
/netbsd/src/external/bsd/ipf/dist/perl/
DServices1149 1911 mtp StarlightNetworksMultimediaTransportProtocol
/netbsd/src/external/bsd/openldap/dist/tests/data/
Dnis_sample.ldif7599 dn: cn=mtp, o=SGI, c=US
7600 cn: mtp
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi781 -mvolatile-cache -mtp-regno=@var{regno} @gol
815 -mtp=@var{name} -mtls-dialect=@var{dialect} @gol
19903 @item -mtp-regno=@var{regno}
19904 @opindex mtp-regno
21393 @item -mtp=@var{name}
21394 @opindex mtp
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20054986 (arm_override_options): Handle -mtp=.
5009 * arm.opt: Add -mtp=.
5010 * doc/invoke.texi (ARM Options): Document -mtp.
DChangeLog-201620452 * config/arc/arc.opt (mtp-regno): Update text.
27324 * config/arc/arc.opt (mtp-regno): New option.
27329 * doc/invoke.texi (ARC options): Document mtp-regno.

12