| /freebsd-12-stable/contrib/less/ |
| D | cmdbuf.c | 68 struct mlist struct 70 struct mlist *next; argument 71 struct mlist *prev; argument 72 struct mlist *curr_mp; argument 80 struct mlist mlist_search = argument 84 struct mlist mlist_examine = 89 struct mlist mlist_shell = 108 static struct mlist *curr_mlist = NULL; 649 set_mlist(mlist, cmdflags) in set_mlist() argument 650 void *mlist; in set_mlist() [all …]
|
| D | command.c | 136 start_mca(action, prompt, mlist, cmdflags) in start_mca() argument 139 void *mlist; 144 set_mlist(mlist, cmdflags);
|
| D | funcs.h | 80 public void set_mlist LESSPARAMS ((void *mlist, int cmdflags)); 81 public void cmd_addhist LESSPARAMS ((struct mlist *mlist, constant char *cmd, int modified));
|
| D | less.h | 569 struct mlist;
|
| /freebsd-12-stable/contrib/file/src/ |
| D | apprentice.c | 126 private void apprentice_list(struct mlist *, int ); 129 private struct mlist *mlist_alloc(void); 131 private void mlist_free(struct mlist *); 444 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() 446 struct mlist *ml; in add_mlist() 449 if ((ml = CAST(struct mlist *, malloc(sizeof(*ml)))) == NULL) in add_mlist() 479 struct mlist *ml; in apprentice_1() 508 if (add_mlist(ms->mlist[i], map, i) == -1) { in apprentice_1() 523 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1() 525 apprentice_list(ms->mlist[i], TEXTTEST); in apprentice_1() [all …]
|
| D | file.h | 413 struct mlist { struct 418 struct mlist *next, *prev; argument 448 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */ member 555 protected int file_magicfind(struct magic_set *, const char *, struct mlist *);
|
| D | softmagic.c | 120 struct mlist *ml; in file_softmagic() 133 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) { in file_softmagic() 1577 struct mlist ml, *mlp; in mget() 1860 for (mlp = ms->mlist[0]->next; mlp != ms->mlist[0]; in mget()
|
| D | funcs.c | 506 if (checkloaded && ms->mlist[0] == NULL) { in file_reset()
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | amfs_host.c | 289 already_mounted(mntlist *mlist, char *dir) in already_mounted() argument 293 for (ml = mlist; ml; ml = ml->mnext) in already_mounted() 316 mntlist *mlist; in amfs_host_mount() local 333 mlist = read_mtab(mf->mf_mount, mnttab_file_name); in amfs_host_mount() 425 if (already_mounted(mlist, mntpt)) in amfs_host_mount() 498 discard_mntlist(mlist); in amfs_host_mount() 545 mntlist *mlist = read_mtab(mf->mf_mount, mnttab_file_name); in amfs_host_umount() local 557 ml = mlist; in amfs_host_umount() 565 mlist = mprev; in amfs_host_umount() 570 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in amfs_host_umount() [all …]
|
| /freebsd-12-stable/contrib/blacklist/bin/ |
| D | blacklistd.c | 363 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) in uniqueadd() argument 373 if (*nlist == *mlist) { in uniqueadd() 374 *mlist += 10; in uniqueadd() 375 void *p = realloc(*listp, *mlist * sizeof(*list)); in uniqueadd() 387 size_t nlist, mlist; in rules_flush() local 390 mlist = nlist = 0; in rules_flush() 392 uniqueadd(&list, &nlist, &mlist, &rconf.cs_c[i]); in rules_flush() 394 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]); in rules_flush()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctftools.h | 160 typedef struct mlist { struct 165 struct mlist *ml_next; /* Next member */ argument
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | objc-lang.c | 1795 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()
|
| /freebsd-12-stable/sys/dev/wi/ |
| D | if_wi.c | 1510 struct wi_mcast mlist; member 1521 IEEE80211_ADDR_COPY(&ctx->mlist.wi_mcast[ctx->mcnt++], LLADDR(sdl)); in wi_copy_mcast() 1535 memset(&ctx.mlist, 0, sizeof(ctx.mlist)); in wi_write_multi() 1536 return wi_write_rid(sc, WI_RID_MCAST_LIST, &ctx.mlist, in wi_write_multi() 1537 sizeof(ctx.mlist)); in wi_write_multi() 1546 return wi_write_rid(sc, WI_RID_MCAST_LIST, &ctx.mlist, in wi_write_multi()
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | parseaddr.c | 1071 struct match mlist[MAXMATCH]; /* stores match on LHS */ local 1144 mlp = mlist; 1289 while (--mlp >= mlist) 1328 if (mlp < mlist) 1339 if (mlp < mlist || *rvp != NULL) 1383 m = &mlist[rp[1] - '1']; 1384 if (m < mlist || m >= mlp)
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | ntp_calendar.c | 297 static const char mlist[] = "JanFebMarAprMayJunJulAugSepOctNovDec"; in ntpcal_get_build_date() local 328 cp = strstr(mlist, monstr); in ntpcal_get_build_date() 331 jd->month = (uint8_t)((cp - mlist) / 3 + 1); in ntpcal_get_build_date()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_match.c | 592 add_pattern_from_file(struct archive_match *a, struct match_list *mlist, in add_pattern_from_file() argument 673 r = add_pattern_mbs(a, mlist, as.s); in add_pattern_from_file() 695 r = add_pattern_mbs(a, mlist, as.s); in add_pattern_from_file()
|
| /freebsd-12-stable/contrib/file/ |
| D | ChangeLog | 641 * fix memory leak (not freeing the head of each mlist)
|