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

/freebsd-9.3-release/sbin/gbde/
H A Dgbde.c518 cmd_init(struct g_bde_key *gl, int dfd, const char *f_opt, int i_opt, const char *l_opt) argument
535 if (f_opt != NULL) {
536 i = open(f_opt, O_RDONLY);
538 err(1, "%s", f_opt);
562 err(1, "%s", f_opt);
741 const char *f_opt; local
797 f_opt = NULL;
804 f_opt = optarg;
866 cmd_init(gl, dfd, f_opt, i_opt, L_opt);
/freebsd-9.3-release/usr.bin/unzip/
H A Dunzip.c58 static int f_opt; /* update existing files only */ variable
488 if (u_opt || f_opt) {
507 if (f_opt)
974 f_opt = 1;
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c569 int f_opt = 0, d_opt = 1; local
581 f_opt = 1;
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aesavs.c751 int f_opt = 0, d_opt = 1; local
763 f_opt = 1;

Completed in 65 milliseconds