Searched refs:colon (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/misc/
H A Dgetopt_long.c59 int colon = optstring[optstring[0]=='+'||optstring[0]=='-']==':'; local
81 if (colon || !opterr)
92 if (colon) return ':';
110 if (!colon && opterr)
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dipcp.c449 char *colon; local
457 if ((colon = strchr(arg, ':')) == NULL)
463 * If colon first character, then no local addr.
465 if (colon != arg && option_priority >= prio_local) {
466 *colon = '\0';
480 *colon = ':';
485 * If colon last character, then no remote addr.
487 if (*++colon != '\0' && option_priority >= prio_remote) {
488 if ((remote = inet_addr(colon)) == (u32_t) -1) {
489 if ((hp = gethostbyname(colon))
[all...]
/seL4-camkes-master/projects/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c234 char *colon = strstr(argv[i], ":"); local
235 if (colon) {
236 if (colon[1] != 0) {
237 int defl_level = atoi(&colon[1]);
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_ipv6.tex8 Convert the internet host address IP to a string in IPv6 colon:hex notation.
39 Convert the IPv6 colon:hex notation into binary form. The result is stored in the

Completed in 39 milliseconds