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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1443 char id_buf[11]; /* Buffer for pid/uid -- max 4B */ local
1462 snprintf(id_buf, sizeof(id_buf), "%u", pid);
1463 appendstr = id_buf;
1466 snprintf(id_buf, sizeof(id_buf), "%u", uid);
1467 appendstr = id_buf;

Completed in 21 milliseconds