Searched refs:opt_offset (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/flex/src/ |
| H A D | scanopt.c | 73 static int find_opt(struct _scanopt_t *, int, char *, int, int *, int *opt_offset); 598 len, int *err_code, int *opt_offset) in find_opt() argument 603 *opt_offset = -1; in find_opt() 619 *opt_offset = i; in find_opt() 637 *opt_offset = i; in find_opt() 644 *opt_offset = -1; in find_opt() 648 *opt_offset = -1; in find_opt() 664 int opt_offset = -1; in scanopt() local 696 &opt_offset)) { in scanopt() 731 (s, 0, pstart, namelen, &errcode, &opt_offset)) { in scanopt() [all …]
|
| /dflybsd-src/contrib/cryptsetup/src/ |
| H A D | cryptsetup.c | 30 static uint64_t opt_offset = 0; variable 214 .offset = opt_offset, in action_create() 386 if (opt_offset || opt_skip) { in action_luksFormat() 798 opt_offset = strtoull(optarg, NULL, 0); in main()
|