Home
last modified time | relevance | path

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

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