Home | History | Annotate | Download | only in gen

Lines Matching defs:pptr

263 	UIDC *ptr, **pptr;
271 pptr = uidtb + (uid % UID_SZ);
272 ptr = *pptr;
293 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC));
332 GIDC *ptr, **pptr;
340 pptr = gidtb + (gid % GID_SZ);
341 ptr = *pptr;
362 *pptr = ptr = (GIDC *)malloc(sizeof(GIDC));
399 UIDC *ptr, **pptr;
414 pptr = usrtb + st_hash(name, namelen, UNM_SZ);
415 ptr = *pptr;
431 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC));
463 GIDC *ptr, **pptr;
478 pptr = grptb + st_hash(name, namelen, GID_SZ);
479 ptr = *pptr;
495 *pptr = ptr = (GIDC *)malloc(sizeof(GIDC));