HomeSort by: relevance | last modified time | path
    Searched defs:eopt (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
cd.c 92 bool eopt = false; local
97 eopt = true;
166 if ((x = docd(p, dopr != 0, eopt)) >= 0)
186 docd(const char *dest, bool print, bool eopt)
232 print ? "true" : "false", eopt ? "true" : "false"));
242 if (!gotpwd && eopt)
246 return gotpwd || !eopt ? 0 : 1;
  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 883 struct dhcp_opt *eopt, *oopt; local
911 for (i = 0, eopt = opt->embopts; i < opt->embopts_len; i++, eopt++) {
912 eo = dhcp_optlen(eopt, ol);
917 eopt->option, i);
926 if (ol != 0 || !(eopt->type & OT_OPTIONAL))
930 eopt->option, i);
936 if (!(eopt->type & OT_RESERVED)) {
937 ov = strcmp(opt->var, eopt->var);
938 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 20845 Elf_External_Options * eopt;
20858 if (sect->sh_size < sizeof (* eopt))
20864 eopt = (Elf_External_Options *) get_data (NULL, filedata, options_offset, 1,
20866 if (eopt)
20871 while (offset <= sect->sh_size - sizeof (* eopt))
20876 eoption = (Elf_External_Options *) ((char *) eopt + offset);
20881 if (optsize < sizeof (* eopt)
20886 free (eopt);
20904 eoption = (Elf_External_Options *) ((char *) eopt + offset);
21071 len = sizeof (* eopt);
20842 Elf_External_Options * eopt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 19951 Elf_External_Options * eopt;
19964 if (sect->sh_size < sizeof (* eopt))
19970 eopt = (Elf_External_Options *) get_data (NULL, filedata, options_offset, 1,
19972 if (eopt)
19977 while (offset <= sect->sh_size - sizeof (* eopt))
19982 eoption = (Elf_External_Options *) ((char *) eopt + offset);
19987 if (optsize < sizeof (* eopt)
19992 free (eopt);
20010 eoption = (Elf_External_Options *) ((char *) eopt + offset);
20177 len = sizeof (* eopt);
19948 Elf_External_Options * eopt; local
    [all...]

Completed in 48 milliseconds