Home
last modified time | relevance | path

Searched refs:getstring (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.sbin/rmt/
H A Drmt.c68 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 Dstringlist.c39 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 Dmain.c437 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 Dgamesupport.c86 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 Dio.c58 getstring(char *cp, int mx) in getstring() function
168 getstring(Databuf, SZ_DATABUF); in infloat()
H A Dphantglobs.h101 void getstring(char *, int);
H A Dinterplayer.c920 getstring(Databuf, SZ_DATABUF); in dotampered()
1015 getstring(Databuf, SZ_DATABUF); in dotampered()
1046 getstring(Databuf, SZ_DATABUF); in dotampered()
H A Dfight.c1433 getstring(Databuf, SZ_DATABUF); in awardtreasure()
/openbsd/usr.bin/m4/
H A Dgnum4.c185 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 Dgetnetgrent.c68 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 Deditor.c149 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 Dmacro.c71 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 DChangeLog-98994464 (getstring): Remove support for byte constants between < and >.
H A DChangeLog-00016055 * macro.c (getstring): Make it possible to escape the quote
H A DChangeLog-92951527 (getstring): In MRI mode, allow <> to quote a string.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dmacro.c72 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 DChangeLog412 * macro.c (getstring): Don't treat parentheses special anymore.
H A DChangeLog-20051365 * macro.c (getstring): Do not treat round parentheses exactly the
1377 * macro.c (getstring): Treat round parentheses in the same way as
H A DChangeLog-98994464 (getstring): Remove support for byte constants between < and >.
H A DChangeLog-00016055 * macro.c (getstring): Make it possible to escape the quote
H A DChangeLog-92951527 (getstring): In MRI mode, allow <> to quote a string.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlsub.pod1512 sub myindex ($$;$) myindex getstring(), "substr"