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

/freebsd-10.1-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-10.1-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;

Completed in 54 milliseconds