Searched refs:lcktxt (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | lock.c | 38 char lcktxt[14]; in state_lock_() local 50 snprintf(lcktxt, sizeof(lcktxt), "%10li\n", (long)getpid()); in state_lock_() 52 snprintf(lcktxt, sizeof(lcktxt), "%10s\n", ""); in state_lock_() 87 if (write(fd, lcktxt, 11) != 11) { in state_lock_() 109 if (write(fd, lcktxt, 11) != 11) { in state_lock_()
|