Searched refs:id_buf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c1366 char id_buf[11]; /* Buffer for pid/uid -- max 4B */ local
1385 snprintf(id_buf, sizeof(id_buf), "%u", pid);
1386 appendstr = id_buf;
1389 snprintf(id_buf, sizeof(id_buf), "%u", uid);
1390 appendstr = id_buf;

Completed in 19 milliseconds