HomeSort by relevance Sort by last modified time
    Searched defs:helptext (Results 1 - 6 of 6) sorted by null

  /external/curl/src/
tool_help.c 46 static const char *const helptext[] = { variable
325 for(i = 0; helptext[i]; i++) {
326 puts(helptext[i]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 159 helptext = '' variable in class:Option
  /external/python/cpython2/Tools/pybench/
CommandLine.py 159 helptext = '' variable in class:Option
  /external/syslinux/com32/include/
menu.h 61 char *helptext; member in struct:menu_entry
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 254 char *helptext; member in struct:labeldata
370 me->helptext = ld->helptext;
1118 int len = ld.helptext ? strlen(ld.helptext) : 0;
1137 ld.helptext = realloc(ld.helptext, len + xlen + 1);
1138 memcpy(ld.helptext + len, line, xlen + 1);
1192 ld.helptext = NULL;
    [all...]
  /external/syslinux/com32/menu/
readconfig.c 224 char *helptext; member in struct:labeldata
340 me->helptext = ld->helptext;
942 int len = ld.helptext ? strlen(ld.helptext) : 0;
961 ld.helptext = realloc(ld.helptext, len + xlen + 1);
962 memcpy(ld.helptext + len, line, xlen + 1);
1029 ld.helptext = NULL;

Completed in 445 milliseconds