Home
last modified time | relevance | path

Searched refs:subopt (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dmessages.cc332 auto fmt = subopt ? SUB_CAPTION "%s\n" : CAPTION "%s\n"; in log_flag()
333 auto ind = subopt ? indention + strlen(caption) + 2 : indention; in log_flag()
341 auto fmt = subopt ? SUB_CAPTION "%d%s\n" : CAPTION "%d%s\n"; in log_limit()
342 auto ind = subopt ? indention + strlen(caption) + 2 : indention; in log_limit()
354 auto fmt = subopt ? SUB_CAPTION "%d%s\n" : CAPTION "%d%s\n"; in log_limit()
355 auto ind = subopt ? indention + strlen(caption) + 2 : indention; in log_limit()
366 auto ind = subopt ? indention + strlen(caption) + 2 : indention; in log_limit()
377 auto ind = subopt ? indention + strlen(caption) + 2 : indention; in log_value()
416 auto fmt = subopt ? SUB_CAPTION "%lf\n" : CAPTION "%lf\n"; in log_value()
427 auto fmt = subopt ? SUB_CAPTION "%s\n" : CAPTION "%s\n"; in log_value()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dsubopt_8h.tex1 \hypertarget{subopt_8h}{}\doxysection{Vienna\+RNA/subopt.h File Reference}
2 \label{subopt_8h}\index{ViennaRNA/subopt.h@{ViennaRNA/subopt.h}}
8 Include dependency graph for subopt.\+h\+:
19 struct \mbox{\hyperlink{structvrna__subopt__sol__s}{vrna\+\_\+subopt\+\_\+sol\+\_\+s}}
20 \begin{DoxyCompactList}\small\item\em Solution element from subopt.\+c. \end{DoxyCompactList}\end{D…
31 …ubopt__sol__s}{vrna\+\_\+subopt\+\_\+sol\+\_\+s}} \mbox{\hyperlink{subopt_8h_a01ae9a0f27d245d89f70…
32 …m\em Typename for the subopt solution list repesenting data structure \mbox{\hyperlink{structvrna_…
41 \begin{DoxyCompactList}\small\item\em Returns list of subopt structures or writes to fp. \end{DoxyC…
61 int \mbox{\hyperlink{group__subopt__wuchty_ga873cf8ed69e0437f8efa8b1fec854a0e}{subopt\+\_\+sorted}}
74 \index{subopt.h@{subopt.h}!SOLUTION@{SOLUTION}}
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
[all …]

12345678910>>...20