Home
last modified time | relevance | path

Searched refs:decode_option (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libfido2/src/
H A Dinfo.c66 decode_option(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_option() function
108 return (cbor_map_iter(item, o, decode_option)); in decode_options()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h202 int (*decode_option) PARAMS ((int, char **)); member
H A Dtoplev.c5049 lang_processed = (*lang_hooks.decode_option) (argc - i, argv + i);
H A DChangeLog.55471 * toplev.h (struct lang_hooks): Allow decode_option to indicate