Searched refs:nup (Results 1 – 2 of 2) sorted by relevance
133 char *nup; in getcwd() local135 if ((nup = realloc(up, upsize *= 2)) == NULL) in getcwd()137 up = nup; in getcwd()
2415 struct T_unitdata_req *nup; in tim_filladdr() local2450 nup = (struct T_unitdata_req *)bp->b_rptr; in tim_filladdr()2451 nup->PRIM_type = T_UNITDATA_REQ; in tim_filladdr()2452 nup->DEST_length = plen = tp->tim_peerlen; in tim_filladdr()2454 nup->DEST_offset = sizeof (struct T_unitdata_req); in tim_filladdr()2461 nup->OPT_length = 0; in tim_filladdr()2462 nup->OPT_offset = 0; in tim_filladdr()2464 nup->OPT_length = up->OPT_length; in tim_filladdr()2465 nup->OPT_offset = in tim_filladdr()