Searched refs:scanf (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dscanf.c27 scanf(const char* fmt, ...) function
/illumos-gate/usr/src/cmd/acct/
H A Dacctdisk.c51 while ((rc = scanf("%ld\t%s\t%f",
H A Dacctcon2.c49 while (scanf("%lu\t%ld\t%s\t%lu\t%lu\t%lu\t%*[^\n]",
H A Dacctprc2.c66 while (scanf("%ld\t%s\t%lu\t%lu\t%u",
/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c79 if (! scanf("%s\n", name)) {
82 if (! scanf("%u\n", &op)) {
85 if (! scanf("%u\n", &keylen)) {
92 if (! scanf("%u\n", &datalen)) {
/illumos-gate/usr/src/cmd/vgrind/
H A Dretest.c32 scanf ("%s", reg);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dscanf.c47 scanf(const char *fmt, ...) function
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c75 ret = scanf("%lf", &nn);
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksmb.c97 if (scanf("%" VAL2STR(PASS_MAX) "s", &buf) != 1) {
H A Dksetpw.c193 if (scanf("%" VAL2STR(PASS_MAX) "s", &buf) != 1) {
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h175 #pragma redefine_extname scanf _scanf_c89
185 #define scanf _scanf_c89
210 extern int scanf(const char *_RESTRICT_KYWD, ...);
/illumos-gate/usr/src/cmd/spell/
H A Dspellin.c114 for (count = 0; scanf("%lo", (unsigned long *)&h) == 1; ++count) {
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h150 extern int scanf(char *, ...);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile52 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h177 extern int scanf(const char *, ...);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c164 until(EOF == scanf("%s", line) || strcmp(line, "quit") == 0);
198 if (EOF == scanf("%s", line) || strcmp(line, "no") == 0)
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Duser.c579 (void) scanf("%s", pass1);
583 (void) scanf("%s", pass2);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c52 scanf(char *fmt, ...) function
/illumos-gate/usr/src/head/
H A Dstdio.h113 using std::scanf;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h207 #define wscanf scanf
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c163 until (EOF == scanf("%s", line));
/illumos-gate/usr/src/boot/include/
H A Dstdio.h267 int scanf(const char * __restrict, ...);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h223 extern __MANGLE__ int scanf __PROTO__((const char*, ...));
332 #define scanf _ast_scanf macro
455 extern __MANGLE__ int scanf __PROTO__((const char*, ...));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h202 extern __MANGLE__ int scanf __PROTO__((const char*, ...));
311 #define scanf _ast_scanf macro
434 extern __MANGLE__ int scanf __PROTO__((const char*, ...));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h223 extern __MANGLE__ int scanf __PROTO__((const char*, ...));
332 #define scanf _ast_scanf macro
455 extern __MANGLE__ int scanf __PROTO__((const char*, ...));

Completed in 143 milliseconds

12