Searched defs:gs (Results 1 – 9 of 9) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | util.c | 35 struct gstr gs; in str_new() local 44 void str_free(struct gstr *gs) in str_free() 53 void str_append(struct gstr *gs, const char *s) in str_append() 67 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 78 const char *str_get(struct gstr *gs) in str_get()
|
A D | expr.c | 1244 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local 1272 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print() 1301 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
|
A D | symbol.c | 302 struct gstr gs = str_new(); in sym_warn_unmet_dep() local
|
/u-boot/lib/ |
A D | getopt.c | 15 void getopt_init_state(struct getopt_state *gs) in getopt_init_state() 21 int __getopt(struct getopt_state *gs, int argc, char *const argv[], in __getopt()
|
/u-boot/test/lib/ |
A D | getopt.c | 16 struct getopt_state *gs, const char *optstring, in do_test_getopt() 59 struct getopt_state gs; in lib_test_getopt() local
|
/u-boot/include/ |
A D | getopt.h | 109 static inline int getopt(struct getopt_state *gs, int argc, in getopt() 124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
|
/u-boot/cmd/ |
A D | log.c | 95 struct getopt_state gs; in do_log_filter_list() local 161 struct getopt_state gs; in do_log_filter_add() local 251 struct getopt_state gs; in do_log_filter_remove() local
|
/u-boot/lib/bzip2/ |
A D | bzlib_compress.c | 281 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
|
/u-boot/drivers/bios_emulator/include/ |
A D | biosemu.h | 275 u16 gs; member
|
Completed in 11 milliseconds