Searched refs:readstring (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
H A D | add.c | 41 readstring(const char *prompt, char *buf, size_t len) in readstring() function 64 if(readstring("Principal: ", buf, sizeof(buf)) == NULL) in kt_add() 74 if(readstring("Encryption type: ", buf, sizeof(buf)) == NULL) { in kt_add() 91 if(readstring("Key version: ", buf, sizeof(buf)) == NULL) { in kt_add()
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcssyn.c | 261 readstring(); nextlex(); /* Throw away the suffix. */ in getadmin() 393 case STRING: readstring(); continue; 486 else readstring(); /*skip string*/
|
H A D | rcsgen.c | 246 } else {readstring(); 253 readstring(); /* skip over it */
|
H A D | rcs.c | 928 readstring(); 933 readstring(); 940 readstring(); /* skip over it */
|
H A D | rcslex.c | 672 readstring() in readstring() function 1553 readstring();
|
H A D | rcsbase.h | 595 void readstring P((void));
|
H A D | rlog.c | 657 readstring(); in readdeltalog()
|
/netbsd-src/usr.bin/resize/ |
H A D | resize.c | 273 readstring(FILE *fp, char *buf, const char *str) in readstring() function 506 readstring(ttyfp, buf, size[emu]); in main() 518 readstring(ttyfp, buf, wsize[emu]); in main()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | read.c | 2497 readstring (struct ebuffer *ebuf) in readstring() function 2551 return readstring (ebuf); in readline()
|
H A D | ChangeLog | 1230 * read.c (readstring): Fix some logic errors in backslash handling. 2239 (readstring): Read the next line from a string-style ebuffer. 2241 ebuffer, invoke readstring(). If it's a FILE* ebuffer, read it
|