Searched refs:token (Results 151 - 175 of 325) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/system/
H A Dsyscalls.h184 port_id port, int32 token);
186 port_id port, int32 token);
306 int32 token);
373 extern status_t _kern_stop_notifying(port_id port, uint32 token);
375 port_id port, uint32 token);
377 uint32 token);
617 int32 token);
618 extern status_t _kern_stop_watching_disks(port_id port, int32 token);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.h56 int SendNotification(port_id port, int32 token,
151 uint32 flags, port_id port, int32 token,
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.y160 token, to save space in the array generated by bison. */
170 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
171 %token <num> NUMBER
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.y158 token, to save space in the array generated by bison. */
168 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
169 %token <num> NUMBER
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-main.c84 /* The token of the last asynchronous command */
197 with the token varialbes, in order to display the current token in
199 token when the target finally stops. See comments in
1056 fprintf_unfiltered (raw_stdout, " token=`%s' command=`%s' args=`%s'\n",
1057 context->token, context->command, context->args);
1075 fputs_unfiltered (context->token, raw_stdout);
1085 fputs_unfiltered (context->token, raw_stdout);
1127 fputs_unfiltered (context->token, raw_stdout);
1179 fputs_unfiltered (command->token, raw_stdou
[all...]
/haiku-fatelf/src/kits/app/
H A DMessenger.cpp114 // set port, token,...
492 /*! \brief Sets the messenger's team, target looper port and handler token.
494 To target the preferred handler, use B_PREFERRED_TOKEN as token.
498 \param token The target handler token.
501 BMessenger::_SetTo(team_id team, port_id port, int32 token) argument
505 fHandlerToken = token;
/haiku-fatelf/src/kits/package/
H A DPackageInfo.cpp74 void _RewindTo(const Token& token);
148 virtual void operator()(const Token& token) = 0;
211 // return it as a token afterwards.
308 BString error = BString("unknown token '") << *fPos << "' encountered";
314 BPackageInfo::Parser::_RewindTo(const Token& token) argument
316 fPos = token.pos;
439 Token token = _NextToken(); local
440 if (token.type == TOKEN_CLOSE_BRACE)
443 if (token.type == TOKEN_ITEM_SEPARATOR)
446 elementParser(token);
469 operator ()(const Token& token) argument
506 operator ()(const Token& token) argument
545 operator ()(const Token& token) argument
626 operator ()(const Token& token) argument
[all...]
/haiku-fatelf/src/kits/storage/sniffer/
H A DParser.cpp85 throw new Err("Sniffer scanner error: Token::String() called on non-string token", fPos);
90 throw new Err("Sniffer scanner error: Token::Int() called on non-integer token", fPos);
95 throw new Err("Sniffer scanner error: Token::Float() called on non-float token", fPos);
675 //! Returns a pointer to the next token in the stream.
692 //! Places token returned by the most recent call to Get() back on the head of the stream.
702 throw new Err("Sniffer parser error: TokenStream::Unget() called at beginning of token stream", -1);
706 /*! \brief Reads the next token in the stream and verifies it is of the given type,
718 //! Conditionally reads the next token in the stream.
719 /*! CondRead() peeks at the next token in the stream. If it is of the given type, the
720 token i
751 Token *token = new Token(type, pos); local
757 Token *token = new StringToken(str, pos); local
765 Token *token = new IntToken(value, pos); local
773 Token *token = new FloatToken(value, pos); local
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtput.c128 exit_code(int token, int value) argument
132 switch (token) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVolume.h55 int SendNotification(port_id port, int32 token,
150 uint32 flags, port_id port, int32 token,
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp123 command.AddInt32("token", i);
154 invalidate.AddInt32("token", 5);
169 ClientLooper::_DrawAnimatedLayer(int32 token) argument
172 message.AddInt32("token", token);
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.cpp155 descriptor->status, descriptor->token);
263 fStrayDescriptor->token = TD_TOKEN_NULL_DATA
949 statusDescriptor->token |= TD_TOKEN_DATA1;
1129 isoRequest[i]->token &= ~TD_TOKEN_DATA1;
1144 isoRequest[isochronousData->packet_count - 1]->token &= ~TD_TOKEN_DATA1;
1361 B_PRIx32 "; token: 0x%08" B_PRIx32 ";\n",
1362 descriptor->this_phy, status, descriptor->token);
1624 if (current->token & TD_TOKEN_IN) {
2086 result->token = TD_TOKEN_NULL_DATA;
2088 result->token
[all...]
/haiku-fatelf/src/tools/stubgen/
H A Dparser.y376 %token <string> IDENTIFIER CONSTANT STRING_LITERAL
377 %token <string> CHAR SHORT INT LONG SIGNED UNSIGNED FLOAT DOUBLE VOID
378 %token NEW DELETE TEMPLATE THROW
380 %token PTR_OP INC_OP DEC_OP LEFT_OP RIGHT_OP LE_OP GE_OP EQ_OP NE_OP
381 %token AND_OP OR_OP MUL_ASSIGN DIV_ASSIGN MOD_ASSIGN ADD_ASSIGN
382 %token SUB_ASSIGN LEFT_ASSIGN RIGHT_ASSIGN AND_ASSIGN
383 %token XOR_ASSIGN OR_ASSIGN CLCL MEM_PTR_OP
385 %token FRIEND OPERATOR CONST CLASS STRUCT UNION ENUM
386 %token PROTECTED PRIVATE PUBLIC EXTERN ELIPSIS
/haiku-fatelf/src/bin/network/wget/src/
H A Dcookies.c324 #define TOKEN_IS(token, string_literal) \
325 BOUNDED_EQUAL_NO_CASE (token.b, token.e, string_literal)
327 #define TOKEN_NON_EMPTY(token) (token.b != NULL && token.b != token.e)
H A Dmain.c745 char *line_dup, *token;
758 token = strtok (line_dup, " ");
759 while (token != NULL)
761 /* If however a token is much larger than the maximum
763 token on the next line. */
764 if (remaining_chars <= strlen (token))
769 printf ("%s ", token);
770 remaining_chars -= strlen (token) + 1; /* account for " " */
771 token = strtok (NULL, " ");
743 char *line_dup, *token; local
/haiku-fatelf/src/kits/package/hpkg/
H A DReaderImplBase.cpp482 const BPackageAttributeValue& value, void* parentToken, void* token)
485 fToken(token),
498 void* token; local
500 (BHPKGAttributeID)id, value, fToken, token);
507 fToken, token);
510 value, fToken, token);
518 value, fToken, token);
481 LowLevelAttributeHandler(uint8 id, const BPackageAttributeValue& value, void* parentToken, void* token) argument
/haiku-fatelf/src/bin/network/ftp/
H A Dfetch.c110 * Determine if token is the next word in buf (case insensitive).
111 * If so, advance buf past the token and any trailing LWS, and
112 * return a pointer to the token (in buf). Otherwise, return NULL.
113 * token may be preceeded by LWS.
114 * token must be followed by LWS or NUL. (I.e, don't partial match).
117 match_token(const char **buf, const char *token) argument
122 tlen = strlen(token);
126 if (strncasecmp(p, token, tlen) != 0)
477 const char *cp, *token; local
960 if (! (token
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dkernel_emu.cpp193 send_notification(port_id targetPort, long token, ulong what, long op, argument
210 request->token = token;
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h102 port_id port, uint32 token, void** _cookie);
355 extern status_t notify_query_entry_created(port_id port, int32 token,
358 extern status_t notify_query_entry_removed(port_id port, int32 token,
361 extern status_t notify_query_attr_changed(port_id port, int32 token,
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h107 uint32_t flags, fssh_port_id port, uint32_t token,
401 int32_t token, fssh_mount_id device,
405 int32_t token, fssh_mount_id device,
409 int32_t token, fssh_mount_id device,
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h24 status_t notify_query(port_id port, int32 token, int32 operation,
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp521 int32 token = messengerPrivate.Token(); local
523 return _kern_start_watching_disks(eventMask, port, token);
538 int32 token = messengerPrivate.Token(); local
540 return _kern_stop_watching_disks(port, token);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkprotos.h62 int sys_open_query(int kernel, int fd, const char *path, const char *query, ulong flags, port_id port, ulong token, void **cookie);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlregexp.h67 const xmlChar *token,
139 * and for the set with just the empty token
/haiku-fatelf/src/tools/fs_shell/
H A Dsyscalls.h81 int32_t token);

Completed in 288 milliseconds

1234567891011>>