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

  /src/tests/net/tcp/
t_tcp_connect_port.c 200 const struct linger lopt = { 1, 0 }; local
247 error = setsockopt(csock, SOL_SOCKET, SO_LINGER, &lopt,
248 sizeof(lopt));
  /src/external/gpl3/binutils/dist/gas/config/
tc-visium.c 298 struct visium_long_option_table *lopt; local
326 for (lopt = visium_long_opts; lopt->option != NULL; lopt++)
329 if (c == lopt->option[0]
331 && strncmp (arg, lopt->option + 1,
332 strlen (lopt->option + 1)) == 0)
335 if (lopt->deprecated != NULL)
337 lopt->deprecated);
340 return lopt->func (arg + strlen (lopt->option) - 1)
354 struct visium_long_option_table *lopt; local
    [all...]
tc-metag.c 5919 struct metag_long_option *lopt; local
5921 for (lopt = metag_long_opts; lopt->option != NULL; lopt++)
5924 if (c == lopt->option[0]
5926 && startswith (arg, lopt->option + 1))
5930 if (lopt->deprecated != NULL)
5932 _(lopt->deprecated));
5936 return lopt->func (arg + strlen (lopt->option) - 1)
5946 struct metag_long_option *lopt; local
    [all...]
tc-aarch64.c 11379 struct aarch64_long_option_table *lopt;
11425 for (lopt = aarch64_long_opts; lopt->option != NULL; lopt++)
11428 if (c == lopt->option[0]
11430 && startswith (arg, lopt->option + 1))
11433 if (lopt->deprecated != NULL)
11435 _(lopt->deprecated));
11438 return lopt->func (arg + strlen (lopt->option) - 1)
11369 struct aarch64_long_option_table *lopt; local
11442 struct aarch64_long_option_table *lopt; local
    [all...]
tc-arm.c 31933 struct arm_long_option_table *lopt;
32001 for (lopt = arm_long_opts; lopt->option != NULL; lopt++)
32004 if (c == lopt->option[0]
32006 && strncmp (arg, lopt->option + 1,
32007 strlen (lopt->option + 1)) == 0)
32010 if (warn_on_deprecated && lopt->deprecated != NULL)
32012 _(lopt->deprecated));
32015 return lopt->func (arg + strlen (lopt->option) - 1)
31924 struct arm_long_option_table *lopt; local
32020 struct arm_long_option_table *lopt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-visium.c 298 struct visium_long_option_table *lopt; local
326 for (lopt = visium_long_opts; lopt->option != NULL; lopt++)
329 if (c == lopt->option[0]
331 && strncmp (arg, lopt->option + 1,
332 strlen (lopt->option + 1)) == 0)
335 if (lopt->deprecated != NULL)
337 lopt->deprecated);
340 return lopt->func (arg + strlen (lopt->option) - 1)
354 struct visium_long_option_table *lopt; local
    [all...]
tc-metag.c 5919 struct metag_long_option *lopt; local
5921 for (lopt = metag_long_opts; lopt->option != NULL; lopt++)
5924 if (c == lopt->option[0]
5926 && startswith (arg, lopt->option + 1))
5930 if (lopt->deprecated != NULL)
5932 _(lopt->deprecated));
5936 return lopt->func (arg + strlen (lopt->option) - 1)
5946 struct metag_long_option *lopt; local
    [all...]
tc-aarch64.c 11208 struct aarch64_long_option_table *lopt;
11248 for (lopt = aarch64_long_opts; lopt->option != NULL; lopt++)
11251 if (c == lopt->option[0]
11253 && startswith (arg, lopt->option + 1))
11256 if (lopt->deprecated != NULL)
11258 _(lopt->deprecated));
11261 return lopt->func (arg + strlen (lopt->option) - 1)
11198 struct aarch64_long_option_table *lopt; local
11265 struct aarch64_long_option_table *lopt; local
    [all...]
tc-arm.c 31940 struct arm_long_option_table *lopt;
32008 for (lopt = arm_long_opts; lopt->option != NULL; lopt++)
32011 if (c == lopt->option[0]
32013 && strncmp (arg, lopt->option + 1,
32014 strlen (lopt->option + 1)) == 0)
32017 if (warn_on_deprecated && lopt->deprecated != NULL)
32019 _(lopt->deprecated));
32022 return lopt->func (arg + strlen (lopt->option) - 1)
31931 struct arm_long_option_table *lopt; local
32027 struct arm_long_option_table *lopt; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.c 1665 struct assignment *lopt; local
1670 lopt = find(as, "long");
1671 if(lopt == NULL)
1672 lopt = find(as, "name");
1673 if(lopt == NULL)
1678 ret = asprintf(&s, "%s_flag", lopt->u.value);
1680 ret = asprintf(&s, "%s_%s", lopt->u.value, type->u.value);
1838 struct assignment *lopt = find(tmp->u.assignment, "long"); local
1846 if(lopt)
1847 fprintf(cfile, "\"%s\", ", lopt->u.value)
    [all...]

Completed in 94 milliseconds