Home
last modified time | relevance | path

Searched refs:optionsp (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Durlapi.c438 char *optionsp = NULL; in parse_hostname_login() local
468 &optionsp:NULL); in parse_hostname_login()
487 if(optionsp) in parse_hostname_login()
488 u->options = optionsp; in parse_hostname_login()
495 free(optionsp); in parse_hostname_login()
Durl.c2620 char **optionsp) argument
2648 if(optionsp) {
2684 if(!result && optionsp && olen) {
2714 Curl_safefree(*optionsp);
2715 *optionsp = obuf;
2754 char **userp, char **passwdp, char **optionsp) argument
2792 free(*optionsp);
2793 *optionsp = strdup(data->set.str[STRING_OPTIONS]);
2794 if(!*optionsp)
/external/mksh/src/
Dmisc.c1290 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() argument
1319 !(o = cstrchr(optionsp, c))) { in ksh_getopt()
1320 if (optionsp[0] == ':') { in ksh_getopt()
1347 if (optionsp[0] == ':') { in ksh_getopt()