Searched refs:buflen (Results 1 - 25 of 1857) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dgetpass.h31 char* getpass_r(const char *prompt, char* buffer, size_t buflen );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/
H A Dgetpass.h31 char* getpass_r(const char *prompt, char* buffer, size_t buflen );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/src/
H A Dgetpass.h31 char* getpass_r(const char *prompt, char* buffer, size_t buflen );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/brcm_apps/include/
H A Dwps_eap.h20 int wps_eap_process_msg(char *buf, int buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dctrl_iface_ap.c29 char *buf, size_t buflen)
34 ret = os_snprintf(buf, buflen, "FAIL\n");
35 if (ret < 0 || (size_t) ret >= buflen)
41 ret = os_snprintf(buf + len, buflen - len, MACSTR "\n",
43 if (ret < 0 || (size_t) ret >= buflen - len)
47 res = ieee802_11_get_mib_sta(hapd, sta, buf + len, buflen - len);
50 res = wpa_get_mib_sta(sta->wpa_sm, buf + len, buflen - len);
53 res = ieee802_1x_get_mib_sta(hapd, sta, buf + len, buflen - len);
57 buflen - len);
66 char *buf, size_t buflen)
27 hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
65 hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, char *buf, size_t buflen) argument
72 hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
89 hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
[all...]
H A Dctrl_iface_ap.h19 char *buf, size_t buflen);
21 char *buf, size_t buflen);
23 char *buf, size_t buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dctrl_iface_ap.c29 char *buf, size_t buflen)
34 ret = os_snprintf(buf, buflen, "FAIL\n");
35 if (ret < 0 || (size_t) ret >= buflen)
41 ret = os_snprintf(buf + len, buflen - len, MACSTR "\n",
43 if (ret < 0 || (size_t) ret >= buflen - len)
47 res = ieee802_11_get_mib_sta(hapd, sta, buf + len, buflen - len);
50 res = wpa_get_mib_sta(sta->wpa_sm, buf + len, buflen - len);
53 res = ieee802_1x_get_mib_sta(hapd, sta, buf + len, buflen - len);
57 buflen - len);
66 char *buf, size_t buflen)
27 hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
65 hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, char *buf, size_t buflen) argument
72 hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
89 hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
[all...]
H A Dctrl_iface_ap.h19 char *buf, size_t buflen);
21 char *buf, size_t buflen);
23 char *buf, size_t buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dctrl_iface_ap.c29 char *buf, size_t buflen)
34 ret = os_snprintf(buf, buflen, "FAIL\n");
35 if (ret < 0 || (size_t) ret >= buflen)
41 ret = os_snprintf(buf + len, buflen - len, MACSTR "\n",
43 if (ret < 0 || (size_t) ret >= buflen - len)
47 res = ieee802_11_get_mib_sta(hapd, sta, buf + len, buflen - len);
50 res = wpa_get_mib_sta(sta->wpa_sm, buf + len, buflen - len);
53 res = ieee802_1x_get_mib_sta(hapd, sta, buf + len, buflen - len);
57 buflen - len);
66 char *buf, size_t buflen)
27 hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
65 hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, char *buf, size_t buflen) argument
72 hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
89 hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
[all...]
H A Dctrl_iface_ap.h19 char *buf, size_t buflen);
21 char *buf, size_t buflen);
23 char *buf, size_t buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_getenv.c20 __os_getenv(env, name, bpp, buflen)
24 size_t buflen;
40 if (strlen(p) < buflen) {
54 COMPQUIET(buflen, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_getenv.c20 __os_getenv(env, name, bpp, buflen)
24 size_t buflen;
40 if (strlen(p) < buflen) {
54 COMPQUIET(buflen, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_getenv.c20 __os_getenv(env, name, bpp, buflen)
24 size_t buflen;
40 if (strlen(p) < buflen) {
54 COMPQUIET(buflen, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/src/
H A Dstrerror.c65 system_strerror_r (int no, char *buf, size_t buflen) argument
69 errstr = strerror_r (no, buf, buflen);
73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen;
82 if (strlen (buf) + 1 >= buflen)
93 system_strerror_r (int no, char *buf, size_t buflen) argument
95 return strerror_r (no, buf, buflen);
106 system_strerror_r (int no, char *buf, size_t buflen) argument
115 snprintf (buf, buflen, "strerror failed: %i\n", errno);
121 size_t cpy_len = errstr_len < buflen
137 gpg_strerror_r(gpg_error_t err, char *buf, size_t buflen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/src/
H A Dstrerror.c65 system_strerror_r (int no, char *buf, size_t buflen) argument
69 errstr = strerror_r (no, buf, buflen);
73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen;
82 if (strlen (buf) + 1 >= buflen)
93 system_strerror_r (int no, char *buf, size_t buflen) argument
95 return strerror_r (no, buf, buflen);
106 system_strerror_r (int no, char *buf, size_t buflen) argument
115 snprintf (buf, buflen, "strerror failed: %i\n", errno);
121 size_t cpy_len = errstr_len < buflen
137 gpg_strerror_r(gpg_error_t err, char *buf, size_t buflen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/src/
H A Dstrerror.c65 system_strerror_r (int no, char *buf, size_t buflen) argument
69 errstr = strerror_r (no, buf, buflen);
73 size_t cpy_len = errstr_len < buflen ? errstr_len : buflen;
82 if (strlen (buf) + 1 >= buflen)
93 system_strerror_r (int no, char *buf, size_t buflen) argument
95 return strerror_r (no, buf, buflen);
106 system_strerror_r (int no, char *buf, size_t buflen) argument
115 snprintf (buf, buflen, "strerror failed: %i\n", errno);
121 size_t cpy_len = errstr_len < buflen
137 gpg_strerror_r(gpg_error_t err, char *buf, size_t buflen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dmemctrl.h4 typedef int (*dimm_printer_t)(int synd_code, unsigned long paddr, char *buf, int buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dmemctrl.h4 typedef int (*dimm_printer_t)(int synd_code, unsigned long paddr, char *buf, int buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/dsi/
H A Ddsi_read.c26 ssize_t dsi_readinit(DSI *dsi, void *buf, const size_t buflen, const size_t size, const int err) argument
29 buflen, size);
37 if (dsi_stream_send(dsi, buf, buflen)) {
38 dsi->datasize = size - buflen;
40 return MIN(dsi->datasize, buflen);
52 ssize_t dsi_read(DSI *dsi, void *buf, const size_t buflen) argument
56 len = dsi_stream_write(dsi, buf, buflen, 0);
58 if (len == buflen) {
60 return MIN(dsi->datasize, buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/dsi/
H A Ddsi_read.c26 ssize_t dsi_readinit(DSI *dsi, void *buf, const size_t buflen, const size_t size, const int err) argument
29 buflen, size);
37 if (dsi_stream_send(dsi, buf, buflen)) {
38 dsi->datasize = size - buflen;
40 return MIN(dsi->datasize, buflen);
52 ssize_t dsi_read(DSI *dsi, void *buf, const size_t buflen) argument
56 len = dsi_stream_write(dsi, buf, buflen, 0);
58 if (len == buflen) {
60 return MIN(dsi->datasize, buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/dsi/
H A Ddsi_read.c26 ssize_t dsi_readinit(DSI *dsi, void *buf, const size_t buflen, const size_t size, const int err) argument
29 buflen, size);
37 if (dsi_stream_send(dsi, buf, buflen)) {
38 dsi->datasize = size - buflen;
40 return MIN(dsi->datasize, buflen);
52 ssize_t dsi_read(DSI *dsi, void *buf, const size_t buflen) argument
56 len = dsi_stream_write(dsi, buf, buflen, 0);
58 if (len == buflen) {
60 return MIN(dsi->datasize, buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dnfc_utils.h27 uint32 nfc_utils_build_cfg(DevInfo *info, uint8 *buf, uint *buflen);
28 uint32 nfc_utils_build_pw(DevInfo *info, uint8 *buf, uint *buflen);
29 uint32 nfc_utils_parse_cfg(WpsEnrCred *cred, uint8 wsp_version2, uint8 *buf, uint buflen);
30 uint32 nfc_utils_parse_pw(WpsOobDevPw *devpw, uint8 wsp_version2, uint8 *buf, uint buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/storage/
H A Dprotocol.h52 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **,
56 unsigned int buflen, struct scsi_cmnd *srb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dof.h14 const int buflen);
16 const int buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/storage/
H A Dprotocol.h52 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **,
56 unsigned int buflen, struct scsi_cmnd *srb);

Completed in 198 milliseconds

1234567891011>>