| /netbsd/src/lib/libc/stdlib/ |
| D | hcreate.c | 89 hcreate(size_t nel) in hcreate() argument 98 return hcreate_r(nel, &htable); in hcreate() 102 hcreate_r(size_t nel, struct hsearch_data *head) in hcreate_r() argument 109 if (nel < MIN_BUCKETS) in hcreate_r() 110 nel = MIN_BUCKETS; in hcreate_r() 113 if (nel > MAX_BUCKETS) in hcreate_r() 114 nel = MAX_BUCKETS; in hcreate_r() 117 if ((nel & (nel - 1)) != 0) { in hcreate_r() 118 for (p2 = 0; nel != 0; p2++) in hcreate_r() 119 nel >>= 1; in hcreate_r() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | sort.c | 180 int nel; in ldap_sort_values() local 182 for ( nel = 0; vals[nel] != NULL; nel++ ) in ldap_sort_values() 185 qsort( vals, nel, sizeof(char *), cmp ); in ldap_sort_values()
|
| /netbsd/src/usr.sbin/iteconfig/ |
| D | iteconfig.c | 230 int i, nel; in printcmap() local 246 nel = ncols / 11 - 1; in printcmap() 249 if ((i + 1) % nel == 0) in printcmap() 252 if ((i + 1) % nel) in printcmap()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ira-int.h | 723 unsigned int nel; member 743 i->nel = max < min ? 0 : max - min + 1; in minmax_set_iter_init() 746 i->word = i->nel == 0 ? 0 : vec[0]; in minmax_set_iter_init() 762 if (i->bit_num >= i->nel) in minmax_set_iter_cond()
|
| /netbsd/src/external/public-domain/xz/dist/po/ |
| D | it.po | 123 msgstr "Errore nel creare una pipe: %s" 180 msgstr "Errore nel recuperare le flag di stato del file dallo standard input: %s" 215 msgstr "Errore nel ripristinare le flag di stato sullo standard input: %s" 220 msgstr "Errore nel recuperare le flag di stato del file dallo standard output: %s" 225 msgstr "Errore nel ripristinare la flag O_APPEND sullo standard output: %s" 235 msgstr "%s: posizionamento non riuscito nel tentativo di creare un file sparso: %s" 245 msgstr "%s: errore nel cercare il file: %s" 474 msgstr "%s: errore nel leggere i nomi dei file: %s" 567 "Comprime o estrae i FILE nel formato .xz.\n"
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-kvx.c | 1497 int nel; in md_begin() local 1498 for (nel = 0; !STREQ ("", kvx_core_info->optab[nel].as_op); nel++) in md_begin() 1500 qsort (kvx_core_info->optab, nel, sizeof (kvx_core_info->optab[0]), in md_begin()
|
| /netbsd/src/share/terminfo/ |
| D | terminfo | 318 kcud1=\n, nel=\r\n, .kbs=^H, 571 kf2=\EOR, kf4=\EOS, khome=\E[H, nel=\r\ED, rc=\E8, ri=\EM, 620 mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, 842 kund=\EK, nel=\r\n, rc=\Ek, rev=\Ep, ri=\EI, rmso=\Eq, 861 knp=\Eb, kpp=\E\Ea, kund=\EK, ll=\E[24H, nel=\EE, 888 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, 907 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, 940 kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=\r\n, rc=\Ek, 961 kf8=\E[18~, kf9=\E[19~, kspd=^Z, nel=\r\n, op=\E[m, rc=\E8, 1015 kf8=\E[19~, kf9=\E[20~, kmous=\E[M, kspd=^Z, nel=\r\n, [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gold/po/ |
| D | it.po | 102 msgstr "%s: rilocazione %u inattesa nel file oggetto" 143 msgstr "rilocazione %u inattesa nel file oggetto" 165 msgstr "rilocazione %u non supportata nel file oggetto" 236 msgstr "DT_NULL mancante nel segmento dinamico" 857 msgstr "sezione %u nel gruppo di sezione %u fuori dell'intervallo" 872 msgstr "%s: rimozione da \"%s\" della sezione inutilizzata nel file \"%s\"" 877 msgstr "%s: ripiegamento ICF della sezione \"%s\" nel file \"%s\" dentro a \"%s\" nel file \"%s\"" 1161 msgstr "Comprime le sezioni .debug_* nel file di output"
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/po/ |
| D | it.po | 650 msgstr "Errore di sintassi nel file def %s:%d" 900 msgstr " --export-all-symbols Esporta tutti i simboli nel file .def\n" 1030 msgstr " -M --mcore-elf <nomeout> Analizza i file oggetto mcore-elf nel <nomeout>.\n" 2310 msgstr "%s: impossibile cercare nel successivo nome del file\n" 2393 msgstr "%s: impossibile cercare nel membro dell'archivio\n" 2632 msgstr "classe base C++ non trovata nel contenitore" 2636 msgstr "dati membro C++ non trovati nel contenitore" 3389 " -O --output-target=<nomebfd> Crea un file di output nel formato <nomebfd>\n" 3407 " -o <file> Mette l'output rimosso nel <file>\n" 3538 msgstr "errore nel copiare i dati BFD privati" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/po/ |
| D | it.po | 164 " non distribuiti nel tempo\n" 526 " non accumulati nel tempo\n"
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_aggregate.c | 1252 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, argument 1275 qsort(base, nel, width, compar);
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/po/ |
| D | it.po | 493 msgstr "%s: %d: \")\" mancante nel campo di bit: %s\n" 1207 msgstr "Registro errato nel preincremento" 1211 msgstr "Registro errato nel postincremento"
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/po/ |
| D | it.po | 493 msgstr "%s: %d: \")\" mancante nel campo di bit: %s\n" 1207 msgstr "Registro errato nel preincremento" 1211 msgstr "Registro errato nel postincremento"
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| D | mDNSPosix.c | 2033 mDNSexport void mDNSPlatformQsort(void *base, int nel, int width, int (*compar)(const void *, const… in mDNSPlatformQsort() argument 2035 qsort(base, nel, width, compar); in mDNSPlatformQsort()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/po/ |
| D | it.po | 490 msgstr "%P%X: usate rilocazioni diverse nel set %s\n" 2005 msgstr "%P%F: %s: errore nel caricamento del plugin\n" 2221 msgstr "%P%F: %s: simbolo non ELF nel BFD ELF.\n"
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 2253 nel
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | mDNSEmbeddedAPI.h | 3274 extern void mDNSPlatformQsort (void *base, int nel, int width, int (*compar)(const void *, co…
|
| /netbsd/src/games/fortune/datfiles/ |
| D | fortunes2 | 11972 fuggi l'uccello Giuggiolo, e nel sacco
|