Home
last modified time | relevance | path

Searched defs:s_flag (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.bin/logins/
H A Dlogins.c74 static int s_flag; variable
/freebsd-12.1/usr.bin/fetch/
H A Dfetch.c82 static int s_flag; /* -s: show size, don't fetch */ variable
/freebsd-12.1/libexec/tftpd/tests/
H A Dfunctional.c52 static bool s_flag = false; /* Pass -s to tftpd */ variable
/freebsd-12.1/sbin/fdisk/
H A Dfdisk.c123 static int s_flag = 0; /* Print a summary and exit */ variable
/freebsd-12.1/crypto/openssh/
H A Dssh-agent.c1092 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0, s_flag = 0; in main() local