Searched refs:os_strncpy (Results 1 - 25 of 42) sorted by relevance

12

/external/wpa_supplicant/
H A Ddriver_wired.c69 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
93 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
117 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
182 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Dl2_packet_none.c84 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
H A Ddriver_hostap.c44 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
90 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
210 os_strncpy((char *) param->u.crypt.alg, alg_name,
254 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
466 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
481 os_strncpy(ifname2, ifname, sizeof(ifname2));
H A Dos_none.c204 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dl2_packet_linux.c106 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
118 os_strncpy(ifr.ifr_name, l2->ifname, sizeof(ifr.ifr_name));
178 os_strncpy(ifr.ifr_name, l2->ifname, sizeof(ifr.ifr_name));
H A Dos.h341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
438 #ifndef os_strncpy
439 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
H A Ddriver_madwifi.c56 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
151 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
170 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
423 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
493 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_wext.c160 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
190 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
215 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
244 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
286 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
328 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
905 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
933 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
972 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
1046 os_strncpy(ifname
[all...]
H A Ddriver_atmel.c109 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
131 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
471 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_prism54.c47 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
172 os_strncpy((char *) param->u.crypt.alg, alg_name,
346 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_bsd.c49 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
68 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
87 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
105 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
122 os_strncpy(ifr.ifr_name, drv->ifname, sizeof (ifr.ifr_name));
137 os_strncpy(ifr.ifr_name, drv->ifname, sizeof (ifr.ifr_name));
713 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_ipw.c104 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
262 os_strncpy((char *) param->u.crypt.alg, alg_name,
427 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_ndiswrapper.c96 os_strncpy(pwrq->ifr_name, drv->ifname, IFNAMSIZ);
331 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Ddriver_broadcom.c95 os_strncpy(ifr.ifr_name, drv->ifname, IFNAMSIZ);
305 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
316 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
H A Dl2_packet_freebsd.c210 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
H A Dos_internal.c397 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dpreauth_test.c271 os_strncpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_none.c204 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dos.h341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
438 #ifndef os_strncpy
439 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c204 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dos.h341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
445 #ifndef os_strncpy
446 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c204 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dos.h341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
445 #ifndef os_strncpy
446 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c204 char * os_strncpy(char *dest, const char *src, size_t n) function
H A Dos.h341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
445 #ifndef os_strncpy
446 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro

Completed in 193 milliseconds

12