| /src/usr.sbin/rmt/ |
| rmt.c | 79 void getstring(char *, size_t); 106 getstring(device, sizeof(device)); 107 getstring(mode, sizeof(mode)); 117 getstring(device, sizeof(device)); /* discard */ 124 getstring(count, sizeof(count)); 125 getstring(pos, sizeof(pos)); 133 getstring(count, sizeof(count)); 150 getstring(count, sizeof(count)); 163 getstring(op, sizeof(op)); 164 getstring(count, sizeof(count)) 209 getstring(char *bp, size_t size) function [all...] |
| /src/games/phantasia/ |
| phantglobs.h | 87 void getstring(char *, int);
|
| io.c | 29 getstring(char *cp, int mx) function 90 getstring(Databuf, SZ_DATABUF);
|
| gamesupport.c | 43 getstring(Databuf, SZ_DATABUF); 184 getstring(Databuf, 9); 193 getstring(Databuf, SZ_NAME); 210 getstring(Databuf, SZ_PASSWORD); 216 getstring(playerp->p_password, SZ_PASSWORD);
|
| main.c | 399 getstring(Databuf, SZ_DATABUF); 413 getstring(Player.p_name, SZ_NAME); 435 getstring(Player.p_password, SZ_PASSWORD); 437 getstring(Databuf, SZ_PASSWORD); 520 getstring(Databuf, SZ_DATABUF); 540 getstring(Databuf, SZ_DATABUF); 587 getstring(Databuf, SZ_DATABUF); 776 getstring(Databuf, SZ_NAME); 787 getstring(Databuf, SZ_PASSWORD);
|
| interplayer.c | 706 getstring(Databuf, SZ_DATABUF); 801 getstring(Databuf, SZ_DATABUF); 832 getstring(Databuf, SZ_DATABUF);
|
| fight.c | 1223 getstring(Databuf, SZ_DATABUF);
|
| /src/usr.sbin/services_mkdb/ |
| services_mkdb.c | 62 static char *getstring(const char *, size_t, char **, const char *); 201 if ((name = getstring(fname, line, &cp, "name")) == NULL) 204 if ((port = getstring(fname, line, &cp, "port")) == NULL) 282 getstring(const char *fname, size_t line, char **cp, const char *tag) function
|
| /src/usr.bin/m4/ |
| gnum4.c | 205 static char *getstring(void); 245 getstring(void) function 373 pbstr(getstring()); 447 return getstring(); 518 pbstr(getstring()); 644 pbstr(getstring()); 691 pbstr(getstring());
|
| /src/lib/libc/gen/ |
| getnetgrent.c | 73 static int getstring(char **, int, __aconst char **); 95 * getstring(): Get a string delimited by the character, skipping leading and 99 getstring(char **pp, int del, char __aconst **str) function 157 if (!getstring(pp, ',', &ng->ng_host)) 160 if (!getstring(pp, ',', &ng->ng_user)) 163 if (!getstring(pp, ')', &ng->ng_domain))
|