Searched refs:token (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c44 #define SET_OFFSET(offset, token, prefix, prefix_len) \
45 offset = strncmp(token, prefix, prefix_len) ? 0 : prefix_len;
84 char *token; local
108 token = dup_token(nline, &nline, isspace);
109 if (!token)
111 vendor = strtoul(token, NULL, 0);
112 free(token);
114 token = dup_token(nline, &nline, isspace);
115 if (!token)
117 device = strtoul(token, NUL
223 char *token; local
372 char *token; local
451 char *token; local
575 char *token; local
673 char *token, *ptr; local
704 char *token, *sw_token; local
857 char *token; local
931 char *token; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py396 def push(self, token):
397 self.tokens.insert(0, token);
400 print "Last token: ", self.last
404 def token(self): member in class:CLexer
623 def error(self, msg, token=-1):
628 if token != -1:
629 print "Got token ", token
633 def debug(self, msg, token=-1):
635 if token !
674 token = self.lexer.token() variable in class:CParser
934 token = self.lexer.token() variable in class:CParser
1002 token = self.lexer.token() variable in class:CParser
1013 def token(self): member in class:CParser
1019 token = self.parseComment(token) variable in class:CParser
1022 token = self.parsePreproc(token) variable in class:CParser
1028 token = self.lexer.token() variable in class:CParser
1038 token = self.lexer.token() variable in class:CParser
1052 token = self.parseType(token) variable in class:CParser
1079 token = self.token() variable in class:CParser
1098 token = self.token() variable in class:CParser
1109 token = self.parseBlock(token) variable in class:CParser
1149 token = self.parseTypeBlock(token) variable in class:CParser
1159 token = self.parseType(token) variable in class:CParser
1175 token = self.token() variable in class:CParser
1177 token = self.token() variable in class:CParser
1201 token = self.parseTypeBlock(token) variable in class:CParser
1235 token = self.token() variable in class:CParser
1248 token = self.parseTypeBlock(token) variable in class:CParser
1298 token = self.token() variable in class:CParser
1300 token = self.token() variable in class:CParser
1301 token = self.parseStruct(token) variable in class:CParser
1304 token = self.token() variable in class:CParser
1320 token = nametok variable in class:CParser
1331 token = self.token() variable in class:CParser
1332 token = self.parseEnumBlock(token) variable in class:CParser
1356 token = self.token() variable in class:CParser
1370 token = self.token() variable in class:CParser
1379 token = self.token() variable in class:CParser
1409 token = self.token() variable in class:CParser
1418 token = self.token() variable in class:CParser
1419 token = self.token() variable in class:CParser
1438 token = self.token() variable in class:CParser
1440 token = self.token() variable in class:CParser
1479 token = self.parseGlobal(token) variable in class:CParser
1484 token = self.parseGlobal(token) variable in class:CParser
1486 token = self.token() variable in class:CParser
1506 token = self.token() variable in class:CParser
1515 token = self.token() variable in class:CParser
1521 token = self.token() variable in class:CParser
1556 token = self.token() variable in class:CParser
1562 token = self.token() variable in class:CParser
1563 token = self.parseBlock(token); variable in class:CParser
1572 token = self.token() variable in class:CParser
1575 token = self.token() variable in class:CParser
1590 token = self.parseGlobal(token) variable in class:CParser
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Diss.c73 char token[MAX_TOKEN_SIZE]; local
76 get_token(pb, token, sizeof(token)); //"IMA_ADPCM_Sound"
77 get_token(pb, token, sizeof(token)); //packet size
78 sscanf(token, "%d", &iss->packet_size);
79 get_token(pb, token, sizeof(token)); //File ID
80 get_token(pb, token, sizeof(token)); //ou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.c30 char *token; local
35 if ((token = strsep(options, ",")) == NULL)
37 } while (*token == '\0');
38 *optopt = token;
41 if ((val = strchr (token, '=')) != NULL) {
49 if (!strcmp(opts[i].name, token)) {
52 caller, token);
62 printk("%s: Unrecognized mount option %s\n", caller, token);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c625 CRToken *token = NULL; local
630 if (token) {
631 cr_token_destroy (token);
632 token = NULL;
636 &token);
640 while ((token != NULL)
641 && (token->type == COMMENT_TK || token->type == S_TK));
643 cr_tknzr_unget_token (PRIVATE (a_this)->tknzr, token);
649 if (token) {
680 CRToken *token = NULL; local
762 CRToken *token = NULL; local
837 CRToken *token = NULL; local
926 CRToken *token = NULL; local
965 CRToken *token = NULL; local
1034 CRToken *token = NULL; local
1090 CRToken *token = NULL; local
1331 CRToken *token = NULL; local
1514 CRToken *token = NULL; local
1667 CRToken *token = NULL; local
2134 CRToken *token = NULL; local
2309 CRToken *token = NULL; local
3123 CRToken *token = NULL; local
3266 CRToken *token = NULL; local
3706 CRToken *token = NULL; local
3876 CRToken *token = NULL; local
4128 CRToken *token = NULL; local
4220 CRToken *token = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c625 CRToken *token = NULL; local
630 if (token) {
631 cr_token_destroy (token);
632 token = NULL;
636 &token);
640 while ((token != NULL)
641 && (token->type == COMMENT_TK || token->type == S_TK));
643 cr_tknzr_unget_token (PRIVATE (a_this)->tknzr, token);
649 if (token) {
680 CRToken *token = NULL; local
762 CRToken *token = NULL; local
837 CRToken *token = NULL; local
926 CRToken *token = NULL; local
965 CRToken *token = NULL; local
1034 CRToken *token = NULL; local
1090 CRToken *token = NULL; local
1331 CRToken *token = NULL; local
1514 CRToken *token = NULL; local
1667 CRToken *token = NULL; local
2134 CRToken *token = NULL; local
2309 CRToken *token = NULL; local
3123 CRToken *token = NULL; local
3266 CRToken *token = NULL; local
3706 CRToken *token = NULL; local
3876 CRToken *token = NULL; local
4128 CRToken *token = NULL; local
4220 CRToken *token = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.c30 char *token; local
34 if ((token = strsep(options, ",")) == NULL)
36 } while (*token == '\0');
38 *optopt = token;
40 if ((val = strchr (token, '=')) != NULL) {
45 if (!strcmp(opts->name, token)) {
51 caller, token);
62 caller, token, val);
69 caller, val, token);
73 printk(KERN_INFO "%s: Unrecognized mount option %s\n", caller, token);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/genksyms/
H A Dparse.y55 %token ASM_KEYW
56 %token ATTRIBUTE_KEYW
57 %token AUTO_KEYW
58 %token BOOL_KEYW
59 %token CHAR_KEYW
60 %token CONST_KEYW
61 %token DOUBLE_KEYW
62 %token ENUM_KEYW
63 %token EXTERN_KEYW
64 %token FLOAT_KEY
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dspnego.c29 static BOOL read_negTokenInit(ASN1_DATA *asn1, negTokenInit_t *token) argument
31 ZERO_STRUCTP(token);
45 token->mechTypes = SMB_MALLOC_P(char *);
48 token->mechTypes =
49 SMB_REALLOC_ARRAY(token->mechTypes, char *, i + 2);
50 asn1_read_OID(asn1, token->mechTypes + i);
52 token->mechTypes[i] = NULL;
60 asn1_read_Integer(asn1, &token->reqFlags);
61 token->reqFlags |= SPNEGO_REQ_FLAG;
67 asn1_read_OctetString(asn1, &token
104 write_negTokenInit(ASN1_DATA *asn1, negTokenInit_t *token) argument
167 read_negTokenTarg(ASN1_DATA *asn1, negTokenTarg_t *token) argument
210 write_negTokenTarg(ASN1_DATA *asn1, negTokenTarg_t *token) argument
245 read_spnego_data(DATA_BLOB data, SPNEGO_DATA *token) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr-mmio.h26 typedef struct { void __iomem *token; unsigned int stride; } dcr_host_t; member in struct:__anon9233
28 #define DCR_MAP_OK(host) ((host).token != NULL)
36 return in_be32(host.token + dcr_n * host.stride);
41 out_be32(host.token + dcr_n * host.stride, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dgettok.c48 parseline(int len, char *token) argument
54 p = token;
55 e = token + len;
59 *token = '\0';
78 return( p - token );
89 if ( p > e ) { /* end of token */
90 *token = '\0';
102 void parseline(char *token, char *user) argument
104 char *p = pos, *t = token, *u, *q, buf[ MAXPATHLEN ];
117 *token
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dsamtest.h27 NT_USER_TOKEN *token; member in struct:samtest_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddhcp.c19 static char *next_token (char *token, int buffsize, FILE * fp);
29 char token[MAXTOK], *dot; local
45 while ((next_token(token, MAXTOK, fp)))
47 if (strcmp(token, "lease") == 0)
52 if (next_token(token, MAXTOK, fp) &&
53 inet_pton(AF_INET, token, &host_address))
55 if (next_token(token, MAXTOK, fp) && *token == '{')
57 while (next_token(token, MAXTOK, fp) && *token !
168 next_token(char *token, int buffsize, FILE * fp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddcr.c104 dcr_host_t ret = { .token = NULL, .stride = 0 };
116 ret.token = ioremap(addr, dcr_c * ret.stride);
117 if (ret.token == NULL)
120 ret.token, ret.token - dcr_n * ret.stride);
121 ret.token -= dcr_n * ret.stride;
129 if (h.token == NULL)
131 h.token += dcr_n * h.stride;
132 iounmap(h.token);
133 h.token
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Disc.c32 static int next_token (char *token, int buffsize, FILE * fp) argument
35 char *cp = token;
60 char token[MAXTOK], *dot; local
98 while ((next_token(token, MAXTOK, fp)))
100 if (strcmp(token, "lease") == 0)
104 if (next_token(token, MAXTOK, fp) &&
105 (host_address.s_addr = inet_addr(token)) != (in_addr_t) -1)
107 if (next_token(token, MAXTOK, fp) && *token == '{')
109 while (next_token(token, MAXTO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Disc.c34 static int next_token (char *token, int buffsize, FILE * fp) argument
37 char *cp = token;
63 char token[MAXTOK], *dot; local
95 while ((next_token(token, MAXTOK, fp)))
97 if (strcmp(token, "lease") == 0)
101 if (next_token(token, MAXTOK, fp) &&
102 (host_address.s_addr = inet_addr(token)) != (in_addr_t) -1)
104 if (next_token(token, MAXTOK, fp) && *token == '{')
106 while (next_token(token, MAXTO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h211 #define td_token(td) le32_to_cpu((td)->token)
222 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \
224 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1)
225 #define uhci_endpoint(token) (((token) >> 15) & 0xf)
226 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f)
227 #define uhci_devep(token) (((toke
246 __le32 token; member in struct:uhci_td
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c58 * Locate a device name from a token (NAME=value string), or (name, value)
59 * pair. In the case of a token, value is ignored. If the "token" is not
63 char *blkid_get_devname(blkid_cache cache, const char *token, argument
71 if (!token)
80 printf("looking for %s%s%s %s\n", token, value ? "=" : "",
84 if (!strchr(token, '='))
85 return blkid_strdup(token);
86 blkid_parse_tag_string(token, &t, &v);
89 token
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-scheme.c194 /* A token consists of a sequence of characters. */
195 struct token struct
199 char *chars; /* the token's constituents */
202 /* Initialize a 'struct token'. */
204 init_token (struct token *tp)
211 /* Free the memory pointed to by a 'struct token'. */
213 free_token (struct token *tp)
218 /* Ensure there is enough room in the token for one more character. */
220 grow_token (struct token *tp)
229 /* Read the next token
645 struct token *token; /* for t_symbol and t_string */ member in struct:object
888 struct token token; local
965 struct token token; local
1015 struct token token; local
1030 struct token token; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dsec_ctx.c30 NT_USER_TOKEN *token; member in struct:sec_ctx
258 ctx_p->token = dup_nt_token(sec_ctx_stack[sec_ctx_stack_ndx-1].token);
265 delete_nt_token(&ctx_p->token);
281 void set_sec_ctx(uid_t uid, gid_t gid, int ngroups, gid_t *groups, NT_USER_TOKEN *token) argument
290 debug_nt_user_token(DBGC_CLASS, 5, token);
302 if (token && (token == ctx_p->token))
305 delete_nt_token(&ctx_p->token);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dserver_ipc.h14 extern int ipc_child_write(int fd, uint16_t command, int len, void *token);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dparser.h13 int token; member in struct:match_token
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_seaccess.c31 static uint32 check_ace(SEC_ACE *ace, const NT_USER_TOKEN *token, uint32 acc_desired, argument
45 * If this ACE has no SID in common with the token,
50 if (!token_sid_in_ace( token, ace))
91 static BOOL get_max_access( SEC_ACL *the_acl, const NT_USER_TOKEN *token, uint32 *granted, argument
103 if (!token_sid_in_ace( token, ace))
213 BOOL se_access_check(const SEC_DESC *sd, const NT_USER_TOKEN *token, argument
226 if (!token)
227 token = &anonymous_token;
232 DEBUG(10,("se_access_check: requested access 0x%08x, for NT token with %u entries and first sid %s.\n",
233 (unsigned int)acc_desired, (unsigned int)token
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Demp_ematch.y10 %token-table
27 %token <i> ERROR
28 %token <b> ATTRIBUTE
29 %token <i> AND OR NOT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h59 const xmlChar *token,
65 const xmlChar *token,
72 const xmlChar *token,
80 const xmlChar *token,
88 const xmlChar *token,
97 const xmlChar *token,
105 const xmlChar *token,

Completed in 506 milliseconds

1234567891011>>