Home
last modified time | relevance | path

Searched refs:text_pid (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/usr.bin/tip/tip/
H A Duucplock.c68 char text_pid[81]; in uu_lock() local
84 len = read(fd, text_pid, sizeof(text_pid)-1); in uu_lock()
91 text_pid[len] = 0; in uu_lock()
92 pid = atol(text_pid); in uu_lock()
113 (void)snprintf(text_pid, sizeof text_pid, "%10ld\n", (long)pid); in uu_lock()
114 len = strlen(text_pid); in uu_lock()
115 if (write(fd, text_pid, len) != len) { in uu_lock()