Searched refs:prefix (Results 1 - 25 of 1992) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.h17 const char *prefix; member in struct:__anon34305
H A Dyaffsfs.c159 // 1) Actually matches a prefix (ie /a amd /abc will not match
161 while(cfg && cfg->prefix && cfg->dev)
164 p = cfg->prefix;
167 while(*p && //unmatched part of prefix
168 strcmp(p,"/") && // the rest of the prefix is not / (to catch / at end)
176 if((!*p || strcmp(p,"/") == 0) && // end of prefix
180 // Matched prefix
1157 while(cfg && cfg->prefix && cfg->dev)
/external/zlib/src/
H A Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
21 # set command prefix for cross-compilation
62 prefix=${prefix-/usr/local}
63 exec_prefix=${exec_prefix-'${prefix}'}
66 includedir=${includedir-'${prefix}/include'}
67 mandir=${mandir-'${prefix}/share/man'}
100 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
104 -p*=* | --prefix
[all...]
H A Dzlib2ansi48 my $prefix = $2;
91 print $prefix ;
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com13 $ cc/include=[--]/prefix=all ioapi.c
14 $ cc/include=[--]/prefix=all miniunz.c
15 $ cc/include=[--]/prefix=all unzip.c
16 $ cc/include=[--]/prefix=all minizip.c
17 $ cc/include=[--]/prefix=all zip.c
/external/zlib/src/contrib/untgz/
H A Duntgz.c85 char prefix[155]; /* 345 */ member in struct:tar_header
/external/zlib/src/examples/
H A Dgun.c159 the first 256 entries of prefix[] and suffix[] are never used, could
163 unsigned short prefix[65536]; /* index to LZW prefix string */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
333 code = prefix[code];
342 prefix[end] = (unsigned short)prev;
/external/zlib/src/test/
H A Dinfcover.c184 local void mem_used(z_stream *strm, char *prefix) argument
188 fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total);
192 local void mem_high(z_stream *strm, char *prefix) argument
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);
200 local void mem_done(z_stream *strm, char *prefix) argument
207 mem_high(strm, prefix);
222 prefix, zone->total, count);
224 fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo);
227 prefix, zone->rogue);
512 char *prefix; local
[all...]
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc65 " zopflipng [options]... --prefix=[fileprefix] [files.png]...\n"
73 "--prefix=[fileprefix]: Adds a prefix to output filenames. May also"
74 " contain a directory path. When using a prefix, multiple input files"
76 " prefix\n"
77 " If --prefix is specified without value, 'zopfli_' is used.\n"
78 " If input file names contain the prefix, they are not processed but"
121 "Optimize multiple files: zopflipng --prefix a.png b.png c.png\n"
149 std::string user_out_filename; // output filename if no prefix is used
151 std::string prefix local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.h30 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
H A Dwps_hostapd.c518 char *prefix; local
522 prefix = "";
525 prefix = " ";
528 fprintf(nconf, "%sWPA-PSK", prefix);
532 prefix = "";
535 prefix = " ";
538 fprintf(nconf, "%sTKIP", prefix);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2118 wpa_printf(MSG_DEBUG, "NDIS: Adapter description prefix '%s'",
2286 wpa_printf(MSG_DEBUG, "NDIS: Adapter description prefix '%s'",
2729 const char *prefix = "\\DEVICE\\"; local
2740 ifname[i] = (WCHAR) prefix[i];
2810 * Compatibility code to strip possible prefix from the GUID. Previous
2811 * versions include \Device\NPF_ prefix for all names, but the internal
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_gtc.c16 int prefix; member in struct:eap_gtc_data
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
31 data->prefix = 1;
63 if (data->prefix &&
66 "expected prefix");
94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE;
102 if (data->prefix)
108 if (data->prefix) {
H A Deap_tls_common.c1016 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1025 const char *prefix,
1041 prefix_len = os_strlen(prefix);
1045 pos = os_strstr(start, prefix);
1024 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
H A Deap_tls_common.h126 const char *prefix,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
H A Deap_sim_db.c849 * @username: Permanent username (prefix | IMSI)
955 static char * eap_sim_db_get_next(struct eap_sim_db_data *data, char prefix) argument
968 *pos++ = prefix;
989 char prefix = EAP_SIM_REAUTH_ID_PREFIX; local
993 prefix = EAP_SIM_PSEUDONYM_PREFIX;
996 prefix = EAP_AKA_PSEUDONYM_PREFIX;
999 prefix = EAP_AKA_PRIME_PSEUDONYM_PREFIX;
1003 return eap_sim_db_get_next(data, prefix);
1022 char prefix = EAP_SIM_REAUTH_ID_PREFIX; local
1026 prefix
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c601 char prefix[130]; local
614 prefix[0] = '\0';
618 int res = os_snprintf(prefix, sizeof(prefix), "%s: ",
620 if (res < 0 || res >= (int) sizeof(prefix))
621 prefix[0] = '\0';
626 wpa_printf(level, "%s%s", prefix, buf);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.h30 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
H A Dwps_hostapd.c518 char *prefix; local
522 prefix = "";
525 prefix = " ";
528 fprintf(nconf, "%sWPA-PSK", prefix);
532 prefix = "";
535 prefix = " ";
538 fprintf(nconf, "%sTKIP", prefix);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2118 wpa_printf(MSG_DEBUG, "NDIS: Adapter description prefix '%s'",
2286 wpa_printf(MSG_DEBUG, "NDIS: Adapter description prefix '%s'",
2729 const char *prefix = "\\DEVICE\\"; local
2740 ifname[i] = (WCHAR) prefix[i];
2810 * Compatibility code to strip possible prefix from the GUID. Previous
2811 * versions include \Device\NPF_ prefix for all names, but the internal
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_gtc.c16 int prefix; member in struct:eap_gtc_data
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
31 data->prefix = 1;
63 if (data->prefix &&
66 "expected prefix");
94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE;
102 if (data->prefix)
108 if (data->prefix) {
H A Deap_tls_common.c1016 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1025 const char *prefix,
1041 prefix_len = os_strlen(prefix);
1045 pos = os_strstr(start, prefix);
1024 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
H A Deap_tls_common.h126 const char *prefix,

Completed in 5327 milliseconds

1234567891011>>