Searched defs:line (Results 1 - 25 of 1454) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h519 int line; /* track from whence this buffer was allocated */ member in struct:__anon34332
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc119 char line[100]; local
120 if (fgets(line, 100, fp) == NULL) {
125 if (sscanf(line, "%s ", firstWord) != 1) {
137 if (sscanf(line, "%s %s %s %s %s ",
151 if (fgets(line, 100, fp) == NULL) {
155 if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice, sSystem,
178 // Skip first line
179 char line[100]; local
180 if (!fgets(line, 100, fp))
190 if (fgets(line, 10
[all...]
H A Ddata_log_unittest.cc55 std::string line(line_buffer, kMaxLineLength);
56 VerifyHeader(line, columns);
58 line = std::string(line_buffer, kMaxLineLength);
63 std::string str = ParseElement(line, &line_position,
74 // Verifies the table header stored in "line" to correspond with the header
76 static int VerifyHeader(const std::string& line, argument
81 std::string str = ParseElement(line, &line_position,
90 // Parses out and returns one element from the string "line", which contains
91 // one line read from a log table file. An element can either be a column
93 static std::string ParseElement(const std::string& line, argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c39 int line = 0, vlan_id; local
49 line++;
72 "line %d in '%s'", line, fname);
85 wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
86 "in '%s'", line, fname);
125 int line = 0; local
142 line++;
164 "line %d in '%s'", pos, line, fnam
218 int line = 0, ret = 0, num_methods; local
641 hostapd_config_parse_key_mgmt(int line, const char *value) argument
706 hostapd_config_parse_cipher(int line, const char *value) argument
1158 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) argument
1238 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1250 parse_3gpp_cell_net(struct hostapd_bss_config *bss, char *buf, int line) argument
1325 parse_nai_realm(struct hostapd_bss_config *bss, char *buf, int line) argument
1466 parse_qos_map_set(struct hostapd_bss_config *bss, char *buf, int line) argument
1510 hs20_parse_conn_capab(struct hostapd_bss_config *bss, char *buf, int line) argument
1544 hs20_parse_wan_metrics(struct hostapd_bss_config *bss, char *buf, int line) argument
1609 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1675 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) argument
1696 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) argument
1716 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1735 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) argument
1752 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) argument
1769 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) argument
1793 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) argument
1839 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, char *buf, char *pos, int line) argument
3183 int line = 0; local
[all...]
H A Dhlr_auc_gw.c48 * can be changed with a command line options if needed.
274 int line, ret = 0; local
285 line = 0;
287 line++;
312 fname, line, pos);
319 fname, line, pos);
329 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
335 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
344 printf("%s:%d - Invalid SRES (%s)\n", fname, line,
351 printf("%s:%d - Invalid SRES (%s)\n", fname, line,
412 int line, ret = 0; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c210 int line = 0, ret = 0, len, ok; local
224 line++;
241 "line %d in '%s'", buf, line, fname);
259 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
260 line, fname);
277 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
278 "'%s'", pos, line, fname);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c582 char buf[1024], line[128], *pos; local
597 while (fgets(line, sizeof(line), f)) {
598 pos = strchr(line, '=');
603 if (strcmp(line, "rx_packets") == 0)
605 else if (strcmp(line, "tx_packets") == 0)
607 else if (strcmp(line, "rx_bytes") == 0)
609 else if (strcmp(line, "tx_bytes") == 0)
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast_pac.c184 int line; member in struct:eap_fast_read_ctx
193 rc->line++;
302 return "START line without END";
316 return "END line without START";
433 err = "Unrecognized header line";
442 err = "Unexpected line outside START/END block";
466 err, pac_file, rc.line);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c1518 int line = 0, mask, failed = 0, i; local
1544 line++;
1653 RADIUS_ERROR("Invalid line %d in '%s'", line, client_file);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c120 unsigned int line; member in struct:bfd_data
148 &data->line);
186 name, filename, data.line);
191 &data.function, &data.line);
H A Dwpa_debug.c129 char *line, *tmp1, *path = NULL; local
144 line = strtok_r(buf, "\n", &tmp1);
145 while (line) {
148 strtok_r(line, " ", &tmp2);
156 line = strtok_r(NULL, "\n", &tmp1);
202 * Note: New line '\n' is added to the end of the text when printing to stdout.
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c210 int line = 0, ret = 0, len, ok; local
224 line++;
241 "line %d in '%s'", buf, line, fname);
259 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
260 line, fname);
277 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
278 "'%s'", pos, line, fname);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c582 char buf[1024], line[128], *pos; local
597 while (fgets(line, sizeof(line), f)) {
598 pos = strchr(line, '=');
603 if (strcmp(line, "rx_packets") == 0)
605 else if (strcmp(line, "tx_packets") == 0)
607 else if (strcmp(line, "rx_bytes") == 0)
609 else if (strcmp(line, "tx_bytes") == 0)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast_pac.c184 int line; member in struct:eap_fast_read_ctx
193 rc->line++;
302 return "START line without END";
316 return "END line without START";
433 err = "Unrecognized header line";
442 err = "Unexpected line outside START/END block";
466 err, pac_file, rc.line);
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c1518 int line = 0, mask, failed = 0, i; local
1544 line++;
1653 RADIUS_ERROR("Invalid line %d in '%s'", line, client_file);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c120 unsigned int line; member in struct:bfd_data
148 &data->line);
186 name, filename, data.line);
191 &data.function, &data.line);
H A Dwpa_debug.c129 char *line, *tmp1, *path = NULL; local
144 line = strtok_r(buf, "\n", &tmp1);
145 while (line) {
148 strtok_r(line, " ", &tmp2);
156 line = strtok_r(NULL, "\n", &tmp1);
202 * Note: New line '\n' is added to the end of the text when printing to stdout.
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c36 int line, const char *value);
59 int line, const char *value)
75 line, data->name,
90 "min_len=%ld)", line, data->name,
98 "max_len=%ld)", line, data->name,
180 int line, const char *value)
189 line, value);
197 "min_value=%ld)", line, data->name, *dst,
205 "max_value=%ld)", line, data->name, *dst,
239 struct wpa_ssid *ssid, int line,
57 wpa_config_parse_str(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
178 wpa_config_parse_int(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
238 wpa_config_parse_bssid(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
283 wpa_config_parse_psk(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
381 wpa_config_parse_proto(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
480 wpa_config_parse_key_mgmt(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
690 wpa_config_parse_cipher(int line, const char *value) argument
724 wpa_config_parse_pairwise(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
753 wpa_config_parse_group(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
782 wpa_config_parse_auth_alg(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
927 wpa_config_parse_scan_freq(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
947 wpa_config_parse_freq_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1017 wpa_config_parse_eap(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1125 wpa_config_parse_password(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1241 wpa_config_parse_wep_key(u8 *key, size_t *len, int line, const char *value, int idx) argument
1273 wpa_config_parse_wep_key0(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1283 wpa_config_parse_wep_key1(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1293 wpa_config_parse_wep_key2(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1303 wpa_config_parse_wep_key3(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1354 wpa_config_parse_go_p2p_dev_addr(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1400 wpa_config_parse_p2p_client_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
1490 wpa_config_parse_psk_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) argument
2232 wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, int line) argument
2510 wpa_config_set_cred(struct wpa_cred *cred, const char *var, const char *value, int line) argument
3337 wpa_global_config_parse_int(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3375 wpa_global_config_parse_str(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3410 wpa_config_process_bgscan(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3431 wpa_global_config_parse_bin(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3460 wpa_config_process_freq_list(const struct global_parse_data *data, struct wpa_config *config, int line, const char *value) argument
3480 wpa_global_config_parse_ipv4(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3502 wpa_config_process_country(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3518 wpa_config_process_load_dynamic_eap( const struct global_parse_data *data, struct wpa_config *config, int line, const char *so) argument
3540 wpa_config_process_uuid(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3555 wpa_config_process_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3563 wpa_config_process_os_version(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3577 wpa_config_process_wps_vendor_ext_m1( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3616 wpa_config_process_sec_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3638 wpa_config_process_p2p_pref_chan( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3688 wpa_config_process_p2p_no_go_freq( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3709 wpa_config_process_hessid( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3723 wpa_config_process_sae_groups( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3741 wpa_config_process_ap_vendor_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3779 wpa_config_process_no_ctrl_interface( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3932 wpa_config_process_global(struct wpa_config *config, char *pos, int line) argument
[all...]
H A Dconfig_file.c51 * wpa_config_get_line - Read the next configuration file line
52 * @s: Buffer for the line
55 * @line: Pointer to a variable storing the file line number
56 * @_pos: Buffer for the pointer to the beginning of data on the text line or
58 * Returns: Pointer to the beginning of data on the text line or %NULL if no
61 * This function reads the next non-empty line from the configuration file and
64 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, argument
70 (*line)++;
74 * The line wa
126 wpa_config_validate_network(struct wpa_ssid *ssid, int line) argument
153 wpa_config_read_network(FILE *f, int *line, int id) argument
214 wpa_config_read_cred(FILE *f, int *line, int id) argument
271 wpa_config_read_blob(FILE *f, int *line, const char *name) argument
327 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) argument
357 int errors = 0, line = 0; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c210 int line = 0, ret = 0, len, ok; local
224 line++;
241 "line %d in '%s'", buf, line, fname);
259 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
260 line, fname);
277 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
278 "'%s'", pos, line, fname);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c582 char buf[1024], line[128], *pos; local
597 while (fgets(line, sizeof(line), f)) {
598 pos = strchr(line, '=');
603 if (strcmp(line, "rx_packets") == 0)
605 else if (strcmp(line, "tx_packets") == 0)
607 else if (strcmp(line, "rx_bytes") == 0)
609 else if (strcmp(line, "tx_bytes") == 0)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast_pac.c184 int line; member in struct:eap_fast_read_ctx
193 rc->line++;
302 return "START line without END";
316 return "END line without START";
433 err = "Unrecognized header line";
442 err = "Unexpected line outside START/END block";
466 err, pac_file, rc.line);
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c1518 int line = 0, mask, failed = 0, i; local
1544 line++;
1653 RADIUS_ERROR("Invalid line %d in '%s'", line, client_file);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c120 unsigned int line; member in struct:bfd_data
148 &data->line);
186 name, filename, data.line);
191 &data.function, &data.line);
H A Dwpa_debug.c129 char *line, *tmp1, *path = NULL; local
144 line = strtok_r(buf, "\n", &tmp1);
145 while (line) {
148 strtok_r(line, " ", &tmp2);
156 line = strtok_r(NULL, "\n", &tmp1);
202 * Note: New line '\n' is added to the end of the text when printing to stdout.

Completed in 276 milliseconds

1234567891011>>