Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hp300/stand/common/
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()
Dite_dumb.c106 romp = getword(ip, getword(ip, FONTROM) + FONTADDR) + FONTDATA; in dumb_fontinit()
Ditevar.h48 #define getword(ip, offset) \ macro
/netbsd/src/libexec/ld.elf_so/
Dpaths.c68 static const char *getword(const char **, const char *, const char *);
134 getword(const char **p, const char *ep, const char *delim) in getword() function
243 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) in _rtld_process_mapping()
254 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) { in _rtld_process_mapping()
263 for (i = 0; bp++, (ptr = getword(&bp, ep, WS)) != NULL;) { in _rtld_process_mapping()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
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()
DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
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()
DChangeLog-2004550 * sparc-dis.c (print_insn_sparc): Update getword prototype.
/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c2250 if (!getword(f, word, &newline, filename)) in scan_authfile()
2258 while (!newline && getword(f, word, &newline, filename)) in scan_authfile()
2277 if (!getword(f, word, &newline, filename)) in scan_authfile()
2297 if (!getword(f, word, &newline, filename)) in scan_authfile()
2321 if (!getword(sf, word, &xxx, atfile)) { in scan_authfile()
2337 if (!getword(f, word, &newline, filename) || newline) in scan_authfile()
2584 if (!getword(f, word, &newline, filename)) in scan_authfile_eaptls()
2592 while (!newline && getword(f, word, &newline, filename)); in scan_authfile_eaptls()
2610 if (!getword(f, word, &newline, filename)) in scan_authfile_eaptls()
2630 if (!getword(f, word, &newline, filename)) in scan_authfile_eaptls()
[all …]
Dpppd-private.h472 int getword(FILE *f, char *word, int *newlinep, char *filename);
Doptions.c617 while (getword(f, cmd, &newline, filename)) { in ppp_options_from_file()
626 if (!getword(f, args[i], &newline, filename)) { in ppp_options_from_file()
1360 getword(FILE *f, char *word, int *newlinep, char *filename) in getword() function
/netbsd/src/games/boggle/boggle/
Dmach.c85 static void getword(char *);
405 getword(buf); in findword()
486 getword(char *q) in getword() function
/netbsd/src/games/hangman/
Dplaygame.c52 getword(); in playgame()
DMakefile5 SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \
Dhangman.h88 void getword(void);
Dgetword.c48 getword(void) in getword() function
/netbsd/src/bin/csh/
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/
Dbattlestar.c92 next = getword(next, words[wordcount], -1); in main()
Dgetcom.c76 getword(char *buf1, char *buf2, int flag) in getword() function
Dcommand7.c67 next = getword(next, words[i], -1); in fight()
Dextern.h349 char *getword(char *, char *, int);
/netbsd/src/external/bsd/ipf/dist/
Dipmon.h140 extern char *getword __P((int));