Home
last modified time | relevance | path

Searched refs:lm (Results 1 – 25 of 97) sorted by relevance

1234

/dragonfly/libexec/rtld-elf/
HDlibmap.c24 TAILQ_HEAD(lm_list, lm);
25 struct lm { struct
28 TAILQ_ENTRY(lm) lm_link; argument
306 struct lm *lm; in lm_free() local
311 lm = TAILQ_FIRST(lml); in lm_free()
312 TAILQ_REMOVE(lml, lm, lm_link); in lm_free()
313 free(lm->f); in lm_free()
314 free(lm->t); in lm_free()
315 free(lm); in lm_free()
349 struct lm *lm; in lm_add() local
[all …]
/dragonfly/games/boggle/boggle/
HDbog.c383 int i, *lm; in checkword() local
395 lm = letter_map[*word - 'a']; in checkword()
417 while (*lm != -1) { in checkword()
418 *path = *lm; in checkword()
419 usedbits |= (1 << *lm); in checkword()
420 if (checkword(subword + 1, *lm, path + 1) > 0) in checkword()
422 usedbits &= ~(1 << *lm); in checkword()
423 lm++; in checkword()
433 for (i = 0; lm[i] != -1; i++) { in checkword()
434 if (adjacency[prev][lm[i]]) { in checkword()
[all …]
/dragonfly/usr.bin/rfcomm_sppd/
HDrfcomm_sppd.c128 int lm, n, rfcomm, tty_in, tty_out; in main() local
136 lm = 0; in main()
168 lm = RFCOMM_LM_AUTH; in main()
170 lm = RFCOMM_LM_ENCRYPT; in main()
172 lm = RFCOMM_LM_SECURE; in main()
218 rfcomm = open_client(&laddr, &raddr, lm, service); in main()
220 rfcomm = open_server(&laddr, channel, lm, service); in main()
326 open_client(bdaddr_t *laddr, bdaddr_t *raddr, int lm, const char *service) in open_client() argument
370 if (setsockopt(fd, BTPROTO_RFCOMM, SO_RFCOMM_LM, &lm, sizeof(lm)) < 0) in open_client()
392 open_server(bdaddr_t *laddr, uint8_t channel, int lm, const char *service) in open_server() argument
[all …]
/dragonfly/contrib/nvi2/common/
HDlog.c364 LMARK lm; in log_backward() local
434 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_backward()
435 m.lno = lm.lno; in log_backward()
436 m.cno = lm.cno; in log_backward()
437 if (mark_set(sp, lm.name, &m, 0)) in log_backward()
466 LMARK lm; in log_setline() local
524 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_setline()
525 m.lno = lm.lno; in log_setline()
526 m.cno = lm.cno; in log_setline()
527 if (mark_set(sp, lm.name, &m, 0)) in log_setline()
[all …]
/dragonfly/etc/
HDservices882 mailbox-lm 505/tcp
883 mailbox-lm 505/udp
1519 ansoft-lm-1 1083/tcp #Anasoft License Manager
1520 ansoft-lm-1 1083/udp #Anasoft License Manager
1521 ansoft-lm-2 1084/tcp #Anasoft License Manager
1522 ansoft-lm-2 1084/udp #Anasoft License Manager
1546 alta-ana-lm 1346/tcp #Alta Analytics License Manager
1547 alta-ana-lm 1346/udp #Alta Analytics License Manager
1628 cadsi-lm 1387/tcp #Computer Aided Design Software Inc LM
1629 cadsi-lm 1387/udp #Computer Aided Design Software Inc LM
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDsolib-svr4.c147 gdb_byte *lm; in lm_info_read() local
151 lm = xmalloc (lmo->link_map_size); in lm_info_read()
152 back_to = make_cleanup (xfree, lm); in lm_info_read()
154 if (target_read_memory (lm_addr, lm, lmo->link_map_size) != 0) in lm_info_read()
167 lm_info->l_addr_inferior = extract_typed_address (&lm[lmo->l_addr_offset], in lm_info_read()
169 lm_info->l_ld = extract_typed_address (&lm[lmo->l_ld_offset], ptr_type); in lm_info_read()
170 lm_info->l_next = extract_typed_address (&lm[lmo->l_next_offset], in lm_info_read()
172 lm_info->l_prev = extract_typed_address (&lm[lmo->l_prev_offset], in lm_info_read()
174 lm_info->l_name = extract_typed_address (&lm[lmo->l_name_offset], in lm_info_read()
884 CORE_ADDR lm, l_name; in open_symbol_file_object() local
[all …]
/dragonfly/contrib/tre/lib/
HDregexec.c59 tre_reset_last_matched_branches(tre_tag_t *tags, const tre_last_matched_t *lm, in tre_reset_last_matched_branches() argument
67 for (; n-- > 0; lm++) in tre_reset_last_matched_branches()
69 if (lm->n_branches == 1) in tre_reset_last_matched_branches()
71 b = lm->branches; in tre_reset_last_matched_branches()
96 lm->start_tag, reset); in tre_reset_last_matched_branches()
106 for (i = lm->n_branches, b = lm->branches; i > 0; i--, b++) in tre_reset_last_matched_branches()
121 for (i = lm->n_branches, b = lm->branches; i > 0; i--, b++) in tre_reset_last_matched_branches()
138 lm->start_tag, reset); in tre_reset_last_matched_branches()
/dragonfly/contrib/dialog/
HDmixedgauge.c115 int lm = limit_x - dlg->len_text - 1; in myprint_status() local
140 dlg_print_text(win, dlg->list[item].name, lm, &attr); in myprint_status()
142 (void) wmove(win, y, lm); in myprint_status()
144 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
146 (void) wmove(win, y, lm + 1); in myprint_status()
151 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
159 (void) wmove(win, y, lm + 1); in myprint_status()
174 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
/dragonfly/lib/libc/gen/
HDglob.c299 Char *lm, *ls; in globexp2() local
304 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++) in globexp2()
306 *lm = EOS; in globexp2()
307 ls = lm; in globexp2()
367 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
373 for (pl = pe + 1; (*lm++ = *pl++) != EOS;) in globexp2()
/dragonfly/lib/libssh/openbsd-compat/
HDglob.c265 Char *lm, *ls; in globexp2() local
270 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++) in globexp2()
272 *lm = EOS; in globexp2()
273 ls = lm; in globexp2()
330 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
337 for (pl = pe + 1; (*lm++ = *pl++) != EOS; ) in globexp2()
/dragonfly/contrib/binutils-2.34/gas/
HDlisting.c238 struct list_message *lm = XNEW (struct list_message); in listing_message() local
239 lm->message = n; in listing_message()
240 lm->next = NULL; in listing_message()
243 listing_tail->last_message->next = lm; in listing_message()
245 listing_tail->messages = lm; in listing_message()
246 listing_tail->last_message = lm; in listing_message()
/dragonfly/contrib/binutils-2.27/gas/
HDlisting.c238 struct list_message *lm = XNEW (struct list_message); in listing_message() local
239 lm->message = n; in listing_message()
240 lm->next = NULL; in listing_message()
243 listing_tail->last_message->next = lm; in listing_message()
245 listing_tail->messages = lm; in listing_message()
246 listing_tail->last_message = lm; in listing_message()
/dragonfly/usr.bin/seq/
HDMakefile4 LDADD+= -lm
/dragonfly/games/morse/
HDMakefile6 LDADD= -lm
/dragonfly/games/pom/
HDMakefile8 LDADD= -lm
/dragonfly/nrelease/gui/root/.vim/ftplugin/
HDc.vim1 set makeprg=cc\ -pipe\ -pthread\ -Wall\ -o\ %<\ %\ -lm
/dragonfly/sbin/ping/
HDMakefile8 LDADD= -lm
/dragonfly/games/caesar/
HDMakefile6 LDADD= -lm
/dragonfly/sys/dev/powermng/lm/
HDMakefile1 KMOD= lm
/dragonfly/games/primes/
HDMakefile8 LDADD= -lm
/dragonfly/usr.bin/evtranalyze/
HDMakefile5 LDADD= -levtr -lm -lprop
/dragonfly/bin/ps/
HDMakefile14 LDADD= -lm -lkvm
/dragonfly/games/phantasia/setup/
HDMakefile7 LDADD+= -lm
/dragonfly/gnu/usr.bin/dialog/
HDMakefile6 LDADD= -ldialog -lm -lprivate_ncursesw
/dragonfly/sys/dev/powermng/
HDMakefile2 SUBDIR+=intpm kate km lm memtemp perfbias powernow uguru

1234