Searched refs:token (Results 251 - 275 of 325) sorted by relevance

<<111213

/haiku-fatelf/src/bin/rcs/
H A Drcslex.c186 enum tokens nexttok; /*next token, set by nextlex */
201 static struct buf tokbuf; /* token buffer */
203 char const * NextString; /* next token */
292 nextlex(); /*initial token*/
305 /* Function: Reads the next token and sets nexttok to the next token code.
435 int getlex(token)
436 enum tokens token;
437 /* Function: Checks if nexttok is the same as token. If so,
443 if (nexttok==token) {
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A Dbesure_server.c72 int cmdAuthenticate(unsigned int addr, char *client, char *token, char *response);
733 int cmdAuthenticate(unsigned int addr, char *client, char *token, char *response) argument
752 // printf("\tToken = %s\n", token);
761 memcpy(buffer, token, BT_AUTH_TOKEN_LENGTH);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp956 uint32 flags, port_id port, uint32 token, void** cookie)
960 queryString, flags, port, token, cookie));
961 status_t error = volume->OpenQuery(queryString, flags, port, token, cookie);
955 userlandfs_open_query(fs_volume* fsVolume, const char *queryString, uint32 flags, port_id port, uint32 token, void** cookie) argument
H A DVolume.h215 uint32 flags, port_id port, uint32 token,
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.c931 /* Add the token TOKEN to dfa->nodes, and return the index of the token.
935 re_dfa_add_node (dfa, token, mode)
937 re_token_t token;
972 dfa->nodes[dfa->nodes_len] = token;
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_cmd.c172 char* token[MAX_TOKENS]; local
193 token[num_tokens++] = tok;
198 return fluid_cmd_handler_handle(handler, num_tokens, &token[0], out);
/haiku-fatelf/src/servers/app/drawing/
H A DAccelerantHWInterface.cpp1224 AccelerantHWInterface::ReleaseOverlayChannel(overlay_token token) argument
1226 if (token == NULL)
1229 fAccReleaseOverlay(token);
/haiku-fatelf/headers/os/interface/
H A DWindow.h342 BView* _FindView(int32 token);
/haiku-fatelf/headers/private/graphics/radeon/
H A Dradeon_interface.h434 uint32 token; // arbitrarily chosen token to identify overlay owner member in struct:__anon908
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp617 uint32 token, void** cookie)
616 OpenQuery(const char* queryString, uint32 flags, port_id port, uint32 token, void** cookie) argument
/haiku-fatelf/src/bin/network/tcpdump/
H A DMakefile89 print-timed.c print-token.c print-udp.c print-vjc.c print-vrrp.c \
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_scan.c75 NCURSES_EXPORT_VAR(struct token)
90 static int pushtype; /* type of pushback token */
300 * Scans the input for the next token, storing the specifics in the
356 DEBUG(3, ("pushed-back token: `%s', class %d",
669 _nc_warning("Bad token type");
677 DEBUG(3, ("token: `%s', class %d",
865 * Push a token of given type so that it will be reread by the next
883 DEBUG(3, ("pushing token: `%s', class %d",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp136 port_id port, long token, void **cookie);
2204 long token, void **cookie)
2210 PRINT(("query = \"%s\", flags = %lu, port_id = %ld, token = %ld\n", queryString, flags, port, token));
2231 query->SetLiveMode(port, token);
2203 bfs_open_query(void *_ns, const char *queryString, ulong flags, port_id port, long token, void **cookie) argument
H A DQuery.cpp1527 Query::SetLiveMode(port_id port, int32 token)
1530 fToken = token;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp159 port_id port, long token, void **cookie);
1979 long token, void **cookie)
1985 PRINT(("query = \"%s\", flags = %lu, port_id = %ld, token = %ld\n", queryString, flags, port, token));
2015 query->SetLiveMode(port, token);
1978 ramfs_open_query(void *ns, const char *queryString, ulong flags, port_id port, long token, void **cookie) argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLparser.c261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
265 #define RAW (ctxt->token ? -1 : (*ctxt->input->cur))
274 ctxt->token = 0; ctxt->input->cur += l; ctxt->nbChars++; \
309 if (ctxt->token != 0) {
311 return(ctxt->token);
2746 while (((cur != '<') || (ctxt->token == '<')) &&
2747 ((cur != '&') || (ctxt->token == '&')) &&
4901 if (ctxt->token != 0) {
4904 chr[0] = (xmlChar) ctxt->token;
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_io.c598 uint8_t token, uint16_t arg)
622 tmp = RT2860_REG_H2M_BUSY | (token << 16) | arg;
597 rt2860_io_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint8_t token, uint16_t arg) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp1595 Query::SetLiveMode(port_id port, int32 token)
1598 fToken = token;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp1106 port_id port, uint32 token, void** cookie)
1111 token, cookie);
1105 OpenQuery(const char* queryString, uint32 flags, port_id port, uint32 token, void** cookie) argument
/haiku-fatelf/src/bin/bash/
H A Dshell.c1824 shopt_alist[shopt_ind].token = on_or_off;
1834 if (shopt_setopt (shopt_alist[i].word, (shopt_alist[i].token == '-')) != EXECUTION_SUCCESS)
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c551 #define YYBACKUP(token, value) \
554 { yychar = (token), yylval = (value); \
710 int yychar1 = 0; /* lookahead token as an internal (translated) token number */
754 yychar = YYEMPTY; /* Cause a token to be read. */
867 /* Read a lookahead token if we need one and don't already have one. */
870 /* First try to decide what to do without reference to lookahead token. */
876 /* Not known => get a lookahead token if don't already have one. */
879 or a valid token in external form. */
885 fprintf(stderr, "Reading a token
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DVerbatim.java776 String token = st.nextToken();
777 int coord = Integer.parseInt(token);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DVerbatim.java782 String token = st.nextToken();
783 int coord = Integer.parseInt(token);
/haiku-fatelf/src/servers/app/
H A DServerPicture.cpp515 draw_picture(View* view, BPoint where, int32 token) argument
518 = view->Window()->ServerWindow()->App()->GetPicture(token);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dudf.cpp139 port_id port, long token, void **cookie);
1005 long token, void **cookie)

Completed in 243 milliseconds

<<111213