Home
last modified time | relevance | path

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

/freebsd/usr.bin/logins/
H A Dlogins.c68 static int o_flag; variable
299 printf(o_flag ? "%s:%ld:%s:%ld:%s" : "%-15s %-7ld %-15s %-7ld %s\n", in display_user()
307 printf(o_flag ? "%s:%s:%ld" : "%24s%-15s %-7ld\n", in display_user()
312 printf(o_flag ? "%s:%s" : "%24s%s\n", "", pwd->pw_dir); in display_user()
313 printf(o_flag ? "%s:%s" : "%24s%s\n", "", pwd->pw_shell); in display_user()
320 printf(o_flag ? "%s:%s:%s" : "%24s%s %s\n", "", cbuf, ebuf); in display_user()
322 if (o_flag) in display_user()
370 o_flag = 1; in main()
/freebsd/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c188 int o_flag = in validate_mmap() local
199 o_flag |= O_EXCL; in validate_mmap()
201 mapinfo->txt_fd = open(fname, o_flag); in validate_mmap()
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c122 int B_flag, o_flag; in main() local
129 B_flag = v_flag = o_flag = 0; in main()
168 o_flag = 1; in main()
189 up = B_flag || d_arg != -1 || m_arg != -1 || o_flag || s_arg != -1 in main()
228 if (o_flag) { in main()
/freebsd/usr.bin/hexdump/tests/
H A Dhexdump_test.sh129 atf_test_case o_flag
213 atf_add_test_case o_flag
/freebsd/usr.sbin/mixer/tests/
H A Dmixer_test.sh73 atf_test_case o_flag cleanup
281 atf_add_test_case o_flag
/freebsd/usr.bin/fetch/
H A Dfetch.c70 static int o_flag; /* -o: specify output file */ variable
973 o_flag = 1; in main()
1135 if (o_flag) { in main()
1178 if (o_flag) { in main()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2200 const int o_flag = O_PATH; in tree_reopen() local
2203 const int o_flag = O_SEARCH; in tree_reopen()
2206 const int o_flag = O_EXEC; in tree_reopen()
2238 t->initial_dir_fd = open(".", o_flag | O_CLOEXEC); in tree_reopen()