/openbsd/usr.sbin/rmt/ |
H A D | rmt.c | 68 void getstring(char *, int); 136 getstring(device, sizeof(device)); in main() 137 getstring(mode, sizeof(mode)); in main() 203 getstring(device, sizeof(device)); /* discard */ in main() 210 getstring(count, sizeof(count)); in main() 211 getstring(pos, sizeof(pos)); in main() 219 getstring(count, sizeof(count)); in main() 236 getstring(count, sizeof(count)); in main() 249 getstring(op, sizeof(op)); in main() 250 getstring(count, sizeof(count)); in main() [all …]
|
/openbsd/usr.sbin/netgroup_mkdb/ |
H A D | stringlist.c | 39 static int getstring(char **, int, char **); 200 if (!getstring(pp, ',', &ng->ng_host)) in getnetgroup() 203 if (!getstring(pp, ',', &ng->ng_user)) in getnetgroup() 206 if (!getstring(pp, ')', &ng->ng_domain)) in getnetgroup() 232 getstring(char **pp, int del, char **str) in getstring() function
|
/openbsd/games/phantasia/ |
H A D | main.c | 437 getstring(Databuf, SZ_DATABUF); in rollnewplayer() 451 getstring(Player.p_name, SZ_NAME); in rollnewplayer() 473 getstring(Player.p_password, SZ_PASSWORD); in rollnewplayer() 475 getstring(Databuf, SZ_PASSWORD); in rollnewplayer() 585 getstring(Databuf, SZ_DATABUF); in procmain() 605 getstring(Databuf, SZ_DATABUF); in procmain() 650 getstring(Databuf, SZ_DATABUF); in procmain() 887 getstring(Databuf, SZ_NAME); in recallplayer() 898 getstring(Databuf, SZ_PASSWORD); in recallplayer()
|
H A D | gamesupport.c | 86 getstring(Databuf, SZ_DATABUF); in changestats() 226 getstring(Databuf, 9); in changestats() 235 getstring(Databuf, SZ_NAME); in changestats() 253 getstring(Databuf, SZ_PASSWORD); in changestats() 259 getstring(playerp->p_password, SZ_PASSWORD); in changestats()
|
H A D | io.c | 58 getstring(char *cp, int mx) in getstring() function 168 getstring(Databuf, SZ_DATABUF); in infloat()
|
H A D | phantglobs.h | 101 void getstring(char *, int);
|
H A D | interplayer.c | 920 getstring(Databuf, SZ_DATABUF); in dotampered() 1015 getstring(Databuf, SZ_DATABUF); in dotampered() 1046 getstring(Databuf, SZ_DATABUF); in dotampered()
|
H A D | fight.c | 1433 getstring(Databuf, SZ_DATABUF); in awardtreasure()
|
/openbsd/usr.bin/m4/ |
H A D | gnum4.c | 185 static char *getstring(void); 229 getstring(void) in getstring() function 368 pbstr(getstring()); in do_regexp() 443 return getstring(); in twiddle() 495 pbstr(getstring()); in dopatsubst() 617 pbstr(getstring()); in doformat() 666 pbstr(getstring()); in doesyscmd()
|
/openbsd/lib/libc/gen/ |
H A D | getnetgrent.c | 68 static int getstring(char **, int, char **); 162 getstring(char **pp, int del, char **str) in getstring() function 212 if (!getstring(pp, ',', &ng->ng_host)) in getnetgroup() 215 if (!getstring(pp, ',', &ng->ng_user)) in getnetgroup() 218 if (!getstring(pp, ')', &ng->ng_domain)) in getnetgroup()
|
/openbsd/sbin/disklabel/ |
H A D | editor.c | 149 char *getstring(const char *, const char *, const char *); 382 arg = getstring("Write new label?", in editor() 425 arg = getstring("Filename", in editor() 956 getstring(const char *prompt, const char *helpstring, const char *oval) in getstring() function 1024 p = getstring(prompt, help, p); in getpartno() 1073 p = getstring(prompt, helpstring, buf); in getnumber() 1108 p = getstring(prompt, helpstring, buf); in getuint64() 1236 p = getstring("label name", in edit_packname() 1335 s = getstring("duid", "The disklabel UID, given as a 16 " in set_duid() 1697 p = getstring("FS type", in get_fstype() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | macro.c | 71 static int getstring (int, sb *, sb *); 255 getstring (int idx, sb *in, sb *acc) in getstring() function 381 idx = getstring (idx, in, out); in get_any_string() 386 idx = getstring (idx, in, out); in get_any_string()
|
H A D | ChangeLog-9899 | 4464 (getstring): Remove support for byte constants between < and >.
|
H A D | ChangeLog-0001 | 6055 * macro.c (getstring): Make it possible to escape the quote
|
H A D | ChangeLog-9295 | 1527 (getstring): In MRI mode, allow <> to quote a string.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | macro.c | 72 static int getstring (int, sb *, sb *); 302 getstring (int idx, sb *in, sb *acc) in getstring() function 422 idx = getstring (idx, in, out); in get_any_string() 427 idx = getstring (idx, in, out); in get_any_string()
|
H A D | ChangeLog | 412 * macro.c (getstring): Don't treat parentheses special anymore.
|
H A D | ChangeLog-2005 | 1365 * macro.c (getstring): Do not treat round parentheses exactly the 1377 * macro.c (getstring): Treat round parentheses in the same way as
|
H A D | ChangeLog-9899 | 4464 (getstring): Remove support for byte constants between < and >.
|
H A D | ChangeLog-0001 | 6055 * macro.c (getstring): Make it possible to escape the quote
|
H A D | ChangeLog-9295 | 1527 (getstring): In MRI mode, allow <> to quote a string.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlsub.pod | 1512 sub myindex ($$;$) myindex getstring(), "substr"
|