Searched refs:colon (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ipcp.c | 452 char *colon; local 460 if ((colon = strchr(arg, ':')) == NULL) 468 if (colon != arg && option_priority >= prio_local) { 469 *colon = '\0'; 483 *colon = ':'; 490 if (*++colon != '\0' && option_priority >= prio_remote) { 491 if ((remote = inet_addr(colon)) == (u32_t) -1) { 492 if ((hp = gethostbyname(colon)) == NULL) { 493 option_error("unknown host: %s", colon); 498 strlcpy(remote_name, colon, sizeof(remote_name));
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 470 Token colon; in readObject() local 471 if (!readToken(colon) || colon.type_ != tokenMemberSeparator) { in readObject() 472 return addErrorAndRecover("Missing ':' after object member name", colon, in readObject() 1475 Token colon; in readObject() local 1476 if (!readToken(colon) || colon.type_ != tokenMemberSeparator) { in readObject() 1477 return addErrorAndRecover("Missing ':' after object member name", colon, in readObject()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 239 char* colon = strstr(argv[i], ":"); in main() local 240 if (colon) { in main() 241 if (colon[1] != 0) { in main() 242 int defl_level = atoi(&colon[1]); in main()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 746 # (OC) Add or remove space after the colon in message specs, 750 # (OC) Add or remove space before the colon in message specs, 762 # (OC) Add or remove space after the colon in message specs, 766 # (OC) Add or remove space before the colon in message specs, 1025 # colon. Requires indent_class_colon=true. 1165 # colon. 1276 # colon. Requires indent_oc_block_msg=true. 1933 # colon, as in 'class Foo <here> : <or here> public Bar'. 2093 # Whether to force a newline after a label's colon. 2360 # Whether to align the colon in struct bit fields. [all …]
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.dat | 20 // labels separated by whitespace and followed by a colon (everything in a
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 712 Token colon; in readObject() local 713 if (!readToken(colon) || colon.type_ != tokenMemberSeparator) { in readObject() 715 "Missing ':' after object member name", colon, tokenObjectEnd); in readObject() 1714 Token colon; in readObject() local 1715 if (!readToken(colon) || colon.type_ != tokenMemberSeparator) { in readObject() 1717 "Missing ':' after object member name", colon, tokenObjectEnd); in readObject()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wizard.txt | 133 followed by a colon (':') and the four progressive-JPEG parameters. The
|
Completed in 25 milliseconds