Home
last modified time | relevance | path

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

12

/netbsd-src/usr.sbin/rmt/
H A Drmt.c79 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 Dlex.l50 static int getstring(void);
73 \" { return getstring(); }
85 getstring(void)
H A Dlex.c517 static int getstring(void);
862 { return getstring(); }
1857 getstring(void) in getstring() function
H A DChangeLog233 * lex.l (getstring): Replace getc() with input().
/netbsd-src/games/phantasia/
H A Dmain.c399 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 Dgamesupport.c43 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 Dio.c29 getstring(char *cp, int mx) in getstring() function
90 getstring(Databuf, SZ_DATABUF); in infloat()
H A Dphantglobs.h87 void getstring(char *, int);
H A Dinterplayer.c706 getstring(Databuf, SZ_DATABUF); in dotampered()
801 getstring(Databuf, SZ_DATABUF); in dotampered()
832 getstring(Databuf, SZ_DATABUF); in dotampered()
H A Dfight.c1223 getstring(Databuf, SZ_DATABUF); in awardtreasure()
/netbsd-src/usr.sbin/services_mkdb/
H A Dservices_mkdb.c62 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 Dgnum4.c205 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 Dgetnetgrent.c73 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 Dmacro.c308 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 DChangeLog-20051363 * macro.c (getstring): Do not treat round parentheses exactly the
1375 * macro.c (getstring): Treat round parentheses in the same way as
H A DChangeLog-20062411 * macro.c (getstring): Don't treat parentheses special anymore.
H A DChangeLog-98994464 (getstring): Remove support for byte constants between < and >.
H A DChangeLog-20194540 * macro.c (getstring): Check array bound before accessing.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.c282 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 DChangeLog-20051363 * macro.c (getstring): Do not treat round parentheses exactly the
1375 * macro.c (getstring): Treat round parentheses in the same way as
H A DChangeLog-20062411 * macro.c (getstring): Don't treat parentheses special anymore.
H A DChangeLog-98994464 (getstring): Remove support for byte constants between < and >.
H A DChangeLog-20194540 * macro.c (getstring): Check array bound before accessing.
/netbsd-src/external/mit/xorg/lib/
H A Dlibmesa.mk67 getstring.c \
H A Dlibmesa.old.mk68 getstring.c \

12