Searched refs:tok1 (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | preffw.c | 216 char *tok1, *tok2; in ProcessFirewallPrefFile() local 222 tok1 = strtok(line, " =\t\r\n"); in ProcessFirewallPrefFile() 223 if ((tok1 == NULL) || (tok1[0] == '#')) in ProcessFirewallPrefFile() 228 if (ISTREQ(tok1, "firewall-type")) { in ProcessFirewallPrefFile() 232 } else if (ISTREQ(tok1, "firewall-host")) { in ProcessFirewallPrefFile() 234 } else if (ISTREQ(tok1, "firewall-port")) { in ProcessFirewallPrefFile() 238 } else if (ISTREQ(tok1, "firewall-user")) { in ProcessFirewallPrefFile() 240 } else if (ISTREQ(tok1, "firewall-pass")) { in ProcessFirewallPrefFile() 242 } else if (ISTREQ(tok1, "firewall-password")) { in ProcessFirewallPrefFile() 244 } else if (ISTREQ(tok1, "firewall-exception-list")) { in ProcessFirewallPrefFile() [all …]
|
H A D | pref.c | 434 if ((tok1 == NULL) || (ISTREQ(tok1, "all"))) { in Set() 443 if (ISTREQ(tok1, gPrefOpts[t].varname)) { in Set() 458 if (ISTREQ(tok1, gPrefOpts[t].varname)) { in Set() 523 char *tok1, *tok2; in ProcessPrefsFile() local 528 tok1 = strtok(line, " =\t\r\n"); in ProcessPrefsFile() 529 if ((tok1 == NULL) || (tok1[0] == '#')) in ProcessPrefsFile() 618 char *tok1; in InitPrefs() local 655 tok1 = getenv("PAGER"); in InitPrefs() 656 if ((tok1 != NULL) && (tok1[0] != '\0')) { in InitPrefs() 666 (void) STRNCPY(gPager, tok1); in InitPrefs() [all …]
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | seamless.c | 70 tok1 = seamless_get_token(&p); in seamless_process_line() 79 if (!strcmp("CREATE", tok1)) in seamless_process_line() 103 else if (!strcmp("DESTROY", tok1)) in seamless_process_line() 134 else if (!strcmp("SETICON", tok1)) in seamless_process_line() 187 else if (!strcmp("TITLE", tok1)) in seamless_process_line() 202 else if (!strcmp("STATE", tok1)) in seamless_process_line() 223 else if (!strcmp("DEBUG", tok1)) in seamless_process_line() 249 else if (!strcmp("HELLO", tok1)) in seamless_process_line() 260 else if (!strcmp("ACK", tok1)) in seamless_process_line() 270 else if (!strcmp("HIDE", tok1)) in seamless_process_line() [all …]
|
/reactos/sdk/tools/asmpp/ |
H A D | asmpp.cpp | 760 Token tok1 = get_ws(tokens[index + 1]); in translate_data_def() local 851 Token tok1 = get_ws(tokens[index + 1]); in translate_construct_one_param() local 853 printf("%s%s", translated.c_str(), tok1.str().c_str()); in translate_construct_one_param() 941 Token tok1 = tokens[index + 1]; in translate_identifier_construct() local 943 if (tok1.type() == TOKEN_TYPE::Colon) in translate_identifier_construct() 969 printf("%s:%s", tok.str().c_str(), tok1.str().c_str()); in translate_identifier_construct() 1085 Token tok1 = get_ws_or_nl(tokens[index + 1]); in translate_construct() local 1104 Token tok1 = get_ws_or_nl(tokens[index + 1]); in translate_construct() local
|