HomeSort by: relevance | last modified time | path
    Searched defs:nnext (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txpim.c 46 QUIC_TXPIM_PKT_EX *n, *nnext; local
48 for (n = l->head; n != NULL; n = nnext) {
49 nnext = n->next;
  /src/sys/kern/
sysv_msg.c 325 short nnext = 0, next; local
349 nnext = new_free_msgmaps;
350 new_free_msgmaps = new_msgmaps[nnext].next;
352 new_msgmaps[nnext].next = nmsghdr->msg_spot;
353 nmsghdr->msg_spot = nnext;
357 KASSERT(nnext == nmsghdr->msg_spot);
371 memcpy(&new_msgpool[nnext * msginfo.msgssz],
375 nnext = msgmaps[nnext].next;
  /src/external/bsd/mdocml/dist/
mdoc_validate.c 1850 struct roff_node *nbl, *nh, *nch, *nnext; local
1901 for (nch = nh->child; nch != NULL; nch = nnext) {
1904 nnext = nch->next;
1914 struct roff_node *nchild, *nnext; /* of the Bl body */ local
1985 nnext = nchild->next;
1994 if (nnext == NULL)
1996 nchild = nnext;
1997 nnext = nchild->next;
2010 if ((nnext = nchild->head->child) == NULL)
2012 if (nnext->type == ROFFT_BLOCK
    [all...]
  /src/external/historical/nawk/dist/
awk.h 171 struct Node *nnext; member in struct:Node
  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 6525 void *nnext; local
6551 nnext = nexthm->hm_next;
6569 nnext = nextipnat->in_next;
6589 nnext = nextnat->nat_next;
6638 if (nnext == NULL)

Completed in 50 milliseconds