| /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;
|
| 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 | 897 struct dhcp_opt *eopt, *oopt; local 925 for (i = 0, eopt = opt->embopts; i < opt->embopts_len; i++, eopt++) { 926 eo = dhcp_optlen(eopt, ol); 931 eopt->option, i); 940 if (ol != 0 || !(eopt->type & OT_OPTIONAL)) 944 eopt->option, i); 950 if (!(eopt->type & OT_RESERVED)) { 951 ov = strcmp(opt->var, eopt->var); 952 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo [all...] |
| dhcp-common.c | 897 struct dhcp_opt *eopt, *oopt; local 925 for (i = 0, eopt = opt->embopts; i < opt->embopts_len; i++, eopt++) { 926 eo = dhcp_optlen(eopt, ol); 931 eopt->option, i); 940 if (ol != 0 || !(eopt->type & OT_OPTIONAL)) 944 eopt->option, i); 950 if (!(eopt->type & OT_RESERVED)) { 951 ov = strcmp(opt->var, eopt->var); 952 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 306 struct universe *find_option_universe (struct option *eopt, const char *uname) 313 s = strchr (eopt -> format, 'E'); 352 struct option *eopt, 358 struct universe *universe = find_option_universe (eopt, uname); 374 if (eopt -> format [0] != 'E')
|
| options.c | 306 struct universe *find_option_universe (struct option *eopt, const char *uname) 313 s = strchr (eopt -> format, 'E'); 352 struct option *eopt, 358 struct universe *universe = find_option_universe (eopt, uname); 374 if (eopt -> format [0] != 'E')
|
| /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...] |
| 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...] |
| 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...] |