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

  /external/u-boot/include/
common.h 146 int envmatch (uchar *, int);
  /external/u-boot/tools/env/
fw_env.c 380 static char *envmatch(char *s1, char *s2) function
411 val = envmatch(name, env);
437 val = envmatch(name, env);
549 oldval = envmatch(name, env);
    [all...]
  /external/u-boot/cmd/
nvedit.c 694 val = envmatch((uchar *)name, i);
764 int envmatch(uchar *s1, int i2) function

Completed in 115 milliseconds