Home
last modified time | relevance | path

Searched refs:MAXTOKENS (Results 1 – 19 of 19) sorted by relevance

/dports/security/sectok/sectok-20030825/
H A Dmain.c48 #define MAXTOKENS 300 macro
70 char buf[256], *scriptfile = NULL, *tp, *tv[MAXTOKENS];
143 if (tc < MAXTOKENS - 1)
H A Dcyberflex.c661 #define MAXTOKENS 16 macro
/dports/net/tacacs/PROJECTS/ftpd/
H A Dh_feat.c141 #ifndef MAXTOKENS in h_opts()
142 # define MAXTOKENS 32 in h_opts() macro
144 char *argv[MAXTOKENS]; in h_opts()
146 int argc = tokenize(t, argv, MAXTOKENS); in h_opts()
/dports/security/sectok/sectok-20030825/palm/
H A Dpilotmain.c55 #define MAXTOKENS 300 macro
281 char *s, *tp, *tv[MAXTOKENS]; in just_dispatch()
H A Dcyberflex.c661 #define MAXTOKENS 16 macro
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dfitsfile.h50 #define MAXTOKENS 1000 /* Maximum number of tokens to parse */ macro
58 char *tok1[MAXTOKENS]; /* Pointers to start of tokens */
59 int ltok[MAXTOKENS]; /* Lengths of tokens */
H A Dfileutil.c581 static int maxtokens = MAXTOKENS; /* Set maximum number of tokens from wcscat.h*/
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/config/
H A Dpool_config_variables.c2536 const int MAXTOKENS = 256; in get_list_from_string() local
2544 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2558 if (((*n) % MAXTOKENS) == 0) in get_list_from_string()
2560 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string()
2586 const int MAXTOKENS = 256; in get_list_from_string_regex_delim() local
2593 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string_regex_delim()
2632 if (((*n) % MAXTOKENS) == 0) in get_list_from_string_regex_delim()
2633 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string_regex_delim()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/microcode/siop/
H A Dncr53cxxx.c42 #define MAXTOKENS 16 macro
49 } tokens[MAXTOKENS];
567 if (ntokens >= MAXTOKENS) { in parse()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/config/
H A Dpool_config_variables.c2682 const int MAXTOKENS = 256; in get_list_from_string() local
2690 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2704 if (((*n) % MAXTOKENS) == 0) in get_list_from_string()
2706 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string()
2732 const int MAXTOKENS = 256; in get_list_from_string_regex_delim() local
2739 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string_regex_delim()
2778 if (((*n) % MAXTOKENS) == 0) in get_list_from_string_regex_delim()
2779 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string_regex_delim()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/config/
H A Dpool_config_variables.c2896 const int MAXTOKENS = 256; in get_list_from_string() local
2904 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2918 if (((*n) % MAXTOKENS) == 0) in get_list_from_string()
2920 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string()
2946 const int MAXTOKENS = 256; in get_list_from_string_regex_delim() local
2953 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string_regex_delim()
2992 if (((*n) % MAXTOKENS) == 0) in get_list_from_string_regex_delim()
2993 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string_regex_delim()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/config/
H A Dpool_config_variables.c2830 const int MAXTOKENS = 256; in get_list_from_string() local
2838 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2852 if (((*n) % MAXTOKENS) == 0) in get_list_from_string()
2854 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string()
2880 const int MAXTOKENS = 256; in get_list_from_string_regex_delim() local
2887 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string_regex_delim()
2926 if (((*n) % MAXTOKENS) == 0) in get_list_from_string_regex_delim()
2927 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n) / MAXTOKENS) + 1))); in get_list_from_string_regex_delim()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/config/
H A Dpool_config_variables.c2216 const int MAXTOKENS = 256; in get_list_from_string() local
2224 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2238 if ( ((*n) % MAXTOKENS ) == 0) in get_list_from_string()
2240 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n)/MAXTOKENS) +1) )); in get_list_from_string()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/tools/pgmd5/
H A Dpool_config_variables.c2216 const int MAXTOKENS = 256; in get_list_from_string() local
2224 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2238 if ( ((*n) % MAXTOKENS ) == 0) in get_list_from_string()
2240 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n)/MAXTOKENS) +1) )); in get_list_from_string()
/dports/net/ntp/ntp-4.2.8p15/ntpdc/
H A Dntpdc.c167 #define MAXTOKENS (1+1+MAXARGS+MOREARGS+2) /* maximum number of usable tokens */ macro
1285 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++) { in tokenize()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/config/
H A Dpool_config_variables.c2444 const int MAXTOKENS = 256; in get_list_from_string() local
2452 tokens = palloc(MAXTOKENS * sizeof(char *)); in get_list_from_string()
2466 if ( ((*n) % MAXTOKENS ) == 0) in get_list_from_string()
2468 tokens = repalloc(tokens, (MAXTOKENS * sizeof(char *) * (((*n)/MAXTOKENS) +1) )); in get_list_from_string()
/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp72 #define MAXTOKENS 2048 macro
347 words = (char**) malloc(sizeof(char*)*MAXTOKENS); in read_file()
348 for (i=0; i < MAXTOKENS; i++) in read_file()
349 words[i] = (char*) malloc(sizeof(char)*MAXTOKENS); in read_file()
744 for (i = 0; i < MAXTOKENS ; i++ ) free( words[i]); in read_file()
/dports/net/ntp/ntp-4.2.8p15/ntpq/
H A Dntpq.c347 #define MAXTOKENS (1+MAXARGS+2) /* maximum number of usable tokens */ macro
1726 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++) { in tokenize()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_config.c5365 for (ntok = 1; ntok < MAXTOKENS; ntok++) { in gettokens_netinfo()
5382 if (ntok == MAXTOKENS) { in gettokens_netinfo()