HomeSort by: relevance | last modified time | path
    Searched refs:to_print (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 805 fnprint (const char *to_print, int prefix_bytes, const char *real_pathname)
817 print_len = strlen (to_print);
818 end = to_print + print_len + 1;
821 print_len = strlen (to_print);
843 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
858 s = to_print + prefix_bytes;
907 if (common_prefix_len > 0 && (s - to_print) >= common_prefix_len)
910 /* printed bytes = s - to_print */
929 /* Output TO_PRINT to rl_outstream. If VISIBLE_STATS is defined and we
934 print_filename (char *to_print, char *full_pathname, int prefix_bytes
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 805 fnprint (const char *to_print, int prefix_bytes, const char *real_pathname)
817 print_len = strlen (to_print);
818 end = to_print + print_len + 1;
821 print_len = strlen (to_print);
843 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
858 s = to_print + prefix_bytes;
907 if (common_prefix_len > 0 && (s - to_print) >= common_prefix_len)
910 /* printed bytes = s - to_print */
929 /* Output TO_PRINT to rl_outstream. If VISIBLE_STATS is defined and we
934 print_filename (char *to_print, char *full_pathname, int prefix_bytes
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.h 162 struct config_strlist_head* to_print; member in struct:fast_reload_printq
remote.c 7416 cfg_strlist_append_listhead(fr->printq->to_print, &out);
8261 if(!printq->to_print->first) {
8267 item = printq->to_print->first;
8269 printq->to_print->first = item->next;
8271 printq->to_print->first = NULL;
8272 printq->to_print->last = NULL;
8338 if(!printq->to_print->first) {
8362 printq->to_print = calloc(1, sizeof(*printq->to_print));
8363 if(!printq->to_print) {
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 3085 /* Print TO_PRINT, one matching completion.
3090 gdb_fnprint (const char *to_print, int prefix_bytes,
3102 end = to_print + strlen (to_print) + 1;
3110 if (to_print[prefix_bytes] == '\0')
3117 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
3123 s = to_print + prefix_bytes;
3178 /* Output TO_PRINT to rl_outstream. If VISIBLE_STATS is defined and we
3184 gdb_print_filename (char *to_print, char *full_pathname, int prefix_bytes,
3193 printed_len = gdb_fnprint (to_print, prefix_bytes, displayer)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
completer.c 3085 /* Print TO_PRINT, one matching completion.
3090 gdb_fnprint (const char *to_print, int prefix_bytes,
3102 end = to_print + strlen (to_print) + 1;
3110 if (to_print[prefix_bytes] == '\0')
3117 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
3123 s = to_print + prefix_bytes;
3178 /* Output TO_PRINT to rl_outstream. If VISIBLE_STATS is defined and we
3184 gdb_print_filename (char *to_print, char *full_pathname, int prefix_bytes,
3193 printed_len = gdb_fnprint (to_print, prefix_bytes, displayer)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 1282 std::string to_print;
1293 OS << to_print;
1294 to_print.clear();
1300 to_print += res.first.str();
1305 OS << to_print;
  /src/external/bsd/nsd/dist/
rdata.c 1280 const uint8_t* to_print; local
1292 to_print = dname_name(dname);
1295 to_print = rr->rdata+length;
1298 buffer_print_hex(output, to_print, to_print_len);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 24488 std::string to_print = this_arch->name + extension;
24489 if (to_print != aarch64_last_printed_arch_string)
24491 asm_fprintf (asm_out_file, "\t.arch %s\n", to_print.c_str ());
24492 aarch64_last_printed_arch_string = to_print;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 22732 std::string to_print = this_arch->name + extension;
22733 if (to_print != aarch64_last_printed_arch_string)
22735 asm_fprintf (asm_out_file, "\t.arch %s\n", to_print.c_str ());
22736 aarch64_last_printed_arch_string = to_print;

Completed in 64 milliseconds