main.c | 320 char numbuf[16]; local 341 slprintf(numbuf, sizeof(numbuf), "%d", uid); 342 script_setenv("ORIG_UID", numbuf, 0); 515 slprintf(numbuf, sizeof(numbuf), "%d", getpid()); 516 script_setenv("PPPD_PID", numbuf, 1); 797 char numbuf[16]; local 826 slprintf(numbuf, sizeof(numbuf), "%d", getpid()) 1218 char numbuf[32]; local [all...] |