Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 25 of 127) sorted by relevance

123456

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509name.c201 if (!ne) in X509_NAME_add_entry_by_OBJ()
216 if (!ne) in X509_NAME_add_entry_by_NID()
231 if (!ne) in X509_NAME_add_entry_by_txt()
337 if ((ne == NULL) || (*ne == NULL)) { in X509_NAME_ENTRY_create_by_OBJ()
341 ret= *ne; in X509_NAME_ENTRY_create_by_OBJ()
348 if ((ne != NULL) && (*ne == NULL)) in X509_NAME_ENTRY_create_by_OBJ()
349 *ne = ret; in X509_NAME_ENTRY_create_by_OBJ()
353 if ((ne == NULL) || (ret != *ne)) in X509_NAME_ENTRY_create_by_OBJ()
398 if (ne == NULL) in X509_NAME_ENTRY_get_object()
406 if (ne == NULL) in X509_NAME_ENTRY_get_data()
[all …]
H A Dx509_obj.c73 X509_NAME_ENTRY *ne; in X509_NAME_oneline() local
104 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
105 n = OBJ_obj2nid(ne->object); in X509_NAME_oneline()
107 i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object); in X509_NAME_oneline()
112 type = ne->value->type; in X509_NAME_oneline()
113 num = ne->value->length; in X509_NAME_oneline()
114 q = ne->value->data; in X509_NAME_oneline()
152 q = ne->value->data; in X509_NAME_oneline()
/dragonfly/lib/libc/net/
H A Dgetnetnamadr.c124 struct netent *ne; in net_marshal_func() local
148 ne = va_arg(ap, struct netent *); in net_marshal_func()
153 if (ne->n_name != NULL) in net_marshal_func()
156 if (ne->n_aliases != NULL) { in net_marshal_func()
213 struct netent *ne; in net_unmarshal_func() local
258 if (ne->n_aliases != NULL) { in net_unmarshal_func()
303 len += strlen(ne->n_name) + 1; in __copy_netent()
313 nptr->n_net = ne->n_net; in __copy_netent()
318 n = strlen(ne->n_name) + 1; in __copy_netent()
319 strcpy(cp, ne->n_name); in __copy_netent()
[all …]
H A Dgetnetbyht.c101 ne->n_name = bp; in getnetent_p()
118 ne->n_net = inet_network(cp); in getnetent_p()
119 ne->n_addrtype = AF_INET; in getnetent_p()
120 q = ne->n_aliases = ned->net_aliases; in getnetent_p()
151 struct netent ne; in getnetent_r() local
160 if (getnetent_p(&ne, ned) != 0) in getnetent_r()
191 struct netent *nptr, ne; in _ht_getnetbyname() local
213 if (strcasecmp(ne.n_name, name) == 0) in _ht_getnetbyname()
215 for (cp = ne.n_aliases; *cp != NULL; cp++) in _ht_getnetbyname()
243 struct netent *nptr, ne; in _ht_getnetbyaddr() local
[all …]
H A Dgetnetbydns.c198 ne->n_aliases = ned->net_aliases; in getnetanswer()
230 ne->n_name = *ne->n_aliases; in getnetanswer()
231 ne->n_net = 0L; in getnetanswer()
234 in = *ne->n_aliases; in getnetanswer()
242 ne->n_name = bp; in getnetanswer()
249 ne->n_net = inet_network(aux); in getnetanswer()
252 ne->n_aliases++; in getnetanswer()
268 struct netent *nptr, ne; in _dns_getnetbyaddr() local
354 ne.n_net = net; in _dns_getnetbyaddr()
374 struct netent *nptr, ne; in _dns_getnetbyname() local
[all …]
H A Dgetnetbynis.c51 _getnetbynis(const char *name, char *map, int af, struct netent *ne, in _getnetbynis() argument
95 ne->n_name = bp; in _getnetbynis()
101 ne->n_net = inet_network(cp); in _getnetbynis()
102 ne->n_addrtype = AF_INET; in _getnetbynis()
104 q = ne->n_aliases = ned->net_aliases; in _getnetbynis()
140 struct netent *nptr, ne; in _nis_getnetbyname() local
158 if (_getnetbynis(name, "networks.byname", AF_INET, &ne, ned) != 0) { in _nis_getnetbyname()
162 if (__copy_netent(&ne, nptr, buffer, buflen) != 0) { in _nis_getnetbyname()
184 struct netent *nptr, ne; in _nis_getnetbyaddr() local
243 if (_getnetbynis(str, "networks.byaddr", af, &ne, ned) != 0) { in _nis_getnetbyaddr()
[all …]
/dragonfly/tools/regression/bin/sh/execution/
H A Dunknown1.04 [ $? -ne 127 ] && exit 1
6 [ $? -ne 127 ] && exit 1
8 [ $? -ne 127 ] && exit 1
10 [ $? -ne 127 ] && exit 1
12 [ $? -ne 126 ] && exit 1
14 [ $? -ne 126 ] && exit 1
17 [ $? -ne 127 ] && exit 1
19 [ $? -ne 127 ] && exit 1
21 [ $? -ne 127 ] && exit 1
23 [ $? -ne 127 ] && exit 1
[all …]
/dragonfly/usr.bin/getent/
H A Dgetent.c319 networksprint(const struct netent *ne) in networksprint() argument
324 assert(ne != NULL); in networksprint()
325 ianet = inet_makeaddr(ne->n_net, 0); in networksprint()
328 printfmtstrings(ne->n_aliases, " ", " ", "%-16s %s", ne->n_name, buf); in networksprint()
334 struct netent *ne; in networks() local
344 while ((ne = getnetent()) != NULL) in networks()
345 networksprint(ne); in networks()
350 ne = getnetbyaddr(net, AF_INET); in networks()
352 ne = getnetbyname(argv[i]); in networks()
353 if (ne != NULL) in networks()
[all …]
/dragonfly/contrib/mdocml/
H A Ddba.c437 unsigned int ie, ne, slot; in dba_macro_write() local
443 ne = ohash_entries(macro); in dba_macro_write()
445 kpos = mandoc_reallocarray(NULL, ne, sizeof(*kpos)); in dba_macro_write()
446 dpos = mandoc_reallocarray(NULL, ne, sizeof(*dpos)); in dba_macro_write()
450 ne = 0; in dba_macro_write()
458 entries[ne++] = entry; in dba_macro_write()
464 dba_int_write(ne); in dba_macro_write()
465 pos_macro = dba_skip(2, ne); in dba_macro_write()
469 for (ie = 0; ie < ne; ie++) { in dba_macro_write()
477 for (ie = 0; ie < ne; ie++) { in dba_macro_write()
[all …]
/dragonfly/games/rogue/
H A Dscore.c199 short i, n, rank = 10, x, ne = 0, found_player = -1; in put_scores() local
229 ne++; in put_scores()
248 ne--; in put_scores()
249 for (i = found_player; i < ne; i++) { in put_scores()
257 for (i = 0; i < ne; i++) { in put_scores()
269 if (ne == 0) { in put_scores()
271 } else if ((ne < 10) && (rank == 10)) { in put_scores()
272 rank = ne; in put_scores()
277 if (ne < 10) { in put_scores()
278 ne++; in put_scores()
[all …]
/dragonfly/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base33 034 "Définition : option [no]%s ne prend pas de valeur"
44 045 "Les messages ne sont pas désactivés : %s"
45 046 "Les messages ne sont pas activés : %s"
76 083 "Le compteur ne peut être zéro"
97 104 "La commande %s ne permet pas une adresse de 0"
127 134 "Le caractère %s ne peut pas être remappé"
217 226 "L'écran ne peut être réduit qu'à %d rangs"
220 230 "Vous ne pouvez pas mettre cet écran en attente"
224 234 "Vous ne pouvez spécifier qu'un seul tampon"
250 260 "%s: ne vous appartient pas"
[all …]
/dragonfly/contrib/tcsh-6/
H A Ded.refresh.c629 ne = n; in update_line()
630 *ne = (Char) 0; in update_line()
725 nls = ne; in update_line()
753 nls = ne; in update_line()
757 nls = ne; in update_line()
769 nls = ne; in update_line()
773 nls = ne; in update_line()
805 dprintstr("new- ne", new, ne); in update_line()
875 if (nsb != ne) { in update_line()
1017 ClearEOL(olen - (ne - new)); in update_line()
[all …]
/dragonfly/contrib/tcsh-6/nls/french/
H A Dset710 8 ne
18 16 ERREUR: ne peut pas effacer\r\n
20 18 ERREUR: ne peut insérer\r\n
25 23 %s: ATTENTION: Votre terminal ne peut effectuer de déplacement vers le haut.\n
H A Dset213 1 ne peut obtenir les caractères locaux.\n
4 2 ne peut définir les catactères locaux.\n
/dragonfly/contrib/gdb-7/bfd/
H A Dstabs.c303 struct stab_excl_list * ne; in _bfd_link_section_stabs() local
377 amt = sizeof *ne; in _bfd_link_section_stabs()
378 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
379 if (ne == NULL) in _bfd_link_section_stabs()
381 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()
382 ne->val = sum_chars; in _bfd_link_section_stabs()
383 ne->type = (int) N_BINCL; in _bfd_link_section_stabs()
384 ne->next = secinfo->excls; in _bfd_link_section_stabs()
385 secinfo->excls = ne; in _bfd_link_section_stabs()
408 ne->type = (int) N_EXCL; in _bfd_link_section_stabs()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dstabs.c303 struct stab_excl_list * ne; in _bfd_link_section_stabs() local
377 amt = sizeof *ne; in _bfd_link_section_stabs()
378 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
379 if (ne == NULL) in _bfd_link_section_stabs()
381 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()
382 ne->val = sum_chars; in _bfd_link_section_stabs()
383 ne->type = (int) N_BINCL; in _bfd_link_section_stabs()
384 ne->next = secinfo->excls; in _bfd_link_section_stabs()
385 secinfo->excls = ne; in _bfd_link_section_stabs()
408 ne->type = (int) N_EXCL; in _bfd_link_section_stabs()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dstabs.c302 struct stab_excl_list * ne; in _bfd_link_section_stabs() local
376 amt = sizeof *ne; in _bfd_link_section_stabs()
377 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
378 if (ne == NULL) in _bfd_link_section_stabs()
380 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()
381 ne->val = sum_chars; in _bfd_link_section_stabs()
382 ne->type = (int) N_BINCL; in _bfd_link_section_stabs()
383 ne->next = secinfo->excls; in _bfd_link_section_stabs()
384 secinfo->excls = ne; in _bfd_link_section_stabs()
407 ne->type = (int) N_EXCL; in _bfd_link_section_stabs()
/dragonfly/lib/libc/stdio/
H A Dfparseln.c45 size_t ne; in isescaped() local
57 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) in isescaped()
61 return (ne & 1) != 0; in isescaped()
/dragonfly/contrib/cvs-1.12/contrib/
H A Dclmerge.in74 if ($lastkey ne '') {
86 if ($lastkey ne '') {
123 if ($lastkey ne '') {
H A Dlog_accum.in300 if ($rev ne '' && $rcsfile ne '') {
452 if ($subj ne "") {
458 if ($added ne "") {
466 if ($removed ne "") {
474 if ($branched ne "") {
497 if ($EMULATE_LOCAL_MAIL_USER ne "") {
679 last if ($log_lines[0] ne "");
/dragonfly/contrib/libedit/src/
H A Drefresh.c583 ne = n; in re_update_line()
584 *ne = '\0'; in re_update_line()
663 nls = ne; in re_update_line()
690 nls = ne; in re_update_line()
694 nls = ne; in re_update_line()
706 nls = ne; in re_update_line()
710 nls = ne; in re_update_line()
742 re_printstr(el, "new- ne", new, ne); in re_update_line()
752 re_printstr(el, "nls- ne", nls, ne); in re_update_line()
816 if (nsb != ne) { in re_update_line()
[all …]
/dragonfly/contrib/tcsh-6/nls/et/
H A Dset207 5 Null sõne spetsifikatsioonis\n
17 15 -s käsitle COMMAND kui literaalset väljundsõne\n
29 27 Halb klahvi spetsifikatsioon -- null sõne\n
30 28 Halb klahvi spetsifikatsioon -- tühi sõne\n
/dragonfly/usr.sbin/cron/cron/
H A Duser.c31 entry *e, *ne; in free_user() local
34 for (e = u->crontab; e != NULL; e = ne) { in free_user()
35 ne = e->next; in free_user()
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith6.011 if [ $v4 -ne 9 ]; then
12 echo bad: $v4 -ne 9 at ${#v2}
H A Dtrim4.010 if [ ${#v4} -ne $((${#v2} + ${#v3} + 8)) ]; then
11 echo bad: ${#v4} -ne $((${#v2} + ${#v3} + 8))

123456