Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dd-demangle.c563 string mods; in dlang_type() local
567 string_init (&mods); in dlang_type()
568 mangled = dlang_type_modifiers (&mods, mangled); in dlang_type()
569 szmods = string_length (&mods); in dlang_type()
573 string_appendn (decl, mods.b, szmods); in dlang_type()
575 string_delete (&mods); in dlang_type()
1370 string mods; in dlang_parse_symbol() local
1389 string_init (&mods); in dlang_parse_symbol()
1390 mangled = dlang_type_modifiers (&mods, mangled); in dlang_parse_symbol()
1403 string_appendn (decl, mods.b, string_length (&mods)); in dlang_parse_symbol()
[all …]
H A Dcp-demangle.c5512 if (mods->printed in d_print_mod_list()
5519 || (mods->mod->type in d_print_mod_list()
5526 mods->printed = 1; in d_print_mod_list()
5529 dpi->templates = mods->templates; in d_print_mod_list()
5533 d_print_function_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5539 d_print_array_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5563 dc = d_right (mods->mod); in d_print_mod_list()
5587 d_print_mod (dpi, options, mods->mod); in d_print_mod_list()
5680 for (p = mods; p != NULL; p = p->next) in d_print_function_type()
5732 d_print_mod_list (dpi, options, mods, 0); in d_print_function_type()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dd-demangle.c645 string mods; in dlang_type() local
649 string_init (&mods); in dlang_type()
650 mangled = dlang_type_modifiers (&mods, mangled); in dlang_type()
651 szmods = string_length (&mods); in dlang_type()
655 string_appendn (decl, mods.b, szmods); in dlang_type()
657 string_delete (&mods); in dlang_type()
1374 string mods; in dlang_parse_mangle() local
1382 string_init (&mods); in dlang_parse_mangle()
1383 mangled = dlang_type_modifiers (&mods, mangled); in dlang_parse_mangle()
1398 string_appendn (decl, mods.b, string_length (&mods)); in dlang_parse_mangle()
[all …]
H A Dcp-demangle.c5863 if (mods->printed in d_print_mod_list()
5871 mods->printed = 1; in d_print_mod_list()
5874 dpi->templates = mods->templates; in d_print_mod_list()
5878 d_print_function_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5884 d_print_array_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5908 dc = d_right (mods->mod); in d_print_mod_list()
5927 d_print_mod (dpi, options, mods->mod); in d_print_mod_list()
6040 for (p = mods; p != NULL; p = p->next) in d_print_function_type()
6087 d_print_mod_list (dpi, options, mods, 0); in d_print_function_type()
6099 d_print_mod_list (dpi, options, mods, 1); in d_print_function_type()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dd-demangle.c645 string mods; in dlang_type() local
649 string_init (&mods); in dlang_type()
650 mangled = dlang_type_modifiers (&mods, mangled); in dlang_type()
651 szmods = string_length (&mods); in dlang_type()
655 string_appendn (decl, mods.b, szmods); in dlang_type()
657 string_delete (&mods); in dlang_type()
1363 string mods; in dlang_parse_mangle() local
1371 string_init (&mods); in dlang_parse_mangle()
1372 mangled = dlang_type_modifiers (&mods, mangled); in dlang_parse_mangle()
1387 string_appendn (decl, mods.b, string_length (&mods)); in dlang_parse_mangle()
[all …]
H A Dcp-demangle.c5799 if (mods->printed in d_print_mod_list()
5807 mods->printed = 1; in d_print_mod_list()
5810 dpi->templates = mods->templates; in d_print_mod_list()
5814 d_print_function_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5820 d_print_array_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
5844 dc = d_right (mods->mod); in d_print_mod_list()
5863 d_print_mod (dpi, options, mods->mod); in d_print_mod_list()
5976 for (p = mods; p != NULL; p = p->next) in d_print_function_type()
6023 d_print_mod_list (dpi, options, mods, 0); in d_print_function_type()
6035 d_print_mod_list (dpi, options, mods, 1); in d_print_function_type()
[all …]
/dragonfly/contrib/lvm2/dist/
H A Dlvm2netbsd83 mv /tmp/file3$$ $c && echo did source mods for $c
99 $m > `dirname $m`/$base && echo did manpage mods for $base
/dragonfly/contrib/gdb-7/libiberty/
H A Dcp-demangle.c4905 if (mods->printed in d_print_mod_list()
4915 mods->printed = 1; in d_print_mod_list()
4918 dpi->templates = mods->templates; in d_print_mod_list()
4922 d_print_function_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
4928 d_print_array_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
4952 dc = d_right (mods->mod); in d_print_mod_list()
4973 d_print_mod (dpi, options, mods->mod); in d_print_mod_list()
5058 for (p = mods; p != NULL; p = p->next) in d_print_function_type()
5107 d_print_mod_list (dpi, options, mods, 0); in d_print_function_type()
5119 d_print_mod_list (dpi, options, mods, 1); in d_print_function_type()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dcp-demangle.c4797 if (mods->printed in d_print_mod_list()
4807 mods->printed = 1; in d_print_mod_list()
4810 dpi->templates = mods->templates; in d_print_mod_list()
4814 d_print_function_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
4820 d_print_array_type (dpi, options, mods->mod, mods->next); in d_print_mod_list()
4844 dc = d_right (mods->mod); in d_print_mod_list()
4865 d_print_mod (dpi, options, mods->mod); in d_print_mod_list()
4950 for (p = mods; p != NULL; p = p->next) in d_print_function_type()
4999 d_print_mod_list (dpi, options, mods, 0); in d_print_function_type()
5011 d_print_mod_list (dpi, options, mods, 1); in d_print_function_type()
[all …]
/dragonfly/contrib/mdocml/
H A Dtbl_layout.c56 static void mods(struct tbl_node *, struct tbl_cell *,
65 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods() function
262 mods(tbl, cell_alloc(tbl, rp, c), ln, p, pos); in cell()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_prime.c412 prime_t mods[NUMPRIMES]; in probable_prime() local
423 mods[i] = (prime_t)mod; in probable_prime()
431 if (((mods[i] + delta) % primes[i]) <= 1) { in probable_prime()
/dragonfly/contrib/bmake/
H A Dvar.c3873 FStr mods; in ApplyModifiersIndirect() local
3875 (void)Var_Parse(&p, expr->scope, expr->emode, &mods); in ApplyModifiersIndirect()
3878 if (mods.str[0] != '\0' && !IsDelimiter(*p, ch)) { in ApplyModifiersIndirect()
3879 FStr_Done(&mods); in ApplyModifiersIndirect()
3884 mods.str, (int)(p - *pp), *pp); in ApplyModifiersIndirect()
3886 if (mods.str[0] != '\0') { in ApplyModifiersIndirect()
3887 const char *modsp = mods.str; in ApplyModifiersIndirect()
3890 FStr_Done(&mods); in ApplyModifiersIndirect()
3895 FStr_Done(&mods); in ApplyModifiersIndirect()
/dragonfly/usr.bin/compress/doc/
H A Drevision.log34 * Integrate decompress() stack speedups (from early pointer mods by McKie).
H A DREADME10 o Portability mods for Z8000 and PC/XT (but not zeus 3.2)
/dragonfly/contrib/bzip2/
H A DCHANGES92 added minor mods so it compiles with DJGPP out of the box
/dragonfly/etc/
H A Dpf.os263 # Some fairly common mods:
451 # Odds, ends, mods:
/dragonfly/contrib/zlib-1.2/
H A DFAQ180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
/dragonfly/sys/dev/video/bktr/
H A DCHANGELOG.TXT61 mods.
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog2286 required kernel mods have not yet been committed