Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 161) sorted by relevance

1234567

/dragonfly/usr.bin/finger/
H A Dfinger.h55 typedef struct where { struct
56 struct where *next; /* next place user is or has been */ argument
57 enum status info; /* type/status of request */
58 short writable; /* tty is writable */
59 time_t loginat; /* time of (last) login */
60 time_t idletime; /* how long idle (if logged in) */
61 char tty[_UTX_LINESIZE + 1]; /* null terminated tty line */
62 char host[_UTX_HOSTSIZE + 1]; /* null terminated remote host name */
/dragonfly/games/adventure/
H A Dvocab.c64 move(int object, int where) in move()
78 put(int object, int where, int pval) in put()
85 carry(int object, int where) in carry()
105 drop(int object, int where) in drop()
/dragonfly/libexec/rtld-elf/x86_64/
H A Dreloc.c141 Elf_Addr *where, symval; in reloc_non_plt() local
336 Elf_Addr *where; in reloc_plt() local
369 Elf_Addr *where, target; in reloc_jmpslots() local
405 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
465 Elf_Addr *where, target; in reloc_gnu_ifunc() local
/dragonfly/contrib/less/
H A Dprompt.c150 static POSITION curr_byte(int where) in curr_byte()
168 static int cond(char c, int where) in cond()
232 static void protochar(int c, int where, int iseditproto) in protochar()
466 int where; in pr_expand() local
/dragonfly/contrib/gcc-4.7/include/
H A Dobstack.h331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
407 # define obstack_copy(OBSTACK,where,length) \ argument
413 # define obstack_copy0(OBSTACK,where,length) \ argument
467 # define obstack_grow(h,where,length) \ argument
474 # define obstack_grow0(h,where,length) \ argument
512 # define obstack_copy(h,where,length) \ argument
515 # define obstack_copy0(h,where,length) \ argument
/dragonfly/contrib/gdb-7/include/
H A Dobstack.h331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
407 # define obstack_copy(OBSTACK,where,length) \ argument
413 # define obstack_copy0(OBSTACK,where,length) \ argument
467 # define obstack_grow(h,where,length) \ argument
474 # define obstack_grow0(h,where,length) \ argument
512 # define obstack_copy(h,where,length) \ argument
515 # define obstack_copy0(h,where,length) \ argument
/dragonfly/contrib/binutils-2.27/include/
H A Dobstack.h313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
453 # define obstack_grow(h, where, length) \ argument
461 # define obstack_grow0(h, where, length) \ argument
502 # define obstack_copy(h, where, length) \ argument
505 # define obstack_copy0(h, where, length) \ argument
/dragonfly/contrib/grep/lib/
H A Dobstack.h324 # define obstack_grow(OBSTACK, where, length) \ argument
334 # define obstack_grow0(OBSTACK, where, length) \ argument
400 # define obstack_copy(OBSTACK, where, length) \ argument
406 # define obstack_copy0(OBSTACK, where, length) \ argument
464 # define obstack_grow(h, where, length) \ argument
472 # define obstack_grow0(h, where, length) \ argument
513 # define obstack_copy(h, where, length) \ argument
516 # define obstack_copy0(h, where, length) \ argument
/dragonfly/contrib/binutils-2.34/include/
H A Dobstack.h313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
453 # define obstack_grow(h, where, length) \ argument
461 # define obstack_grow0(h, where, length) \ argument
502 # define obstack_copy(h, where, length) \ argument
505 # define obstack_copy0(h, where, length) \ argument
/dragonfly/contrib/gcc-8.0/include/
H A Dobstack.h313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
453 # define obstack_grow(h, where, length) \ argument
461 # define obstack_grow0(h, where, length) \ argument
502 # define obstack_copy(h, where, length) \ argument
505 # define obstack_copy0(h, where, length) \ argument
/dragonfly/sys/dev/drm/include/linux/
H A Dpci.h122 pci_read_config_byte(struct pci_dev *pdev, int where, u8 *val) in pci_read_config_byte()
129 pci_read_config_word(struct pci_dev *pdev, int where, u16 *val) in pci_read_config_word()
136 pci_read_config_dword(struct pci_dev *pdev, int where, u32 *val) in pci_read_config_dword()
143 pci_write_config_byte(struct pci_dev *pdev, int where, u8 val) in pci_write_config_byte()
150 pci_write_config_word(struct pci_dev *pdev, int where, u16 val) in pci_write_config_word()
157 pci_write_config_dword(struct pci_dev *pdev, int where, u32 val) in pci_write_config_dword()
316 pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 *val) in pci_bus_read_config_byte()
325 pci_bus_read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 *val) in pci_bus_read_config_word()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-diagnostic.c58 source_location where; member
110 source_location where, in maybe_unwind_expanded_macro_loc()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcore.h191 file_ptr where = (file_ptr) i_ehdrp->e_shoff; in elf_core_file_p() local
217 file_ptr where; in elf_core_file_p() local
/dragonfly/contrib/gdb-7/bfd/
H A Delfcore.h192 bfd_signed_vma where = i_ehdrp->e_shoff; in elf_core_file_p() local
221 bfd_signed_vma where; in elf_core_file_p() local
/dragonfly/contrib/lvm2/dist/lib/device/
H A Ddev-io.c69 static int _io(struct device_area *where, void *buffer, int should_write) in _io()
190 static int _aligned_io(struct device_area *where, void *buffer, in _aligned_io()
677 struct device_area where; in dev_read() local
741 struct device_area where; in dev_write() local
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h199 file_ptr where = (file_ptr) i_ehdrp->e_shoff; in elf_core_file_p() local
225 file_ptr where; in elf_core_file_p() local
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c113 char *where, *index(); in bootparamproc_getfile_1_svc() local
186 char *where; in getthefile() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-diagnostic.c59 source_location where; member
102 source_location where) in maybe_unwind_expanded_macro_loc()
H A Dipa-inline.c1289 struct cgraph_node *where = node; in reset_edge_caches() local
1435 lookup_recursive_calls (struct cgraph_node *node, struct cgraph_node *where, in lookup_recursive_calls()
1693 struct cgraph_node *where = node->global.inlined_to in resolve_noninline_speculation() local
1857 struct cgraph_node *where = node->global.inlined_to in inline_small_functions() local
1876 struct cgraph_node *where, *callee; in inline_small_functions() local
2562 struct cgraph_node *where = node->global.inlined_to in ipa_inline() local
/dragonfly/contrib/cvs-1.12/src/
H A Dcheckout.c113 char *where = NULL; in checkout() local
428 safe_location (char *where) in safe_location()
605 char *where; in checkout_proc() local
/dragonfly/stand/lib/
H A Dlseek.c68 lseek(int fd, off_t offset, int where) in lseek()
/dragonfly/usr.bin/rpcgen/
H A Drpc_scan.c48 #define startcomment(where) (where[0] == '/' && where[1] == '*') argument
49 #define endcomment(where) (where[-1] == '*' && where[0] == '/') argument
/dragonfly/lib/csu/x86_64/
H A Dcrt1.c57 Elf_Addr *where, target, *ptr; in fix_iplta() local
/dragonfly/usr.bin/window/
H A Dwwlabel.c45 wwlabel(struct ww *w, struct ww *f, int where, char *l, int mode) in wwlabel()
/dragonfly/stand/boot/common/
H A Dreloc_elf.c56 Elf64_Addr *where, val; in __elfN() local

1234567