/openbsd-src/lib/libcurses/tinfo/ |
H A D | MKcaptab.awk | 31 function add_string(text) { function 73 c1 = add_string($2); 74 c2 = add_string($3); 75 c3 = add_string($4);
|
/openbsd-src/usr.sbin/crunchgen/ |
H A D | crunchgen.c | 106 void add_string(strlst_t ** listp, char *str); 165 add_string(&libdirs, optarg); in main() 187 add_string(&libdirs, "/usr/lib"); in main() 368 add_string(&srcdirs, tmppath); in add_srcdirs() 410 add_string(&libdirs, tmppath2); in add_libdirs() 415 add_string(&libdirs, tmppath2); in add_libdirs() 417 add_string(&libdirs, tmppath); in add_libdirs() 480 add_string(&p->links, argv[i]); in add_link() 489 add_string(&libs, argv[i]); in add_libs() 530 add_string(&p->objs, argv[i]); in add_special() [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
H A D | 514-t-embed.t | 12 $map->add_string(string => <<HERE);
|
H A D | 513-t-merge.t | 56 $first->add_string(string => $second_str);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 1613 STATIC symint_t add_string PARAMS ((varray_t *, 1811 add_string (vp, hash_tbl, start, end_p1, ret_hash) in add_string() function 1893 : add_string (&cur_file_ptr->strings, 2082 : add_string (&ext_strings, 2327 (void) add_string (&tag_strings, 2522 add_string (&file_ptr->strings,
|
H A D | ChangeLog.1 | 7234 (add_string): Cast PAGE_USIZE to Ptrdiff_t when comparing against one.
|
H A D | ChangeLog.6 | 3449 * mips-tfile.c (add_string, add_procedure, add_file, read_line,
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | mips-tfile.c | 1534 STATIC symint_t add_string (varray_t *, shash_t **, const char *, const char *, 1702 add_string (varray_t *vp, shash_t **hash_tbl, const char *start, in add_string() function 1778 : add_string (&cur_file_ptr->strings, in add_local_symbol() 1966 : add_string (&ext_strings, in add_ext_symbol() 2205 (void) add_string (&tag_strings, in get_tag() 2423 add_string (&file_ptr->strings, in add_file()
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | Typemaps.pm | 320 sub add_string { subroutine
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ecoff.c | 1413 static symint_t add_string (varray_t *vp, 1543 add_string (varray_t *vp, /* string obstack */ in add_string() function 1645 : add_string (&cur_file_ptr->strings, in add_ecoff_symbol() 2279 add_string (&fil_ptr->strings, in add_file() 4110 add_string (&fil_ptr->strings, in ecoff_build_symbols()
|
H A D | ChangeLog-9295 | 9522 (add_string): Make len unsigned long.
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | ecoff.c | 1412 static symint_t add_string (varray_t *vp, 1542 add_string (varray_t *vp, /* string obstack */ in add_string() function 1644 : add_string (&cur_file_ptr->strings, in add_ecoff_symbol() 2278 add_string (&fil_ptr->strings, in add_file() 4111 add_string (&fil_ptr->strings, in ecoff_build_symbols()
|
H A D | ChangeLog-9295 | 9522 (add_string): Make len unsigned long.
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | obstacks.texi | 514 add_string (struct obstack *obstack, const char *ptr, int len)
|