Searched refs:plp (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dload_pool.c19 load_pool(plp, iocfunc)
20 ip_pool_t *plp;
30 op.iplo_unit = plp->ipo_unit;
33 strncpy(op.iplo_name, plp->ipo_name, sizeof(op.iplo_name));
37 pool.ipo_unit = plp->ipo_unit;
38 strncpy(pool.ipo_name, plp->ipo_name, sizeof(pool.ipo_name));
39 if (plp->ipo_name[0] == '\0')
55 pool.ipo_list = plp->ipo_list;
60 for (a = plp->ipo_list; a != NULL; a = a->ipn_next)
61 load_poolnode(plp
[all...]
/netbsd-current/games/monop/
H A Drent.c51 PLAY *plp; local
53 plp = &play[sqp->owner];
54 printf("Owned by %s\n", plp->name);
77 rnt <<= (plp->num_rr - 1);
84 if (plp->num_util == 2 || spec) {
95 plp->money += rnt;
H A Dprop.c211 prop_worth(PLAY *plp) argument
217 for (op = plp->own_list; op; op = op->next) {
/netbsd-current/lib/libcurses/
H A Dmvwin.c56 __LINE *plp; local
81 plp = parent->alines[i + dy];
82 plp->flags = __ISDIRTY;
83 if (*plp->firstchp > x)
84 *plp->firstchp = x;
85 if (*plp->lastchp < x + win->maxx)
86 *plp->lastchp = x + win->maxx;
89 *plp->firstchp, *plp->lastchp);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.c326 register struct _obstack_chunk *plp; /* point to previous chunk if any */
334 plp = lp->prev;
335 lp = plp;
350 register struct _obstack_chunk *plp; /* point to previous chunk if any */
358 plp = lp->prev;
360 lp = plp;
325 register struct _obstack_chunk *plp; /* point to previous chunk if any */ variable in typeref:struct:_obstack_chunk
348 register struct _obstack_chunk *plp; /* point to previous chunk if any */ local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.c326 register struct _obstack_chunk *plp; /* point to previous chunk if any */
334 plp = lp->prev;
335 lp = plp;
350 register struct _obstack_chunk *plp; /* point to previous chunk if any */
358 plp = lp->prev;
360 lp = plp;
325 register struct _obstack_chunk *plp; /* point to previous chunk if any */ variable in typeref:struct:_obstack_chunk
348 register struct _obstack_chunk *plp; /* point to previous chunk if any */ local
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_fetch.c494 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
496 if (plp != NULL && store != NULL) {
528 ossl_property_free(*plp);
529 *plp = def_prop;
561 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
566 if (plp == NULL || *plp == NULL)
572 pl2 = ossl_property_merge(pl1, *plp);
588 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); local
590 return plp !
613 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
[all...]
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dobstack.c352 register struct _obstack_chunk *plp; /* point to previous chunk if any */
360 plp = lp->prev;
361 lp = plp;
381 register struct _obstack_chunk *plp; /* point to previous chunk if any */
389 plp = lp->prev;
391 lp = plp;
415 register struct _obstack_chunk *plp; /* point to previous chunk if any */
423 plp = lp->prev;
425 lp = plp;
351 register struct _obstack_chunk *plp; /* point to previous chunk if any */ local
379 register struct _obstack_chunk *plp; /* point to previous chunk if any */ local
413 register struct _obstack_chunk *plp; /* point to previous chunk if any */ local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty.c505 OSSL_PROPERTY_LIST **plp; local
533 plp = ossl_ctx_global_properties(store->ctx, 0);
534 if (plp != NULL && *plp != NULL) {
536 pq = *plp;
538 p2 = ossl_property_merge(pq, *plp);
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips32/
H A Dumul.asm34 C plp $4
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips64/hilo/
H A Dumul.asm34 C plp $4
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c1034 struct valuelist *plp, *plp_next; local
1036 for (plp = protolist; plp != NULL; plp = plp_next) {
1037 plp_next = plp->next;
1038 free(plp->name);
1039 free(plp);
/netbsd-current/lib/libresolv/
H A Dres_mkupdate.c1038 struct valuelist *plp, *plp_next; local
1040 for (plp = protolist; plp != NULL; plp = plp_next) {
1041 plp_next = plp->next;
1042 free(plp->name);
1043 free(plp);
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_impl.h151 int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
H A Dlibzfs_util.c1539 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) argument
1545 if (*plp == NULL) {
1551 last = plp;
1573 entry->pl_next = *plp;
1574 *plp = entry;
H A Dlibzfs_pool.c716 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp) argument
723 boolean_t firstexpand = (NULL == *plp);
725 if (zprop_expand_list(hdl, plp, ZFS_TYPE_POOL) != 0)
728 last = plp;
732 if ((*plp)->pl_all)
735 if ((*plp)->pl_all && firstexpand) {
768 entry = *plp;
792 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_dataset.c4150 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, argument
4161 if (zprop_expand_list(hdl, plp, ZFS_TYPE_DATASET) != 0)
4166 entry = *plp;
4173 start = plp;
4212 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/netbsd-current/sys/dev/ic/
H A Disp.c2084 isp_plogx_t *plp; local
2104 plp = (isp_plogx_t *) q;
2105 plp->plogx_header.rqs_entry_count = 1;
2106 plp->plogx_header.rqs_entry_type = RQSTYPE_LOGIN;
2107 plp->plogx_handle = 0xffffffff;
2108 plp->plogx_nphdl = handle;
2109 plp->plogx_vphdl = chan;
2110 plp->plogx_portlo = portid;
2111 plp->plogx_rspsz_porthi = (portid >> 16) & 0xff;
2112 plp
[all...]
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c1684 struct permit *plp, *prp; local
1691 for (plp = lhs; plp; plp = plp -> next) {
1694 if (prp -> type == plp -> type &&
1696 prp -> class == plp -> class)) {

Completed in 392 milliseconds

12