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

/freebsd-11.0-release/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c57 static int unwind_len; variable
66 if (unwind_len >= UNWIND_MAX)
69 strlcpy(unwind_list[unwind_len].u_path, path, PATH_MAX);
70 unwind_len++;
78 for (i = unwind_len - 1; i >= 0; i--) {

Completed in 42 milliseconds