HomeSort by relevance Sort by last modified time
    Searched refs:fw_printenv (Results 1 - 4 of 4) sorted by null

  /external/u-boot/tools/env/
Makefile 6 # fw_printenv is supposed to run on the target system, which means it should be
21 always := fw_printenv
22 hostprogs-y := fw_printenv
28 fw_printenv-objs := fw_env_main.o $(lib-y)
33 $(obj)/.strip: $(obj)/fw_printenv
fw_env.h 24 * fw_printenv() - print one or several environment variables
38 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts);
fw_env_main.c 11 * fw_printenv [ -a key ] [[ -n name ] | [ name ... ]]
40 #define CMD_PRINTENV "fw_printenv"
66 "Usage: fw_printenv [OPTIONS]... [VARIABLE]...\n"
265 if (fw_printenv(argc, argv, noheader, &env_opts) != 0)
fw_env.c 449 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts) function
    [all...]

Completed in 971 milliseconds