Lines Matching defs:spacep
524 * '*resourcesp' and its length in '*spacep'. The number of resource
527 * number of bytes of resources in '*spacep' and '*lenp' respectively.
534 pnp_read_bytes(int amount, u_char **resourcesp, int *spacep, int *lenp)
538 int space = *spacep;
568 *spacep = space;
577 * and its length in '*spacep'. The memory allocated will be returned
579 * in '*spacep' and '*lenp' respectively.
582 pnp_read_resources(u_char **resourcesp, int *spacep, int *lenp)
585 int space = *spacep;
624 *spacep = space;