Searched refs:nn (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlhash.c179 LHASH_NODE *n, *nn; local
187 nn = n->next;
189 n = nn;
199 LHASH_NODE *nn, **rn; local
210 if ((nn = (LHASH_NODE *)OPENSSL_malloc(sizeof(LHASH_NODE))) == NULL) {
214 nn->data = data;
215 nn->next = NULL;
217 nn->hash = hash;
219 *rn = nn;
235 LHASH_NODE *nn, **r local
412 unsigned long hash, nn; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dman_macro.c193 const struct roff_node *nn; local
203 for (nn = man->last->parent; nn; nn = nn->parent)
204 if (nn->tok == ntok && nn->type == ROFFT_BLOCK)
229 for (nn = man->last->parent; nn; nn
[all...]
H A Dman_term.c274 struct roff_node *nn; local
309 for (i = 0, nn = n->child; nn; nn = nn->next, i = 1 - i) {
311 if (savelit && NULL == nn->next)
313 assert(nn->type == ROFFT_TEXT);
314 term_word(p, nn->string);
315 if (nn->flags & NODE_EOS)
317 if (nn
409 const struct roff_node *nn; local
494 const struct roff_node *nn; local
575 struct roff_node *nn; local
[all...]
H A Dmdoc_term.c556 const struct roff_node *nn; local
569 nn = n;
570 while (nn->prev != NULL && nn->prev->flags & NODE_NOPRT)
571 nn = nn->prev;
572 while (nn->prev == NULL) {
574 nn = nn->parent;
575 if (nn
609 const struct roff_node *bl, *nn; local
1394 const struct roff_node *nn; local
1420 struct roff_node *nn; local
1547 struct roff_node *nn; local
[all...]
H A Dman_html.c434 const struct roff_node *nn; local
439 for (i = 0, nn = n->child; nn; nn = nn->next, i++) {
469 print_text(h, nn->string);
516 const struct roff_node *nn; local
538 nn = n->child;
539 while (NULL != nn && 0 == (NODE_LINE & nn
[all...]
H A Dmdoc_html.c930 struct roff_node *nn; local
937 for (nn = n; nn && ! comp; nn = nn->parent) {
938 if (nn->type != ROFFT_BLOCK)
940 if (MDOC_Ss == nn->tok || MDOC_Sh == nn->tok)
942 if (nn->prev)
978 for (nn
1105 const struct roff_node *nn; local
[all...]
H A Dman_validate.c422 struct roff_node *nn; local
436 nn = n->next;
437 if (nn != NULL &&
438 nn->type == ROFFT_TEXT &&
439 nn->string[0] != '\0')
H A Dmdoc_validate.c1317 struct roff_node *nn; local
1330 nn = mdoc->last;
1331 switch (nn->tok) {
1334 roff_word_alloc(mdoc, nn->line, nn->pos, "file");
1336 roff_word_alloc(mdoc, nn->line, nn->pos, "...");
1342 roff_word_alloc(mdoc, nn->line, nn->pos, "~");
1348 mdoc->last = nn;
2562 struct roff_node *nn, *n; local
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp35 errarg::errarg(int nn) : type(INTEGER) argument
37 n = nn;
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha256.c102 unsigned int nn; \
105 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) \
106 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
109 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) \
110 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
115 for (nn
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c151 struct nicknames *nn; local
153 for (nn = dmtpps_pin_nicks; nn->nick != NULL; nn++)
154 if (strcasecmp(nick, nn->nick) == 0)
155 return nn->name;
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dnbns_rq.c66 struct nb_name nn; local
76 bzero(&nn, sizeof(nn));
77 strlcpy(nn.nn_name, name, sizeof(nn.nn_name));
78 nn.nn_scope = ctx->nb_scope;
79 nn.nn_type = NBT_SERVER;
81 rqp->nr_qdname = &nn;
H A Dctx.c509 struct nb_name nn; local
550 nn.nn_scope = ctx->ct_nb->nb_scope;
551 nn.nn_type = NBT_SERVER;
554 strlcpy(nn.nn_name, ssn->ioc_srvname, sizeof(nn.nn_name));
555 error = nb_sockaddr(sap, &nn, &saserver);
574 strlcpy(nn.nn_name, ctx->ct_locname, NB_NAMELEN);
575 nn.nn_type = NBT_WKSTA;
576 nn.nn_scope = ctx->ct_nb->nb_scope;
577 error = nb_sockaddr(NULL, &nn,
[all...]
/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c566 powil(long double x, int nn) argument
574 if( nn == 0 )
576 else if( nn < 0 )
582 if( nn == 0 )
595 if( nn < 0 )
598 n = -nn;
603 n = nn;
615 s = (2.9142135623730950L * s - 0.5L + lx) * nn * LOGE2L;
/freebsd-11-stable/lib/libc/net/
H A Dgetnetbynis.c190 int nn; local
217 for (nn = 4, net2 = addr; net2; net2 >>= 8) {
218 netbr[--nn] = net2 & 0xff;
221 switch (nn) {
/freebsd-11-stable/sbin/nvmecontrol/
H A Ddevlist.c100 for (i = 0; i < cdata.nn; i++) {
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c266 long i, j, n, nn, l, tot = 0; local
274 nn = db->num_fields;
279 for (j = 0; j < nn; j++) {
283 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn)))
287 for (j = 0; j < nn; j++) {
/freebsd-11-stable/bin/test/
H A Dtest.c283 enum token nn; local
290 if ((nn = t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) ==
295 res = oexpr(nn);
317 nn = t_lex(nargc > 0 ? t_wp[1] : NULL);
318 if (TOKEN_TYPE(nn) == BINOP)
319 return binop(nn);
/freebsd-11-stable/contrib/bzip2/
H A Ddecompress.c432 UInt32 nn; local
433 nn = (UInt32)(nextSym - 1);
435 if (nn < MTFL_SIZE) {
438 uc = s->mtfa[pp+nn];
439 while (nn > 3) {
440 Int32 z = pp+nn;
445 nn -= 4;
447 while (nn > 0) {
448 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)
[all...]
H A Dcompress.c364 # define BZ_ITER(nn) \
365 icv = mtfv[gs+(nn)]; \
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++
562 # define BZ_ITAH(nn) \
563 mtfv_i = mtfv[gs+(nn)]; \
/freebsd-11-stable/contrib/opie/
H A Dopiepasswd.c279 int nn; local
286 nn = opiegetsequence(&opie);
300 nn++;
302 if ((nn != on) || strcmp(oseed, nseed))
/freebsd-11-stable/sys/libkern/
H A Dqdivrem.c213 u_long nn = COMBINE(uj0, uj1); local
214 qhat = nn / v1;
215 rhat = nn % v1;
/freebsd-11-stable/usr.bin/netstat/
H A Dif.c327 const char *nn, *rn; local
379 nn = netname(ifa->ifa_addr, ifa->ifa_netmask);
382 xo_emit("{t:network/%-*s} ", net_len, nn);
386 net_len, net_len, nn, nn);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c137 find_volname(char *nn) argument
140 char *p = xstrdup(nn);
484 char *nn = xstrdup(fp->f_volname); local
496 de = find_volname(nn);
497 fsi_log("Mount: %s (trying %s)", fp->f_volname, nn);
532 p = strrchr(nn, '/');
536 XFREE(nn);
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c640 struct null_node *nn; local
649 nn = VTONULL(vp);
655 if (nn != NULL && (lvp = NULLVPTOLOWERVP(vp)) != NULL) {
713 struct null_node *nn; local
723 nn = VTONULL(vp);
724 if (nn != NULL && (lvp = NULLVPTOLOWERVP(vp)) != NULL) {

Completed in 128 milliseconds

123