Searched refs:mlink (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 92 struct mlink *mlinks; /* singly linked list */ 97 struct mlink { struct 103 struct mlink *next; /* singly linked list */ argument 123 static void dbadd_mlink(const struct mlink *); argument 132 static void mlink_add(struct mlink *, const struct stat *); 133 static void mlink_check(struct mpage *, struct mlink *); 134 static void mlink_free(struct mlink *); 434 mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file)); in mandocdb() 508 offsetof(struct mlink, file)); in mandocdb() 585 struct mlink *mlink; in treescan() local [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.dir.c | 890 Char *mlink, *newcp; in dcanon_internal() local 980 mlink = str2short(tlink); in dcanon_internal() 989 if (*mlink != '/') { in dcanon_internal() 1001 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) + in dcanon_internal() 1008 for (p1--, p2 = mlink; (*p1++ = *p2++) != '\0';) in dcanon_internal() 1018 newcp = Strspl(mlink, p); in dcanon_internal() 1051 mlink = str2short(tlink); in dcanon_internal() 1065 if (*mlink != '/') { in dcanon_internal() 1078 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) + in dcanon_internal() 1085 for (p1--, p2 = mlink; (*p1++ = *p2++) != '\0';) in dcanon_internal() [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 294 DECL_DLIST_LINK(mru, mlink); 2514 UNLINK_DLIST(mon, mlink); in add_mru() 2521 LINK_DLIST(mru_list, add, mlink); in add_mru() 2610 INIT_DLIST(mru_list, mlink); in collect_mru_list() 2651 recent = HEAD_DLIST(mru_list, mlink); in collect_mru_list() 2657 UNLINK_DLIST(recent, mlink); in collect_mru_list() 2665 if (NULL == HEAD_DLIST(mru_list, mlink)) { in collect_mru_list() 2813 head = HEAD_DLIST(mru_list, mlink); in collect_mru_list() 2981 for (ri = 0, recent = HEAD_DLIST(mru_list, mlink); in collect_mru_list() 2983 ri++, recent = NEXT_DLIST(mru_list, recent, mlink)) { in collect_mru_list() [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7122 def mlink_builtin_bitcode : Separate<["-"], "mlink-builtin-bitcode">, 7230 def mlink_bitcode_file : Separate<["-"], "mlink-bitcode-file">,
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 17186 # 20080314: stack_print(9) mlink fixed
|