HomeSort by: relevance | last modified time | path
    Searched refs:oopt (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/passwd/
passwd.c 253 const char *curopt, *oopt; local
309 if ((oopt = strchr(optstring, *curopt)) == NULL) {
316 } else if ((oopt[1] == ':' && curopt[1] != ':') ||
317 (oopt[1] != ':' && curopt[1] == ':')) {
332 if ((oopt = strchr(pw_modules[i].args, ch)) != NULL) {
333 j = (oopt[1] == ':') ?
  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 1059 struct dhcp_opt *eopt, *oopt; local
1131 dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &oopt);
1132 if (oopt)
1133 oopt->index = 0;
1137 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
1143 if (oopt == NULL)
1148 eopt->type & OT_OPTION ? oopt : eopt,
ipv6nd.c 1603 size_t *len, const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1627 *oopt = opt;
dhcp.c 1331 size_t *len, const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1350 *oopt = NULL;
1353 *oopt = opt;
dhcp6.c 448 size_t *len, const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
469 *oopt = NULL;
473 *oopt = opt;

Completed in 24 milliseconds