Home
last modified time | relevance | path

Searched refs:mlist (Results 1 – 15 of 15) sorted by relevance

/trueos/contrib/less/
HDcmdbuf.c65 struct mlist struct
67 struct mlist *next; argument
68 struct mlist *prev; argument
69 struct mlist *curr_mp; argument
77 struct mlist mlist_search = argument
81 struct mlist mlist_examine =
86 struct mlist mlist_shell =
105 static struct mlist *curr_mlist = NULL;
666 set_mlist(mlist, cmdflags) in set_mlist() argument
667 void *mlist; in set_mlist()
[all …]
HDcommand.c105 start_mca(action, prompt, mlist, cmdflags) in start_mca() argument
108 constant void *mlist;
115 set_mlist(mlist, cmdflags);
/trueos/contrib/file/src/
HDapprentice.c128 private void apprentice_list(struct mlist *, int );
131 private struct mlist *mlist_alloc(void);
132 private void mlist_free(struct mlist *);
403 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist()
405 struct mlist *ml; in add_mlist()
408 if ((ml = CAST(struct mlist *, malloc(sizeof(*ml)))) == NULL) in add_mlist()
430 struct mlist *ml; in apprentice_1()
459 if (add_mlist(ms->mlist[i], map, i) == -1) { in apprentice_1()
469 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1()
471 apprentice_list(ms->mlist[i], TEXTTEST); in apprentice_1()
[all …]
HDfile.h354 struct mlist { struct
358 struct mlist *next, *prev; argument
381 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */ member
462 protected int file_magicfind(struct magic_set *, const char *, struct mlist *);
HDsoftmagic.c76 struct mlist *ml; in file_softmagic()
85 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) in file_softmagic()
1214 struct mlist ml; in mget()
HDfuncs.c294 if (ms->mlist[0] == NULL) { in file_reset()
/trueos/contrib/amd/amd/
HDamfs_host.c286 already_mounted(mntlist *mlist, char *dir) in already_mounted() argument
290 for (ml = mlist; ml; ml = ml->mnext) in already_mounted()
313 mntlist *mlist; in amfs_host_mount() local
330 mlist = read_mtab(mf->mf_mount, mnttab_file_name); in amfs_host_mount()
422 if (already_mounted(mlist, mntpt)) in amfs_host_mount()
495 discard_mntlist(mlist); in amfs_host_mount()
544 mntlist *mlist = read_mtab(mf->mf_mount, mnttab_file_name); in amfs_host_umount() local
556 ml = mlist; in amfs_host_umount()
564 mlist = mprev; in amfs_host_umount()
569 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in amfs_host_umount()
[all …]
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctftools.h160 typedef struct mlist { struct
165 struct mlist *ml_next; /* Next member */ argument
/trueos/contrib/gdb/gdb/
HDobjc-lang.c1795 CORE_ADDR mlist; in find_implementation_from_class() local
1799 mlist = read_memory_unsigned_integer (class_str.methods + in find_implementation_from_class()
1801 if (mlist == 0) in find_implementation_from_class()
1804 nmethods = read_objc_methlist_nmethods (mlist); in find_implementation_from_class()
1809 read_objc_methlist_method (mlist, i, &meth_str); in find_implementation_from_class()
/trueos/lib/libasl/
HDasl_common.h167 int asl_out_mkpath(asl_out_module_t *mlist, asl_out_rule_t *r);
HDasl_common.c476 _asl_common_make_dir_path(asl_out_module_t *mlist, uint32_t flags, const char *path) in _asl_common_make_dir_path() argument
542 dst = _asl_out_dest_for_path(mlist, tmp); in _asl_common_make_dir_path()
583 asl_out_mkpath(asl_out_module_t *mlist, asl_out_rule_t *r) in asl_out_mkpath() argument
613 status = _asl_common_make_dir_path(mlist, dirflag, tmp); in asl_out_mkpath()
/trueos/sys/dev/wi/
HDif_wi.c1583 struct wi_mcast mlist; in wi_write_multi() local
1587 memset(&mlist, 0, sizeof(mlist)); in wi_write_multi()
1588 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
1589 sizeof(mlist)); in wi_write_multi()
1599 IEEE80211_ADDR_COPY(&mlist.wi_mcast[n], in wi_write_multi()
1604 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
/trueos/contrib/sendmail/src/
HDparseaddr.c1029 struct match mlist[MAXMATCH]; /* stores match on LHS */ local
1102 mlp = mlist;
1247 while (--mlp >= mlist)
1286 if (mlp < mlist)
1297 if (mlp < mlist || *rvp != NULL)
1341 m = &mlist[rp[1] - '1'];
1342 if (m < mlist || m >= mlp)
/trueos/contrib/libarchive/libarchive/
HDarchive_match.c566 add_pattern_from_file(struct archive_match *a, struct match_list *mlist, in add_pattern_from_file() argument
642 r = add_pattern_mbs(a, mlist, as.s); in add_pattern_from_file()
664 r = add_pattern_mbs(a, mlist, as.s); in add_pattern_from_file()
/trueos/contrib/file/
HDChangeLog61 * fix memory leak (not freeing the head of each mlist)