/openbsd/usr.sbin/dvmrpd/ |
H A D | rde_mfc.c | 79 mfc_remove(mn); in mfc_expire_timer() 209 struct mfc_node *mn; in mfc_dump() local 239 struct mfc_node *mn; in mfc_find_origin() local 270 struct mfc_node *mn; in mfc_update_source() local 308 struct mfc_node *mn; in mfc_update() local 335 evtimer_set(&mn->expiration_timer, mfc_expire_timer, mn); in mfc_update() 336 evtimer_set(&mn->prune_timer, mfc_expire_timer, mn); in mfc_update() 356 struct mfc_node *mn; in mfc_delete() local 362 mfc_remove(mn); in mfc_delete() 411 if (mn) { in mfc_recv_prune() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 162 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_MCMV() 262 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_MMACFX_WL() 272 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_MMACNFX_WL() 345 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_MMULSUM_WQ() 351 sh_media_MPERM_W (unsigned long long mm, unsigned int mn) in sh_media_MPERM_W() argument 364 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_MSAD_UBQ() 388 sh_media_MSHARD_L (unsigned long long mm, unsigned int mn) in sh_media_MSHARD_L() argument 406 sh_media_MSHARDS_Q (long long mm, unsigned int mn) in sh_media_MSHARDS_Q() argument 772 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_CMVEQ() 782 : "r" (mm), "r" (mn), "0" (mw)); in sh_media_CMVNE() [all …]
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 101 (v8qi) mn); in sh_media_MCMPEQ_B() 110 (v2si) mn); in sh_media_MCMPEQ_L() 119 (v4hi) mn); in sh_media_MCMPEQ_W() 185 (v8qi) mn); in sh_media_MEXTR1() 194 (v8qi) mn); in sh_media_MEXTR2() 203 (v8qi) mn); in sh_media_MEXTR3() 212 (v8qi) mn); in sh_media_MEXTR4() 221 (v8qi) mn); in sh_media_MEXTR5() 230 (v8qi) mn); in sh_media_MEXTR6() 239 (v8qi) mn); in sh_media_MEXTR7() [all …]
|
/openbsd/regress/usr.bin/mandoc/eqn/over/ |
H A D | precedence.out_html | 1 …mn>1</mn><mo>+</mo><mi>x</mi><mo>+</mo><mfrac><msup><mi>x</mi><mn>2</mn></msup><mn>2</mn></mfrac><…
|
/openbsd/regress/usr.bin/mandoc/eqn/matrix/ |
H A D | basic.out_html | 1 …mn>11</mn></msub></mtd><mtd><msub><mi>a</mi><mn>12</mn></msub></mtd></mtr><mtr><mtd><msub><mi>a</m…
|
/openbsd/usr.sbin/smtpd/ |
H A D | mailaddr.c | 72 struct maddrnode mn; in mailaddr_line() local 84 if (!text_to_mailaddr(&mn.mailaddr, subrcpt)) { in mailaddr_line() 89 maddrmap_insert(maddrmap, &mn); in mailaddr_line() 109 struct maddrnode *mn; in maddrmap_insert() local 111 mn = xmemdup(maddrnode, sizeof *maddrnode); in maddrmap_insert() 112 TAILQ_INSERT_TAIL(&maddrmap->queue, mn, entries); in maddrmap_insert() 118 struct maddrnode *mn; in maddrmap_free() local 120 while ((mn = TAILQ_FIRST(&maddrmap->queue))) { in maddrmap_free() 121 TAILQ_REMOVE(&maddrmap->queue, mn, entries); in maddrmap_free() 122 free(mn); in maddrmap_free()
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | genfixes | 96 sort -u > mn.T 98 if grep -v '^_[_A-Z]' mn.T > mn.U 101 sed 's/^/\\\\</; s/$/\\\\>/' <mn.U | tr '\012' '|' > mn.V 102 echo '' >>mn.V 103 sed 's/^/#define MN_NAME_PAT "/; s/|$/"/' < mn.V > machname.T 108 rm -f mn.[TUV]
|
/openbsd/regress/usr.bin/mandoc/eqn/subsup/ |
H A D | combine.out_html | 1 <mrow><msubsup><mi>x</mi><mn>1</mn><mn>2</mn></msubsup><mo>+</mo><msup><mi>e</mi><msub><mi>x</mi><m…
|
H A D | precedence.out_html | 1 …><msubsup><mover><mi>x</mi><mo>^</mo></mover><munder><mn>1</mn><mo>_</mo></munder><mover><mn>2</mn…
|
H A D | noarg.out_html | 1 <mrow><msubsup><mi>x</mi><msup><mn>1</mn></msup></msubsup></mrow>
|
/openbsd/regress/usr.bin/mandoc/eqn/fromto/ |
H A D | basic.out_html | 1 …</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mo>∞</mo></munderover><mfrac><mn>1</mn><ms…
|
H A D | precedence.out_html | 1 …</mi></mrow></munderover><mo>;</mo><munderover><msubsup><mi>X</mi><mn>1</mn><mn>2</mn></msubsup><m…
|
/openbsd/gnu/gcc/gcc/ |
H A D | opts-common.c | 54 size_t mn, mx, md, opt_len; in find_opt() local 58 mn = 0; in find_opt() 63 while (mx - mn > 1) in find_opt() 65 md = (mn + mx) / 2; in find_opt() 72 mn = md; in find_opt() 84 const struct cl_option *opt = &cl_options[mn]; in find_opt() 93 return mn; in find_opt() 98 match_wrong_lang = mn; in find_opt() 103 mn = opt->back_chain; in find_opt() 105 while (mn != cl_options_count); in find_opt()
|
H A D | et-forest.c | 206 int mn, m; in record_path_before_1() local 209 mn = depth; in record_path_before_1() 215 mn = m; in record_path_before_1() 230 mn = m; in record_path_before_1() 235 return mn; in record_path_before_1() 257 int mn, m; in check_path_after_1() local 260 mn = depth; in check_path_after_1() 266 mn = m; in check_path_after_1() 276 mn = m; in check_path_after_1() 281 return mn; in check_path_after_1() [all …]
|
H A D | tree-browser.c | 858 unsigned int mn, size_tok; in TB_get_command() local 868 for (mn = 0; mn < TB_UNUSED_COMMAND; mn++) in TB_get_command() 870 if (size_tok != TB_COMMAND_LEN (mn)) in TB_get_command() 873 comp = memcmp (input, TB_COMMAND_TEXT (mn), TB_COMMAND_LEN (mn)); in TB_get_command() 877 return TB_COMMAND_CODE (mn); in TB_get_command() 889 unsigned int mn, size_tok; in TB_get_tree_code() local 899 for (mn = 0; mn < LAST_AND_UNUSED_TREE_CODE; mn++) in TB_get_tree_code() 901 if (size_tok != TB_TREE_CODE_LEN (mn)) in TB_get_tree_code() 904 comp = memcmp (input, TB_TREE_CODE_TEXT (mn), TB_TREE_CODE_LEN (mn)); in TB_get_tree_code() 907 fprintf (TB_OUT_FILE, "%s\n", TB_TREE_CODE_TEXT (mn)); in TB_get_tree_code() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | state.t | 13 sub mn { subroutine 173 my @expect = mn( @{ $test->{expect} } ); 185 mn('t/compat/failure.t') => { 196 mn('t/yamlish-writer.t') => { 208 mn('t/compat/env.t') => { 220 mn('t/compat/version.t') => { 232 mn('t/compat/inc_taint.t') => { 243 mn('t/source_handler.t') => {
|
/openbsd/gnu/gcc/libcpp/ |
H A D | line-map.c | 267 unsigned int md, mn, mx; in linemap_lookup() local 270 mn = set->cache; in linemap_lookup() 273 cached = &set->maps[mn]; in linemap_lookup() 277 if (mn + 1 == mx || line < cached[1].start_location) in linemap_lookup() 282 mx = mn; in linemap_lookup() 283 mn = 0; in linemap_lookup() 286 while (mx - mn > 1) in linemap_lookup() 288 md = (mn + mx) / 2; in linemap_lookup() 292 mn = md; in linemap_lookup() 295 set->cache = mn; in linemap_lookup() [all …]
|
/openbsd/sys/scsi/ |
H A D | uk.c | 101 int bmaj, cmaj, mn; in ukdetach() local 103 mn = self->dv_unit; in ukdetach() 107 vdevgone(bmaj, mn, mn, VBLK); in ukdetach() 110 vdevgone(cmaj, mn, mn, VCHR); in ukdetach()
|
/openbsd/regress/usr.bin/mandoc/eqn/unary/ |
H A D | sqrt.out_html | 1 …><mi>r</mi><mo>=</mo><msqrt><mrow><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo><msup><mi>y</mi><mn>2…
|
/openbsd/lib/libc/time/ |
H A D | asctime.c | 72 const char * mn; in asctime3() local 86 mn = "???"; in asctime3() 88 mn = mon_name[timeptr->tm_mon]; in asctime3() 98 wn, mn, in asctime3()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | line-map.c | 166 unsigned int md, mn = 0, mx = set->used; local 171 while (mx - mn > 1) 173 md = (mn + mx) / 2; 177 mn = md; 180 return &set->maps[mn];
|
/openbsd/sys/dev/ |
H A D | radio.c | 177 int maj, mn; in radiodetach() local 185 mn = self->dv_unit; in radiodetach() 186 vdevgone(maj, mn, mn, VCHR); in radiodetach()
|
/openbsd/gnu/gcc/gcc/config/h8300/ |
H A D | t-rtems | 3 # -mn is not applicable to RTEMS (-mn implies 16bit void*)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/ |
H A D | t-rtems | 3 # -mn is not applicable to RTEMS (-mn implies 16bit void*)
|
H A D | t-h8300 | 28 MULTILIB_OPTIONS = mh/ms mn mint32 30 MULTILIB_EXCEPTIONS = mint32 mn mn/mint32
|