Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
H A Ddaemon.c277 char pid_txt[12]; in read_pid_file() local
281 err = read(fd, pid_txt, 11); in read_pid_file()
285 pid_txt[11] = '\0'; in read_pid_file()
286 return err < 0 ? err : atol(pid_txt); in read_pid_file()
295 char pid_txt[14]; in write_pid_file() local
297 sprintf(pid_txt, "%10li\n", (long)getpid()); in write_pid_file()
300 err = write(fd, pid_txt, 11); in write_pid_file()

Completed in 1 milliseconds