Home
last modified time | relevance | path

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

1234

/dragonfly/libexec/rtld-elf/
H A Dlibmap.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
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
359 lm = xmalloc(sizeof(struct lm)); in lm_add()
414 struct lm *lm; in lml_find() local
[all …]
/dragonfly/games/boggle/boggle/
H A Dbog.c383 int i, *lm; in checkword() local
417 while (*lm != -1) { in checkword()
418 *path = *lm; in checkword()
423 lm++; in checkword()
437 used = 1 << lm[i]; in checkword()
444 *path = lm[i]; in checkword()
586 int *lm[26]; in newgame() local
636 lm[i] = letter_map[i]; in newgame()
637 *lm[i] = -1; in newgame()
644 *lm[j] = i; in newgame()
[all …]
/dragonfly/usr.bin/rfcomm_sppd/
H A Drfcomm_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/
H A Dlog.c364 LMARK lm; in log_backward() local
435 m.lno = lm.lno; in log_backward()
436 m.cno = lm.cno; in log_backward()
466 LMARK lm; in log_setline() local
525 m.lno = lm.lno; in log_setline()
526 m.cno = lm.cno; in log_setline()
550 LMARK lm; in log_forward() local
622 m.lno = lm.lno; in log_forward()
623 m.cno = lm.cno; in log_forward()
656 LMARK lm; in log_trace() local
[all …]
/dragonfly/etc/
H A Dservices882 mailbox-lm 505/tcp
883 mailbox-lm 505/udp
1846 liberty-lm 1496/tcp
1847 liberty-lm 1496/udp
1848 rfx-lm 1497/tcp
1849 rfx-lm 1497/udp
1900 cichild-lm 1523/tcp
1933 sdsc-lm 1537/tcp
1934 sdsc-lm 1537/udp
1935 3ds-lm 1538/tcp
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-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()
884 CORE_ADDR lm, l_name; in open_symbol_file_object() local
911 lm = solib_svr4_r_map (info); in open_symbol_file_object()
912 if (lm == 0) in open_symbol_file_object()
1174 for (; lm != 0; prev_lm = lm, lm = next_lm) in svr4_read_so_list()
1252 CORE_ADDR lm; in svr4_current_sos() local
1301 lm = solib_svr4_r_map (info); in svr4_current_sos()
1302 if (lm) in svr4_current_sos()
[all …]
/dragonfly/contrib/tre/lib/
H A Dregexec.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/
H A Dmixedgauge.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/
H A Dglob.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/
H A Dglob.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/
H A Dlisting.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/
H A Dlisting.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/
H A DMakefile4 LDADD+= -lm
/dragonfly/nrelease/gui/root/.vim/ftplugin/
H A Dc.vim1 set makeprg=cc\ -pipe\ -pthread\ -Wall\ -o\ %<\ %\ -lm
/dragonfly/games/morse/
H A DMakefile6 LDADD= -lm
/dragonfly/games/pom/
H A DMakefile8 LDADD= -lm
/dragonfly/sbin/ping/
H A DMakefile8 LDADD= -lm
/dragonfly/games/caesar/
H A DMakefile6 LDADD= -lm
/dragonfly/sys/dev/powermng/lm/
H A DMakefile1 KMOD= lm
/dragonfly/games/primes/
H A DMakefile8 LDADD= -lm
/dragonfly/usr.bin/evtranalyze/
H A DMakefile5 LDADD= -levtr -lm -lprop
/dragonfly/bin/ps/
H A DMakefile14 LDADD= -lm -lkvm
/dragonfly/games/phantasia/setup/
H A DMakefile7 LDADD+= -lm
/dragonfly/sys/dev/powermng/
H A DMakefile2 SUBDIR+=intpm kate km lm memtemp perfbias powernow uguru
/dragonfly/gnu/usr.bin/dialog/
H A DMakefile6 LDADD= -ldialog -lm -lprivate_ncursesw

1234