Searched refs:tok (Results 51 - 75 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsharesec.c152 fstring tok; local
191 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
198 if (strncmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
200 } else if (strncmp(tok, "DENIED", strlen("DENIED")) == 0) {
204 orig_str, tok);
212 if (!(next_token(&cp, tok, "/", sizeof(fstring)) &&
213 sscanf(tok, "%i", &aflags) && aflags == 0)) {
215 orig_str, tok);
220 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
222 orig_str, tok);
[all...]
H A Ddebug2html.c168 static void charprint( dbg_Token tok, int c ) argument
172 * Input: tok - The token value of the current character.
180 switch( tok )
H A Ddebugparse.c48 const char *dbg_token2string( dbg_Token tok )
52 * Input: tok - One of the set of dbg_Tokens defined in debugparse.h.
63 switch( tok )
H A Dsmbcacls.c233 fstring tok; local
272 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
279 if (strncmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
281 } else if (strncmp(tok, "DENIED", strlen("DENIED")) == 0) {
285 orig_str, tok);
292 if (!(next_token(&cp, tok, "/", sizeof(fstring)) &&
293 sscanf(tok, "%i", &aflags))) {
295 orig_str, tok);
300 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
302 orig_str, tok);
381 fstring tok; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-syslog.c44 static const struct tok syslog_severity_values[] = {
56 static const struct tok syslog_facility_values[] = {
H A Dprint-vrrp.c70 static const struct tok type2str[] = {
80 static const struct tok auth2str[] = {
H A Dprint-eap.c56 static const struct tok eap_frame_type_values[] = {
77 static const struct tok eap_code_values[] = {
100 static const struct tok eap_type_values[] = {
125 static const struct tok eap_tls_flags_values[] = {
145 static const struct tok eap_aka_subtype_values[] = {
H A Dprint-cfm.c65 static const struct tok cfm_opcode_values[] = {
104 static const struct tok cfm_md_nameformat_values[] = {
119 static const struct tok cfm_ma_nameformat_values[] = {
142 static const struct tok cfm_ltm_flag_values[] = {
156 static const struct tok cfm_ltr_flag_values[] = {
162 static const struct tok cfm_ltr_replay_action_values[] = {
179 static const struct tok cfm_tlv_values[] = {
202 static const struct tok cfm_tlv_port_status_values[] = {
208 static const struct tok cfm_tlv_interface_status_values[] = {
226 static const struct tok cfm_tlv_senderid_chassisid_value
[all...]
H A Dprint-lldp.c60 static const struct tok lldp_tlv_values[] = {
85 static const struct tok lldp_chassis_subtype_values[] = {
107 static const struct tok lldp_port_subtype_values[] = {
130 static const struct tok lldp_cap_values[] = {
147 static const struct tok lldp_8021_subtype_values[] = {
158 static const struct tok lldp_8021_port_protocol_id_values[] = {
169 static const struct tok lldp_8023_subtype_values[] = {
189 static const struct tok lldp_tia_subtype_values[] = {
207 static const struct tok lldp_tia_location_altitude_type_values[] = {
221 static const struct tok lldp_tia_location_lci_catype_value
[all...]
H A Dprint-pflog.c49 static struct tok pf_reasons[] = {
68 static struct tok pf_actions[] = {
82 static struct tok pf_directions[] = {
H A Dprint-vqp.c72 static const struct tok vqp_msg_type_values[] = {
80 static const struct tok vqp_error_code_values[] = {
97 static const struct tok vqp_obj_values[] = {
H A Dipproto.h40 extern const struct tok ipproto_values[];
H A Dprint-slow.c54 static const struct tok slow_proto_values[] = {
61 static const struct tok slow_oam_flag_values[] = {
79 static const struct tok slow_oam_code_values[] = {
106 static const struct tok slow_oam_info_type_values[] = {
115 static const struct tok slow_oam_info_type_state_parser_values[] = {
124 static const struct tok slow_oam_info_type_state_mux_values[] = {
130 static const struct tok slow_oam_info_type_oam_config_values[] = {
149 static const struct tok slow_oam_link_event_values[] = {
185 static const struct tok slow_oam_loopbackctrl_cmd_values[] = {
204 static const struct tok slow_tlv_value
[all...]
H A Dprint-rrcp.c67 static const struct tok proto_values[] = {
73 static const struct tok opcode_values[] = {
H A Dprint-tftp.c48 static struct tok op2str[] = {
59 static struct tok err2str[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dutils.c133 const char *s, *tok = NULL; local
189 tok = s + 1;
194 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dlba_pci.c117 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16))
118 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f)
119 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7)
164 #define LBA_CFG_SETUP(d, tok) { \
191 #define LBA_CFG_PROBE(d, tok) { \
196 WRITE_REG32(tok | PCI_VENDOR_ID, (d)->hba.base_addr + LBA_PCI_CFG_ADDR);\
242 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, erro
296 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) argument
326 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
363 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) argument
392 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
441 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
474 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dlnstat.c246 char *tmp, *tok; local
269 for (tok = strtok(tmp, ",");
270 tok;
271 tok = strtok(NULL, ",")) {
274 fp.params[fp.num++].name = tok;
285 for (tok = strtok(tmp, ",");
286 tok;
287 tok = strtok(NULL, ",")) {
288 len = strtoul(tok, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsort.c269 int sort_dimension__add(const char *tok) argument
279 if (strncasecmp(tok, sd->name, strlen(tok)))
323 char *tmp, *tok, *str = strdup(sort_order); local
325 for (tok = strtok_r(str, ", ", &tmp);
326 tok; tok = strtok_r(NULL, ", ", &tmp)) {
327 if (sort_dimension__add(tok) < 0) {
328 error("Unknown --sort key: `%s'", tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dgpshare.c431 char *tok; local
437 for (parse = buf; (tok = strtok(parse, ", \n\t\r")) != NULL; parse = NULL) {
440 if (strcmp(tok, "forever") == 0)
443 i = atoi(tok);
450 i = atoi(tok);
464 char *tok; local
469 for (parse = buf; (tok = strtok(parse, ", \n\t\r")) != NULL; parse = NULL) {
472 cip->xferTimeout = atoi(tok);
473 cip->connTimeout = atoi(tok);
474 cip->ctrlTimeout = atoi(tok);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c535 char *tok;
545 tok = strtokc(line, " \t\n\r", &ctext);
546 if (tok == NULL)
548 if (strcmp(tok, "domain") == 0) {
549 tok = strtokc(NULL, " \t\n\r", &ctext);
550 if (tok == NULL)
552 (void) STRNCPY(domain, tok);
555 } else if (strcmp(tok, "search") == 0) {
556 tok = strtokc(NULL, " \t\n\r", &ctext);
557 if (tok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-report.c353 char *tok, *tok2; local
369 tok = strtok((char *)arg, ",");
370 if (!tok)
374 if (!strncmp(tok, "graph", strlen(arg)))
377 else if (!strncmp(tok, "flat", strlen(arg)))
380 else if (!strncmp(tok, "fractal", strlen(arg)))
383 else if (!strncmp(tok, "none", strlen(arg))) {
394 tok = strtok(NULL, ",");
395 if (!tok)
399 callchain_param.min_percent = strtod(tok,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h185 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok))
209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff)
211 #define QTD_CERR(tok) (((tok)>>10) & 0x3)
212 #define QTD_PID(tok) (((tok)>>8) & 0x3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_sam.c192 fstring tok; local
200 while (next_token(&s, tok, ",", sizeof(tok))) {
202 tok, user_info->wksta_name));
203 if(strequal(tok, user_info->wksta_name)) {
207 if (tok[0] == '+') {
209 machine_name, tok + 1));
210 if (user_in_group(machine_name, tok + 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_hashlimit.c113 char *tok; local
121 for (tok = strtok(arg, ",|");
122 tok;
123 tok = strtok(NULL, ",|")) {
124 if (!strcmp(tok, "dstip"))
126 else if (!strcmp(tok, "srcip"))
128 else if (!strcmp(tok, "srcport"))
130 else if (!strcmp(tok, "dstport"))

Completed in 223 milliseconds

123456789