/netbsd-src/usr.sbin/rmt/ |
H A D | rmt.c | 79 void getstring(char *, size_t); 106 getstring(device, sizeof(device)); in main() 107 getstring(mode, sizeof(mode)); in main() 117 getstring(device, sizeof(device)); /* discard */ in main() 124 getstring(count, sizeof(count)); in main() 125 getstring(pos, sizeof(pos)); in main() 133 getstring(count, sizeof(count)); in main() 150 getstring(count, sizeof(count)); in main() 163 getstring(op, sizeof(op)); in main() 164 getstring(count, sizeof(count)); in main() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
H A D | lex.l | 50 static int getstring(void); 73 \" { return getstring(); } 85 getstring(void)
|
H A D | lex.c | 517 static int getstring(void); 862 { return getstring(); } 1857 getstring(void) in getstring() function
|
H A D | ChangeLog | 233 * lex.l (getstring): Replace getc() with input().
|
/netbsd-src/games/phantasia/ |
H A D | main.c | 399 getstring(Databuf, SZ_DATABUF); in rollnewplayer() 413 getstring(Player.p_name, SZ_NAME); in rollnewplayer() 435 getstring(Player.p_password, SZ_PASSWORD); in rollnewplayer() 437 getstring(Databuf, SZ_PASSWORD); in rollnewplayer() 520 getstring(Databuf, SZ_DATABUF); in procmain() 540 getstring(Databuf, SZ_DATABUF); in procmain() 587 getstring(Databuf, SZ_DATABUF); in procmain() 776 getstring(Databuf, SZ_NAME); in recallplayer() 787 getstring(Databuf, SZ_PASSWORD); in recallplayer()
|
H A D | gamesupport.c | 43 getstring(Databuf, SZ_DATABUF); in changestats() 184 getstring(Databuf, 9); in changestats() 193 getstring(Databuf, SZ_NAME); in changestats() 210 getstring(Databuf, SZ_PASSWORD); in changestats() 216 getstring(playerp->p_password, SZ_PASSWORD); in changestats()
|
H A D | io.c | 29 getstring(char *cp, int mx) in getstring() function 90 getstring(Databuf, SZ_DATABUF); in infloat()
|
H A D | phantglobs.h | 87 void getstring(char *, int);
|
H A D | interplayer.c | 706 getstring(Databuf, SZ_DATABUF); in dotampered() 801 getstring(Databuf, SZ_DATABUF); in dotampered() 832 getstring(Databuf, SZ_DATABUF); in dotampered()
|
H A D | fight.c | 1223 getstring(Databuf, SZ_DATABUF); in awardtreasure()
|
/netbsd-src/usr.sbin/services_mkdb/ |
H A D | services_mkdb.c | 62 static char *getstring(const char *, size_t, char **, const char *); 201 if ((name = getstring(fname, line, &cp, "name")) == NULL) in parseservices() 204 if ((port = getstring(fname, line, &cp, "port")) == NULL) in parseservices() 282 getstring(const char *fname, size_t line, char **cp, const char *tag) in getstring() function
|
/netbsd-src/usr.bin/m4/ |
H A D | gnum4.c | 205 static char *getstring(void); 245 getstring(void) in getstring() function 373 pbstr(getstring()); in do_regexp() 447 return getstring(); in twiddle() 518 pbstr(getstring()); in dopatsubst() 644 pbstr(getstring()); in doformat() 691 pbstr(getstring()); in doesyscmd()
|
/netbsd-src/lib/libc/gen/ |
H A D | getnetgrent.c | 73 static int getstring(char **, int, __aconst char **); 99 getstring(char **pp, int del, char __aconst **str) in getstring() function 157 if (!getstring(pp, ',', &ng->ng_host)) in getnetgroup() 160 if (!getstring(pp, ',', &ng->ng_user)) in getnetgroup() 163 if (!getstring(pp, ')', &ng->ng_domain)) in getnetgroup()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | macro.c | 308 getstring (size_t idx, sb *in, sb *acc) in getstring() function 428 idx = getstring (idx, in, out); in get_any_string() 433 idx = getstring (idx, in, out); in get_any_string()
|
H A D | ChangeLog-2005 | 1363 * macro.c (getstring): Do not treat round parentheses exactly the 1375 * macro.c (getstring): Treat round parentheses in the same way as
|
H A D | ChangeLog-2006 | 2411 * macro.c (getstring): Don't treat parentheses special anymore.
|
H A D | ChangeLog-9899 | 4464 (getstring): Remove support for byte constants between < and >.
|
H A D | ChangeLog-2019 | 4540 * macro.c (getstring): Check array bound before accessing.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | macro.c | 282 getstring (size_t idx, sb *in, sb *acc) in getstring() function 407 idx = getstring (idx, in, out); in get_any_string() 412 idx = getstring (idx, in, out); in get_any_string()
|
H A D | ChangeLog-2005 | 1363 * macro.c (getstring): Do not treat round parentheses exactly the 1375 * macro.c (getstring): Treat round parentheses in the same way as
|
H A D | ChangeLog-2006 | 2411 * macro.c (getstring): Don't treat parentheses special anymore.
|
H A D | ChangeLog-9899 | 4464 (getstring): Remove support for byte constants between < and >.
|
H A D | ChangeLog-2019 | 4540 * macro.c (getstring): Check array bound before accessing.
|
/netbsd-src/external/mit/xorg/lib/ |
H A D | libmesa.mk | 67 getstring.c \
|
H A D | libmesa.old.mk | 68 getstring.c \
|