Searched refs:tok (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-fatelf/src/bin/network/tcpdump/
H A Dgmpls.h17 extern struct tok gmpls_link_prot_values[];
18 extern struct tok gmpls_switch_cap_values[];
19 extern struct tok gmpls_encoding_values[];
20 extern struct tok gmpls_payload_values[];
21 extern struct tok diffserv_te_bc_values[];
22 extern struct tok lmp_sd_service_config_cpsa_link_type_values[];
23 extern struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[];
24 extern struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[];
H A Dl2vpn.h17 extern struct tok l2vpn_encaps_values[];
H A Dgmpls.c30 struct tok gmpls_link_prot_values[] = {
43 struct tok gmpls_switch_cap_values[] = {
56 struct tok gmpls_encoding_values[] = {
72 struct tok gmpls_payload_values[] = {
140 struct tok lmp_sd_service_config_cpsa_link_type_values[] = {
151 struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[] = {
168 struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[] = {
184 struct tok diffserv_te_bc_values[] = {
H A Dnlpid.c29 struct tok nlpid_values[] = {
H A Dnlpid.h17 extern struct tok nlpid_values[];
H A Dprint-llc.c47 static struct tok llc_values[] = {
66 static struct tok llc_cmd_values[] = {
78 static const struct tok llc_flag_values[] = {
89 static const struct tok llc_ig_flag_values[] = {
96 static const struct tok llc_supervisory_values[] = {
104 static const struct tok cisco_values[] = {
109 static const struct tok bridged_values[] = {
124 static const struct tok null_values[] = {
130 const struct tok *tok; member in struct:oui_tok
389 const struct tok *tok = null_values; local
[all...]
H A Doui.c31 struct tok oui_values[] = {
55 struct tok smi_values[] = {
H A Doui.h17 extern struct tok oui_values[];
18 extern struct tok smi_values[];
H A Dipproto.c30 struct tok ipproto_values[] = {
H A Dl2vpn.c30 struct tok l2vpn_encaps_values[] = {
H A Dprint-atm.c46 struct tok oam_f_values[] = {
52 struct tok oam_celltype_values[] = {
60 struct tok oam_fm_functype_values[] = {
68 struct tok oam_pm_functype_values[] = {
75 struct tok oam_ad_functype_values[] = {
81 static const struct tok *oam_functype_values[16] = {
198 static struct tok msgtype2str[] = {
/haiku-fatelf/src/libs/edit/
H A Dtokenizer.c80 tok_finish(Tokenizer *tok) argument
83 *tok->wptr = '\0';
84 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
85 tok->argv[tok->argc++] = tok->wstart;
86 tok->argv[tok
99 Tokenizer *tok = (Tokenizer *) tok_malloc(sizeof(Tokenizer)); local
138 tok_reset(Tokenizer *tok) argument
153 tok_end(Tokenizer *tok) argument
182 tok_line(Tokenizer *tok, const LineInfo *line, int *argc, const char ***argv, int *cursorc, int *cursoro) argument
431 tok_str(Tokenizer *tok, const char *line, int *argc, const char ***argv) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dthreads.c178 xmlMutexPtr tok; local
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
184 pthread_mutex_init(&tok->lock, NULL);
186 tok->mutex = CreateMutex(NULL, FALSE, NULL);
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
189 free(tok);
192 tok->tid = -1;
194 return (tok);
199 * @tok: the simple mutex
205 xmlFreeMutex(xmlMutexPtr tok) argument
227 xmlMutexLock(xmlMutexPtr tok) argument
255 xmlMutexUnlock(xmlMutexPtr tok) argument
285 xmlRMutexPtr tok; local
339 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlrole.c94 int tok,
117 static int FASTCALL common(PROLOG_STATE *state, int tok);
121 int tok,
126 switch (tok) {
153 return common(state, tok);
158 int tok,
163 switch (tok) {
184 return common(state, tok);
189 int tok,
194 switch (tok) {
120 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
157 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
188 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
209 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
227 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
257 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
274 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
291 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
311 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
328 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
385 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
398 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
430 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
450 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
467 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
495 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
512 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
529 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
552 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
570 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
598 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
615 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
632 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
649 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
666 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
690 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
707 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
725 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
746 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
764 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
785 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
826 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
845 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
865 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
882 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
899 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
920 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
960 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
977 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
995 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1025 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1065 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1090 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1108 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1129 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1159 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1209 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1233 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1251 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1270 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1287 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1297 common(PROLOG_STATE *state, int tok) argument
[all...]
H A Dxmlrole.h89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp-ls.c107 char *line, *tok, *ptok; /* tokenizer */ local
129 tok = strtok (line, " ");
130 if (!tok)
140 switch (*tok)
178 cur.perms = symperms (tok + 1);
198 tok = line;
199 while (ptok = tok,
200 (tok = strtok (NULL, " ")) != NULL)
206 if (!strcmp (tok, months[i]))
238 if (tok[
434 char *line, *tok; /* tokenizer */ local
681 char *line, *tok; /* tokenizer */ local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dthreads.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dstrsep.c64 char *tok; local
68 for (tok = s;;) {
78 return (tok);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacroexp.c209 set_token (struct macro_buffer *tok, char *start, char *end)
211 init_shared_buffer (tok, start, end - start);
212 tok->last_token = 0;
215 tok->is_identifier = 0;
220 get_comment (struct macro_buffer *tok, char *p, char *end)
237 set_token (tok, tok_start, p);
253 set_token (tok, tok_start, p);
262 get_identifier (struct macro_buffer *tok, char *p, char *end)
274 set_token (tok, tok_start, p);
275 tok
207 set_token(struct macro_buffer *tok, char *start, char *end) argument
218 get_comment(struct macro_buffer *tok, char *p, char *end) argument
260 get_identifier(struct macro_buffer *tok, char *p, char *end) argument
282 get_pp_number(struct macro_buffer *tok, char *p, char *end) argument
319 get_character_constant(struct macro_buffer *tok, char *p, char *end) argument
373 get_string_literal(struct macro_buffer *tok, char *p, char *end) argument
420 get_punctuator(struct macro_buffer *tok, char *p, char *end) argument
470 get_token(struct macro_buffer *tok, struct macro_buffer *src) argument
693 struct macro_buffer tok; local
825 struct macro_buffer tok; local
1066 struct macro_buffer tok; local
1134 struct macro_buffer src, dest, tok; local
[all...]
H A Dmemattr.c140 char *tok;
146 tok = strtok (args, " \t");
147 if (!tok)
149 lo = parse_and_eval_address (tok);
151 tok = strtok (NULL, " \t");
152 if (!tok)
154 hi = parse_and_eval_address (tok);
157 while ((tok = strtok (NULL, " \t")) != NULL)
159 if (strcmp (tok, "rw") == 0)
161 else if (strcmp (tok, "r
139 char *tok; local
[all...]
/haiku-fatelf/src/kits/network/libbind/bsd/
H A Dstrsep.c65 char *tok; local
69 for (tok = s;;) {
79 return (tok);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DFileSharingDlg.cpp231 int i, tok; local
236 tok = GetToken();
237 if (tok != BT_TOKEN_STRING)
241 tok = GetToken();
242 if (tok != BT_TOKEN_AS)
245 tok = GetToken();
246 if (tok != BT_TOKEN_STRING)
270 int tok, shareId; local
275 tok = GetToken();
276 if (tok !
295 int tok, rights; local
350 int i, tok; local
430 int i, tok; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dargv-iter.c31 char *tok; member in struct:argv_iterator
60 ai->tok = NULL;
73 ssize_t len = getdelim (&ai->tok, &ai->buf_len, '\0', ai->fp);
82 return ai->tok;
109 free (ai->tok);
H A Dreadtokens0.h31 char **tok; member in struct:Tokens
33 struct obstack o_data; /* Contains data pointed to by each tok[i]. */
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.c225 char *tok; local
229 for (tok = s;;) {
239 return (tok);

Completed in 211 milliseconds

12345