Home
last modified time | relevance | path

Searched refs:newnp (Results 1 – 25 of 81) sorted by relevance

1234

/dports/news/cnews/cnews-cr.g_18/libcnews/
H A Dngmatch.c193 register NGPAT *newnp; local
203 newnp = patalloc();
205 newnp->n_word = word;
206 newnp->n_len = len;
208 newnp->n_kids = NULL;
210 newnp->n_next = curnp;
217 tree = newnp;
221 newnp->n_nkids = 0;
229 wcp->node = newnp;
231 lastnp = newnp;
[all …]
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dlemon_state_table.c126 x3node *oldnp, *newnp; in State_insert() local
129 newnp = &(array.tbl[i]); in State_insert()
130 if (array.ht[h]) array.ht[h]->from = &(newnp->next); in State_insert()
131 newnp->next = array.ht[h]; in State_insert()
132 newnp->key = oldnp->key; in State_insert()
133 newnp->data = oldnp->data; in State_insert()
134 newnp->from = &(array.ht[h]); in State_insert()
135 array.ht[h] = newnp; in State_insert()
H A Dlemon_string.c105 x1node *oldnp, *newnp; in Strsafe_insert() local
108 newnp = &(array.tbl[i]); in Strsafe_insert()
109 if (array.ht[h]) array.ht[h]->from = &(newnp->next); in Strsafe_insert()
110 newnp->next = array.ht[h]; in Strsafe_insert()
111 newnp->data = oldnp->data; in Strsafe_insert()
112 newnp->from = &(array.ht[h]); in Strsafe_insert()
113 array.ht[h] = newnp; in Strsafe_insert()
H A Dlemon_symbol.c112 x2node *oldnp, *newnp; in Symbol_insert() local
115 newnp = &(array.tbl[i]); in Symbol_insert()
116 if (array.ht[h]) array.ht[h]->from = &(newnp->next); in Symbol_insert()
117 newnp->next = array.ht[h]; in Symbol_insert()
118 newnp->key = oldnp->key; in Symbol_insert()
119 newnp->data = oldnp->data; in Symbol_insert()
120 newnp->from = &(array.ht[h]); in Symbol_insert()
121 array.ht[h] = newnp; in Symbol_insert()
H A Dlemon_config_list.c303 x4node *oldnp, *newnp; in Configtable_insert() local
306 newnp = &(array.tbl[i]); in Configtable_insert()
307 if (array.ht[h]) array.ht[h]->from = &(newnp->next); in Configtable_insert()
308 newnp->next = array.ht[h]; in Configtable_insert()
309 newnp->data = oldnp->data; in Configtable_insert()
310 newnp->from = &(array.ht[h]); in Configtable_insert()
311 array.ht[h] = newnp; in Configtable_insert()
/dports/multimedia/libv4l/linux-5.13-rc2/net/dccp/
H A Dipv6.c419 struct ipv6_pinfo *newnp; in dccp_v6_request_recv_sock() local
438 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
446 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
447 newnp->opt = NULL; in dccp_v6_request_recv_sock()
497 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
515 newnp->ipv6_mc_list = NULL; in dccp_v6_request_recv_sock()
516 newnp->ipv6_ac_list = NULL; in dccp_v6_request_recv_sock()
517 newnp->ipv6_fl_list = NULL; in dccp_v6_request_recv_sock()
518 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
519 newnp->opt = NULL; in dccp_v6_request_recv_sock()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dccp/
H A Dipv6.c419 struct ipv6_pinfo *newnp; in dccp_v6_request_recv_sock() local
438 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
446 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
447 newnp->opt = NULL; in dccp_v6_request_recv_sock()
497 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
515 newnp->ipv6_mc_list = NULL; in dccp_v6_request_recv_sock()
516 newnp->ipv6_ac_list = NULL; in dccp_v6_request_recv_sock()
517 newnp->ipv6_fl_list = NULL; in dccp_v6_request_recv_sock()
518 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
519 newnp->opt = NULL; in dccp_v6_request_recv_sock()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dccp/
H A Dipv6.c419 struct ipv6_pinfo *newnp; in dccp_v6_request_recv_sock() local
438 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
446 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
447 newnp->opt = NULL; in dccp_v6_request_recv_sock()
497 newnp = inet6_sk(newsk); in dccp_v6_request_recv_sock()
515 newnp->ipv6_mc_list = NULL; in dccp_v6_request_recv_sock()
516 newnp->ipv6_ac_list = NULL; in dccp_v6_request_recv_sock()
517 newnp->ipv6_fl_list = NULL; in dccp_v6_request_recv_sock()
518 newnp->pktoptions = NULL; in dccp_v6_request_recv_sock()
519 newnp->opt = NULL; in dccp_v6_request_recv_sock()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/lemon/patches/
H A D04-lemon-struct-copy-memleak-fp.patch11 array.ht[h] = newnp;
20 array.ht[h] = newnp;
29 array.ht[h] = newnp;
38 array.ht[h] = newnp;
/dports/net/wireshark/wireshark-3.6.1/tools/lemon/patches/
H A D04-lemon-struct-copy-memleak-fp.patch11 array.ht[h] = newnp;
20 array.ht[h] = newnp;
29 array.ht[h] = newnp;
38 array.ht[h] = newnp;
/dports/net/tshark-lite/wireshark-3.6.1/tools/lemon/patches/
H A D04-lemon-struct-copy-memleak-fp.patch11 array.ht[h] = newnp;
20 array.ht[h] = newnp;
29 array.ht[h] = newnp;
38 array.ht[h] = newnp;
/dports/net/tshark/wireshark-3.6.1/tools/lemon/patches/
H A D04-lemon-struct-copy-memleak-fp.patch11 array.ht[h] = newnp;
20 array.ht[h] = newnp;
29 array.ht[h] = newnp;
38 array.ht[h] = newnp;
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dtcp_ipv6.c1220 struct ipv6_pinfo *newnp; in tcp_v6_syn_recv_sock() local
1265 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1266 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
1269 newnp->rcv_flowinfo = 0; in tcp_v6_syn_recv_sock()
1271 newnp->flow_label = 0; in tcp_v6_syn_recv_sock()
1331 newnp->ipv6_mc_list = NULL; in tcp_v6_syn_recv_sock()
1332 newnp->ipv6_ac_list = NULL; in tcp_v6_syn_recv_sock()
1333 newnp->ipv6_fl_list = NULL; in tcp_v6_syn_recv_sock()
1338 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1339 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dtcp_ipv6.c1220 struct ipv6_pinfo *newnp; in tcp_v6_syn_recv_sock() local
1265 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1266 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
1269 newnp->rcv_flowinfo = 0; in tcp_v6_syn_recv_sock()
1271 newnp->flow_label = 0; in tcp_v6_syn_recv_sock()
1331 newnp->ipv6_mc_list = NULL; in tcp_v6_syn_recv_sock()
1332 newnp->ipv6_ac_list = NULL; in tcp_v6_syn_recv_sock()
1333 newnp->ipv6_fl_list = NULL; in tcp_v6_syn_recv_sock()
1338 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1339 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dtcp_ipv6.c1220 struct ipv6_pinfo *newnp; in tcp_v6_syn_recv_sock() local
1265 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1266 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
1269 newnp->rcv_flowinfo = 0; in tcp_v6_syn_recv_sock()
1271 newnp->flow_label = 0; in tcp_v6_syn_recv_sock()
1331 newnp->ipv6_mc_list = NULL; in tcp_v6_syn_recv_sock()
1332 newnp->ipv6_ac_list = NULL; in tcp_v6_syn_recv_sock()
1333 newnp->ipv6_fl_list = NULL; in tcp_v6_syn_recv_sock()
1338 newnp->pktoptions = NULL; in tcp_v6_syn_recv_sock()
1339 newnp->opt = NULL; in tcp_v6_syn_recv_sock()
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrctech.c560 REGISTER NODEPROTO *newnp; in us_tran_makelayoutparts() local
737 if (length < 0) length = newnp->highy - newnp->lowy - nly - nhy; in us_tranplacenode()
738 if (width < 0) width = newnp->highx - newnp->lowx - nlx - nhx; in us_tranplacenode()
760 newsx = muldiv((newnp->highx - nhx) - (newnp->lowx + nlx), thissizex, defsizex); in us_tranplacenode()
761 newsy = muldiv((newnp->highy - nhy) - (newnp->lowy + nly), thissizey, defsizey); in us_tranplacenode()
777 x1 = (newnp->highx+newnp->lowx)/2 - (ni->proto->highx+ni->proto->lowx)/2; in us_tranplacenode()
778 y1 = (newnp->highy+newnp->lowy)/2 - (ni->proto->highy+ni->proto->lowy)/2; in us_tranplacenode()
783 newlx += ((newhx-newlx) - (newnp->highx-newnp->lowx)) / 2; in us_tranplacenode()
784 newhx = newlx + newnp->highx - newnp->lowx; in us_tranplacenode()
785 newly += ((newhy-newly) - (newnp->highy-newnp->lowy)) / 2; in us_tranplacenode()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/tests/results/
H A Dstl-fixed.f90274 integer newns, newnt, newnl, newnp local
285 newnp = max0(2, np)
296 …call onestp(y, n, newnp, newns, newnt, newnl, isdeg, itdeg, ildeg, nsjump, ntjump, nljump, ni, use…
319 integer n, i, j, np, ns, no, nt, nl, ni, nsjump, ntjump, nljump, newns, newnp local
328 newnp = max0(2, np)
329 nt = (1.5 * newnp) / (1 - 1.5 / newns) + 0.5
334 nl = newnp
350 …call onestp(y, n, newnp, newns, nt, nl, isdeg, itdeg, ildeg, nsjump, ntjump, nljump, ni, .false., …
361 …call onestp(y, n, newnp, newns, nt, nl, isdeg, itdeg, ildeg, nsjump, ntjump, nljump, ni, .true., r…
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dstl.f29 integer i,k, newns, newnt, newnl, newnp
44 newnp = max0(2,np)
49 call stlstp(y,n, newnp,newns,newnt,newnl, isdeg,itdeg,ildeg,
401 & newns, newnp
407 newnp = max0(2,np)
408 nt = int((1.5d0*newnp)/(1.d0 - 1.5d0/newns) + 0.5d0)
411 nl = newnp
426 call stlstp(y,n,newnp,newns,nt,nl,isdeg,itdeg,ildeg,nsjump,
440 call stlstp(y, n, newnp, newns, nt,nl, isdeg,itdeg,ildeg,
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dstl.f29 integer i,k, newns, newnt, newnl, newnp
44 newnp = max0(2,np)
49 call stlstp(y,n, newnp,newns,newnt,newnl, isdeg,itdeg,ildeg,
401 & newns, newnp
407 newnp = max0(2,np)
408 nt = int((1.5d0*newnp)/(1.d0 - 1.5d0/newns) + 0.5d0)
411 nl = newnp
426 call stlstp(y,n,newnp,newns,nt,nl,isdeg,itdeg,ildeg,nsjump,
440 call stlstp(y, n, newnp, newns, nt,nl, isdeg,itdeg,ildeg,
/dports/multimedia/libv4l/linux-5.13-rc2/net/sctp/
H A Dipv6.c465 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_copy_ip_options() local
468 newnp = inet6_sk(newsk); in sctp_v6_copy_ip_options()
477 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_copy_ip_options()
737 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_create_accept_sk() local
754 newnp = inet6_sk(newsk); in sctp_v6_create_accept_sk()
756 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in sctp_v6_create_accept_sk()
757 newnp->ipv6_mc_list = NULL; in sctp_v6_create_accept_sk()
758 newnp->ipv6_ac_list = NULL; in sctp_v6_create_accept_sk()
759 newnp->ipv6_fl_list = NULL; in sctp_v6_create_accept_sk()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sctp/
H A Dipv6.c465 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_copy_ip_options() local
468 newnp = inet6_sk(newsk); in sctp_v6_copy_ip_options()
477 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_copy_ip_options()
737 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_create_accept_sk() local
754 newnp = inet6_sk(newsk); in sctp_v6_create_accept_sk()
756 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in sctp_v6_create_accept_sk()
757 newnp->ipv6_mc_list = NULL; in sctp_v6_create_accept_sk()
758 newnp->ipv6_ac_list = NULL; in sctp_v6_create_accept_sk()
759 newnp->ipv6_fl_list = NULL; in sctp_v6_create_accept_sk()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sctp/
H A Dipv6.c465 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_copy_ip_options() local
468 newnp = inet6_sk(newsk); in sctp_v6_copy_ip_options()
477 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_copy_ip_options()
737 struct ipv6_pinfo *newnp, *np = inet6_sk(sk); in sctp_v6_create_accept_sk() local
754 newnp = inet6_sk(newsk); in sctp_v6_create_accept_sk()
756 memcpy(newnp, np, sizeof(struct ipv6_pinfo)); in sctp_v6_create_accept_sk()
757 newnp->ipv6_mc_list = NULL; in sctp_v6_create_accept_sk()
758 newnp->ipv6_ac_list = NULL; in sctp_v6_create_accept_sk()
759 newnp->ipv6_fl_list = NULL; in sctp_v6_create_accept_sk()
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/
H A Dtun_dragonfly.go216 var newnp [unix.IFNAMSIZ]byte
217 copy(newnp[:], name)
221 ifr.Data = uintptr(unsafe.Pointer(&newnp[0]))
/dports/databases/sqlite2/sqlite-2.8.17/tool/
H A Dlemon.c3816 x1node *oldnp, *newnp; local
3819 newnp = &(array.tbl[i]);
3824 array.ht[h] = newnp;
3979 x2node *oldnp, *newnp; local
3982 newnp = &(array.tbl[i]);
3985 newnp->key = oldnp->key;
3988 array.ht[h] = newnp;
4185 x3node *oldnp, *newnp; local
4194 array.ht[h] = newnp;
4330 x4node *oldnp, *newnp; local
[all …]
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/annotations/
H A Dlemon.c3997 x1node *oldnp, *newnp; local
4000 newnp = &(array.tbl[i]);
4005 array.ht[h] = newnp;
4160 x2node *oldnp, *newnp; local
4163 newnp = &(array.tbl[i]);
4166 newnp->key = oldnp->key;
4169 array.ht[h] = newnp;
4366 x3node *oldnp, *newnp; local
4375 array.ht[h] = newnp;
4511 x4node *oldnp, *newnp; local
[all …]

1234