Searched refs:pos2 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dext_password_test.c47 char *pos, *pos2; local
61 pos2 = pos;
62 while (*pos2 != '|' && *pos2 != '\0')
63 pos2++;
64 buf = ext_password_alloc(pos2 - pos);
67 wpabuf_put_data(buf, pos, pos2 - pos);
/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
84 pos2 = os_strstr(start, "max-age=");
85 if (pos2 == NULL)
87 pos2 += 8;
88 max_age = atoi(pos2);
91 pos2 = os_strstr(start, "uuid:");
92 if (pos2) {
93 pos2 += 5;
94 while (*pos2 == ' ')
95 pos2
[all...]
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c108 const u8 *pos2, *end; local
119 pos2 = pos;
120 while (pos2 < end && *pos2)
121 pos2++;
122 if (pos2 == end) {
130 pos, pos2 - pos);
132 (pos2 - pos != (int) sm->identity_len ||
143 sm->identity_len = pos2 - pos;
161 pos = pos2
[all...]
H A Dtncs.c736 char *pos, *pos2; local
744 pos2 = os_strstr(pos, "</Base64>");
745 if (pos2 == NULL)
747 *pos2 = '\0';
751 *pos2 = '<';
849 char *buf, *start, *end, *pos, *pos2, *payload; local
984 pos2 = os_strstr(pos, "</XML>");
985 if (pos2 == NULL) {
990 xmlend = pos2;
1033 char *pos, *pos2; local
[all...]
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c261 char buf[200], *pos, *pos2; local
298 pos2 = strchr(pos, ':');
299 if (pos2 == NULL) {
305 *pos2 = '\0';
313 pos = pos2 + 1;
316 pos2 = strchr(pos, ':');
317 if (pos2 == NULL) {
322 *pos2 = '\0';
328 pos = pos2 + 1;
331 pos2
399 char buf[200], *pos, *pos2; local
[all...]
H A Dconfig_file.c33 char buf[128], *pos, *pos2; local
75 pos2 = pos;
76 while (*pos2 != ' ' && *pos2 != '\t' && *pos2 != '\0')
77 pos2++;
78 *pos2 = '\0';
196 char buf[512], *pos, *start, *pos2; local
393 pos2 = pos;
394 while (*pos2 !
[all...]
H A Dhostapd_cli.c896 char *pos2 = os_strrchr(pos, '"'); local
897 if (pos2)
898 pos = pos2 + 1;
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp113 std::string::size_type pos2 = str.find_last_not_of(" \t"); local
115 if (pos1 == std::string::npos && pos2 == std::string::npos)
118 return str.substr(0, str.length() - pos2);
119 else if (pos2 == std::string::npos)
122 return str.substr(pos1, pos2 - pos1 + 1);
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Dtncc.c667 char *pos, *pos2; local
675 pos2 = os_strstr(pos, "</Base64>");
676 if (pos2 == NULL)
678 *pos2 = '\0';
682 *pos2 = '<';
693 char *pos, *pos2, saved; local
709 pos2 = pos;
710 while (*pos2 != '\0' && *pos2 != '"' && *pos2 !
737 char *buf, *start, *end, *pos, *pos2, *payload; local
1056 char *pos, *pos2; local
[all...]
H A Deap_fast.c1124 u8 *pos, *pos2; local
1133 pos2 = eap_fast_write_pac_request(pos, PAC_TYPE_TUNNEL_PAC);
1134 wpabuf_put(tmp, pos2 - pos);
/freebsd-10.1-release/contrib/libreadline/
H A Dmbutil.c235 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2)
240 int pos2;
246 (w2 = _rl_get_char_len (&buf2[pos2], ps2)) <= 0 ||
248 (buf1[pos1] != buf2[pos2]))
252 if (buf1[pos1+i] != buf2[pos2+i])
/freebsd-10.1-release/contrib/gperf/src/
H A Dpositions.h55 Positions (int pos1, int pos2);
H A Dpositions.icc47 Positions::Positions (int pos1, int pos2)
52 _positions[1] = pos2;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c154 char buf[2000], *pos, *pos2; local
171 pos2 = os_strchr(pos, '=');
172 if (pos2 == NULL) {
179 *pos2++ = '\0';
180 if (*pos2 == '"') {
181 if (os_strchr(pos2 + 1, '"') == NULL) {
183 "quotation '%s'.", *line, pos2);
189 if (wpa_config_set(ssid, pos, pos2, *line) < 0)
214 char buf[256], *pos, *pos2; local
228 pos2
[all...]
H A Dwpa_cli.c2906 char *copy = NULL, *id, *pos2; local
2929 pos2 = id = copy;
2930 while (*pos2 && *pos2 != ' ')
2931 pos2++;
2932 *pos2++ = '\0';
2935 while (*pos2 && *pos2 != '=')
2936 pos2++;
2937 if (*pos2
3156 char *pos2 = os_strrchr(pos, '"'); local
[all...]
H A Dctrl_iface.c3422 char *pos, *pos2; local
3450 pos2 = os_strstr(pos, " persistent=");
3451 if (pos2) {
3453 persistent_id = atoi(pos2 + 12);
3469 pos2 = os_strstr(pos, " go_intent=");
3470 if (pos2) {
3471 pos2 += 11;
3472 go_intent = atoi(pos2);
3477 pos2 = os_strstr(pos, " freq=");
3478 if (pos2) {
3655 char *pos, *pos2; local
4090 const char *pos, *pos2, *pos3; local
4329 char *pos, *pos2; local
[all...]
H A Dconfig.c2922 const char *pos2; local
2929 pos2 = os_strchr(pos, ':');
2930 if (pos2 == NULL)
2932 pos2++;
2933 chan = atoi(pos2);
2944 pos = os_strchr(pos2, ',');
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2131 char *names, *pos, *pos2;
2169 pos2 = pos = names;
2170 while (pos2 < names + len) {
2171 if (pos2[0] == '\0' && pos2[1] == '\0' &&
2172 pos2[2] == '\0' && pos2[3] == '\0') {
2173 pos2 += 4;
2176 *pos++ = pos2[0];
2177 pos2
3064 char *names, *pos, *pos2; local
[all...]
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dtlsv1_cred.c241 const u8 *pos2; local
246 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos);
247 if (pos2) {
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl79 local($a,$b,$c,$d,$e,$pos,$s,$o,$pos2)=@_;
108 &mov($tmp2, &Xv($pos2)) if $o == 1;
117 local($a,$b,$c,$d,$e,$pos,$pos2,$s,$K,$o)=@_;
132 &mov($tmp1, &Xv($pos2)) if $o <= 0; # XXXXXXXXXXXXXX
152 &mov($tmp2, &Xv($pos2)) if $o <= 0;
172 local($a,$b,$c,$d,$e,$pos,$s,$K,$o,$pos2)=@_;
200 &mov($tmp2, &Xv($pos2)) if $o == 2;
/freebsd-10.1-release/contrib/texinfo/util/
H A Dtexindex.c138 long int length2, long int pos2);
584 compare_general (char *str1, char *str2, long int pos1, long int pos2, int use_keyfields)
598 start2, length2, pos2);
798 long int pos1, char *start2, long int length2, long int pos2)
802 if (pos1 > pos2)
580 compare_general(char *str1, char *str2, long int pos1, long int pos2, int use_keyfields) argument
793 compare_field(struct keyfield *keyfield, char *start1, long int length1, long int pos1, char *start2, long int length2, long int pos2) argument
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h614 bsel_pos.s.pos2 = val & 0x7f;
705 ptr += (bsel_pos.s.pos2 >> 3);
706 bit_loc = 7 - (bsel_pos.s.pos2 & 0x3);
/freebsd-10.1-release/usr.bin/sort/
H A Dsort.c749 char *pos1, *pos2; local
766 pos2 = sort_strdup(sptr + 1);
767 ret = parse_pos(pos2, ks, mef_flags, true);
768 sort_free(pos2);
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Dchk.c1101 const char *pos2; local
1131 pos2 = mkpos(&sym->s_pos);
1133 msg(11, hte->h_name, n + 1, pos1, pos2);

Completed in 235 milliseconds

12