Searched refs:resptr (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dpw_encrypt_sha.c26 char *result, *resptr; local
57 result = resptr = xzalloc(cnt); /* will provide NUL terminator */
58 *resptr++ = '$';
59 *resptr++ = is_sha512;
60 *resptr++ = '$';
75 resptr += sprintf(resptr, str_rounds, rounds);
85 strcpy(resptr, salt_data);
86 resptr += salt_len;
87 *resptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dpw_encrypt_sha.c26 char *result, *resptr; local
57 result = resptr = xzalloc(cnt); /* will provide NUL terminator */
58 *resptr++ = '$';
59 *resptr++ = is_sha512;
60 *resptr++ = '$';
75 resptr += sprintf(resptr, str_rounds, rounds);
85 strcpy(resptr, salt_data);
86 resptr += salt_len;
87 *resptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dpw_encrypt_sha.c26 char *result, *resptr; local
57 result = resptr = xzalloc(cnt); /* will provide NUL terminator */
58 *resptr++ = '$';
59 *resptr++ = is_sha512;
60 *resptr++ = '$';
75 resptr += sprintf(resptr, str_rounds, rounds);
85 strcpy(resptr, salt_data);
86 resptr += salt_len;
87 *resptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/client/
H A Ddnsbrowse.c165 struct mdns_smbsrv_result *resptr; local
222 resptr = bstate.listhead;
223 while (resptr != NULL) {
225 oldresptr = resptr;
228 do_smb_resolve(resptr);
230 resptr = resptr->nextResult;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/client/
H A Ddnsbrowse.c165 struct mdns_smbsrv_result *resptr; local
222 resptr = bstate.listhead;
223 while (resptr != NULL) {
225 oldresptr = resptr;
228 do_smb_resolve(resptr);
230 resptr = resptr->nextResult;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/client/
H A Ddnsbrowse.c165 struct mdns_smbsrv_result *resptr; local
222 resptr = bstate.listhead;
223 while (resptr != NULL) {
225 oldresptr = resptr;
228 do_smb_resolve(resptr);
230 resptr = resptr->nextResult;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dsamsung.c563 struct baud_calc *resptr, *best, *sptr; local
596 resptr = best + 1;
598 resptr = res;
601 if (s3c24xx_serial_calcbaud(resptr, port, clkp, baud))
602 resptr++;
612 for (sptr = res; sptr < resptr; sptr++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dsamsung.c563 struct baud_calc *resptr, *best, *sptr; local
596 resptr = best + 1;
598 resptr = res;
601 if (s3c24xx_serial_calcbaud(resptr, port, clkp, baud))
602 resptr++;
612 for (sptr = res; sptr < resptr; sptr++) {

Completed in 194 milliseconds