Searched refs:tok1 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dpreffw.c234 char *tok1, *tok2; local
240 tok1 = strtok(line, " =\t\r\n");
241 if ((tok1 == NULL) || (tok1[0] == '#'))
246 if (ISTREQ(tok1, "firewall-type")) {
250 } else if (ISTREQ(tok1, "firewall-host")) {
252 } else if (ISTREQ(tok1, "firewall-port")) {
256 } else if (ISTREQ(tok1, "firewall-user")) {
258 } else if (ISTREQ(tok1, "firewall-pass")) {
260 } else if (ISTREQ(tok1, "firewal
[all...]
H A Dpref.c414 Set(const char *const tok1, const char *const tok2) argument
418 if ((tok1 == NULL) || (ISTREQ(tok1, "all"))) {
427 if (ISTREQ(tok1, gPrefOpts[t].varname)) {
429 (void) printf("The \"%s\" option is obselete or not implemented.\n", tok1);
437 (void) printf("Unknown option \"%s\" -- try \"show all\" to list available options.\n", tok1);
442 if (ISTREQ(tok1, gPrefOpts[t].varname)) {
444 (void) printf("The \"%s\" option is obselete or not implemented.\n", tok1);
453 (void) printf("Unknown option \"%s\" -- try \"show all\" to list available options.\n", tok1);
507 char *tok1, *tok local
602 char *tok1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c626 char *tok1, *tok2; local
716 tok1 = strtok(line, " =\t\r\n");
717 if ((tok1 == NULL) || (tok1[0] == '#'))
722 if (strcmp(tok1, "op") == 0) {
725 } else if (strcmp(tok1, "delay-since-last-failure") == 0) {
727 } else if (strcmp(tok1, "hostname") == 0) {
729 } else if (strcmp(tok1, "host-ip") == 0) {
734 } else if (strcmp(tok1, "port") == 0) {
736 } else if (strcmp(tok1, "passiv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c970 char *tok1, *tok2, *val; local
1007 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
1011 key = dupstring(tok1);
1028 if (tokenize(in+1, &tok1, (char **) 0) != 1) {
1032 hn = hash_lookup(h, tok1);
1044 if (tokenize(in+1, &tok1, (char **) 0) != 1) {
1048 hn = hash_lookup(h, tok1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp483 static inline bool cmp_tokens( char* tok1, char* tok2 ) argument
488 size_t len = get_token_len( tok1 );
494 if ( *(tok1++) != *(tok2++) )
504 static inline bool cmp_tokens_fast( char* tok1, char* tok2, size_t len ) argument
508 if ( *(tok1++) != *(tok2++) )

Completed in 114 milliseconds