Home
last modified time | relevance | path

Searched refs:getword (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c180 getword(FILE *fp, char *buffer, size_t size) { in getword() function
293 cp = getword(fp, word, sizeof(word)); in resconf_parsenameserver()
323 res = getword(fp, word, sizeof(word)); in resconf_parsedomain()
379 delim = getword(fp, word, sizeof(word)); in resconf_parsesearch()
399 delim = getword(fp, word, sizeof(word)); in resconf_parsesearch()
413 delim = getword(fp, word, sizeof(word)); in resconf_parsesortlist()
455 delim = getword(fp, word, sizeof(word)); in resconf_parsesortlist()
469 delim = getword(fp, word, sizeof(word)); in resconf_parseoption()
491 delim = getword(fp, word, sizeof(word)); in resconf_parseoption()
544 stopchar = getword(fp, word, sizeof(word)); in irs_resconf_load()
/netbsd-src/external/mpl/bind/dist/lib/irs/
H A Dresconf.c
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_subr.c55 u_long fontaddr = getword(ip, getword(ip, FONTROM) + FONTADDR); in ite_fontinfo()
90 dp = (u_char *)(getword(ip, getword(ip, FONTROM) + FONTADDR) + in ite_fontinit1bpp()
119 romp = getword(ip, getword(ip, FONTROM) + FONTADDR) + FONTDATA; in ite_fontinit8bpp()
H A Dite_dumb.c106 romp = getword(ip, getword(ip, FONTROM) + FONTADDR) + FONTDATA; in dumb_fontinit()
H A Ditevar.h48 #define getword(ip, offset) \ macro
/netbsd-src/libexec/ld.elf_so/
H A Dpaths.c66 static const char *getword(const char **, const char *, const char *);
132 getword(const char **p, const char *ep, const char *delim) in getword() function
241 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) in _rtld_process_mapping()
252 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) { in _rtld_process_mapping()
261 for (i = 0; bp++, (ptr = getword(&bp, ep, WS)) != NULL;) { in _rtld_process_mapping()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c496 bfd_vma (*getword) (const void *); in print_insn_sparc() local
533 getword = bfd_getb32; in print_insn_sparc()
535 getword = bfd_getl32; in print_insn_sparc()
537 insn = getword (buffer); in print_insn_sparc()
1030 prev_insn = getword (buffer); in print_insn_sparc()
1050 prev_insn = getword (buffer); in print_insn_sparc()
H A DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c496 bfd_vma (*getword) (const void *); in print_insn_sparc() local
533 getword = bfd_getb32; in print_insn_sparc()
535 getword = bfd_getl32; in print_insn_sparc()
537 insn = getword (buffer); in print_insn_sparc()
1030 prev_insn = getword (buffer); in print_insn_sparc()
1050 prev_insn = getword (buffer); in print_insn_sparc()
H A DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.
/netbsd-src/games/boggle/boggle/
H A Dmach.c85 static void getword(char *);
405 getword(buf); in findword()
486 getword(char *q) in getword() function
/netbsd-src/games/hangman/
H A Dplaygame.c52 getword(); in playgame()
H A DMakefile5 SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \
H A Dhangman.h88 void getword(void);
H A Dgetword.c48 getword(void) in getword() function
/netbsd-src/bin/csh/
H A Dfunc.c65 static int getword(Char *);
613 (void)getword(aword); in search()
618 (void) getword(aword); in search()
657 while (getword(aword)) in search()
664 if (type == T_GOTO && getword(aword) && eq(aword, goal)) in search()
688 (void) getword(NULL); in search()
703 getword(Char *wp) in getword() function
/netbsd-src/games/battlestar/
H A Dbattlestar.c92 next = getword(next, words[wordcount], -1); in main()
H A Dgetcom.c76 getword(char *buf1, char *buf2, int flag) in getword() function
H A Dcommand7.c67 next = getword(next, words[i], -1); in fight()
H A Dextern.h349 char *getword(char *, char *, int);
/netbsd-src/external/bsd/ipf/dist/
H A Dipmon.h140 extern char *getword __P((int));
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.