Searched refs:pos3 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Deap_user_db.c36 char *pos3 = os_strchr(start, ','); local
37 if (pos3)
38 *pos3++ = '\0';
70 if (pos3 == NULL)
72 start = pos3;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c785 const char *pos, *pos2, *pos3; local
802 pos3 = os_strchr(pos, ',');
803 if (pos2 && (!pos3 || pos2 < pos3)) {
808 pos = pos3;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h618 bsel_pos.s.pos3 = val & 0x7f;
710 ptr += (bsel_pos.s.pos3 >> 3);
711 bit_loc = 7 - (bsel_pos.s.pos3 & 0x3);
H A Dcvmx-pip-defs.h1287 uint64_t pos3 : 7; /**< Bit position for the 4th bit from 128 bit segment member in struct:cvmx_pip_bsel_ext_posx::cvmx_pip_bsel_ext_posx_s
1309 uint64_t pos3 : 7;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c32 char buf[128], *pos, *pos2, *pos3; local
90 pos3 = pos2;
91 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0')
92 pos3++;
93 *pos3 = '\0';
423 char *pos3 = os_strchr(start, ','); local
424 if (pos3) {
425 *pos3
[all...]

Completed in 112 milliseconds