Searched refs:fgets (Results 1 - 25 of 1516) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/
H A Dget_auth_data_fn.h14 fgets(temp, sizeof(temp), stdin);
27 fgets(temp, sizeof(temp), stdin);
40 fgets(temp, sizeof(temp), stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/
H A Dget_auth_data_fn.h14 fgets(temp, sizeof(temp), stdin);
27 fgets(temp, sizeof(temp), stdin);
40 fgets(temp, sizeof(temp), stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/
H A Dget_auth_data_fn.h14 fgets(temp, sizeof(temp), stdin);
27 fgets(temp, sizeof(temp), stdin);
40 fgets(temp, sizeof(temp), stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m32c/
H A Dsafe-fgets.c1 /* safe-fgets.c --- like fgets, but allocates its own static buffer.
25 #include "safe-fgets.h"
46 /* so we can see if fgets put a 0 there */
48 if (fgets (line_buf, line_buf_size, f) == 0)
60 /* so we can see if fgets put a 0 there */
63 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) ==
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m32c/
H A Dsafe-fgets.c1 /* safe-fgets.c --- like fgets, but allocates its own static buffer.
25 #include "safe-fgets.h"
46 /* so we can see if fgets put a 0 there */
48 if (fgets (line_buf, line_buf_size, f) == 0)
60 /* so we can see if fgets put a 0 there */
63 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) ==
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m32c/
H A Dsafe-fgets.c1 /* safe-fgets.c --- like fgets, but allocates its own static buffer.
25 #include "safe-fgets.h"
46 /* so we can see if fgets put a 0 there */
48 if (fgets (line_buf, line_buf_size, f) == 0)
60 /* so we can see if fgets put a 0 there */
63 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) ==
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dfgets.c14 * fgets --
17 * PUBLIC: char *fgets __P((char *, int, FILE *));
21 fgets(s, n, fp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_brew/
H A Dfgets.c14 * fgets --
17 * PUBLIC: char *fgets __P((char *, int, FILE *));
21 fgets(s, n, fp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dpasswd_util.c41 * if no error is reported from fgets() and string at least contains
45 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_brew/
H A Dfgets.c14 * fgets --
17 * PUBLIC: char *fgets __P((char *, int, FILE *));
21 fgets(s, n, fp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dpasswd_util.c41 * if no error is reported from fgets() and string at least contains
45 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dpasswd_util.c41 * if no error is reported from fgets() and string at least contains
45 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtestwrite.c30 fgets(buffer, sizeof(buffer), stdin);
37 fgets(path, sizeof(path) - 1, stdin);
H A Dget_auth_data_fn.h39 fgets(temp, sizeof(temp), stdin);
52 fgets(temp, sizeof(temp), stdin);
65 fgets(temp, sizeof(temp), stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/
H A Dtestwrite.c30 fgets(buffer, sizeof(buffer), stdin);
37 fgets(path, sizeof(path) - 1, stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dopendir_smbsh.c18 for (fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin);
20 fputs("path: ", stdout), p = fgets(buf, sizeof(buf), stdin))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/
H A Dtestwrite.c30 fgets(buffer, sizeof(buffer), stdin);
37 fgets(path, sizeof(path) - 1, stdin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dpasswd_util.c42 * if no error is reported from fgets() and string at least contains
46 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dpasswd_util.c42 * if no error is reported from fgets() and string at least contains
46 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dpasswd_util.c42 * if no error is reported from fgets() and string at least contains
46 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {

Completed in 406 milliseconds

1234567891011>>