pidstr 125 lib/util/fault.c char pidstr[20];
pidstr 128 lib/util/fault.c snprintf(pidstr, sizeof(pidstr), "%u", getpid());
pidstr 129 lib/util/fault.c all_string_sub(cmdstring, "%PID%", pidstr, sizeof(cmdstring));
pidstr 35 source3/lib/pidfile.c char pidstr[20];
pidstr 50 source3/lib/pidfile.c ZERO_ARRAY(pidstr);
pidstr 52 source3/lib/pidfile.c if (read(fd, pidstr, sizeof(pidstr)-1) <= 0) {
pidstr 56 source3/lib/pidfile.c ret = atoi(pidstr);
pidstr 552 source3/lib/substitute.c fstring pidstr, vnnstr;
pidstr 648 source3/lib/substitute.c slprintf(pidstr,sizeof(pidstr)-1, "%d",(int)sys_getpid());
pidstr 649 source3/lib/substitute.c a_string = realloc_string_sub(a_string, "%d", pidstr);
pidstr 38 source4/smbd/pidfile.c char pidstr[20];
pidstr 51 source4/smbd/pidfile.c ZERO_STRUCT(pidstr);
pidstr 53 source4/smbd/pidfile.c if (read(fd, pidstr, sizeof(pidstr)-1) <= 0) {
pidstr 57 source4/smbd/pidfile.c ret = (pid_t)atoi(pidstr);