Searched refs:find_opt (Results 1 – 5 of 5) sorted by relevance
/freebsd/targets/pseudo/bootstrap-packages/ |
H A D | bootstrap-packages.sh | 128 find_opt() { function 164 opt=`find_opt $smf $sub` 167 opt=${opt:-`find_opt $smf $sub -B2`}
|
/freebsd/contrib/flex/src/ |
H A D | scanopt.c | 73 static int find_opt(struct _scanopt_t *, int, char *, int, int *, int *opt_offset); 597 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, int in find_opt() function 694 if (!find_opt in scanopt() 730 if (!find_opt in scanopt()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | autoopts.c | 218 tSuccess res = find_opt(opts, o_st); in next_opt()
|
H A D | find.c | 664 find_opt(tOptions * opts, tOptState * o_st) in find_opt() function
|
H A D | proto.h | 202 find_opt(tOptions * opts, tOptState * o_st);
|