Home
last modified time | relevance | path

Searched defs:inf (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c168 struct inf struct
183 struct inf_wait wait; /* What to return from target_wait. */ argument
198 since a proc server `stop' leaves the signal thread running, the inf can argument
215 unsigned pending_execs;
248 return proc->inf->pid; in __proc_pid() argument
606 struct inf *inf = proc->inf; in _proc_free() local
693 inf_cleanup (struct inf *inf) in inf_cleanup()
1112 inf_resume (struct inf *inf) in inf_resume()
1137 inf_suspend (struct inf *inf) in inf_suspend()
1205 inf_detach (struct inf *inf) in inf_detach()
[all …]
H A Dgnu-nat.h68 struct inf *inf; /* Where we come from. */ member
/openbsd/usr.bin/file/
H A Dfile.c370 struct input_file inf; in child() local
465 load_file(struct input_file *inf) in load_file()
497 try_stat(struct input_file *inf) in try_stat()
562 try_empty(struct input_file *inf) in try_empty()
575 try_access(struct input_file *inf) in try_access()
597 try_text(struct input_file *inf) in try_text()
633 try_magic(struct input_file *inf) in try_magic()
651 try_unknown(struct input_file *inf) in try_unknown()
661 test_file(struct input_file *inf, size_t width) in test_file()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dinferiors.c39 #define get_thread(inf) ((struct thread_info *)(inf)) argument
124 free_one_thread (struct inferior_list_entry *inf) in free_one_thread()
150 struct inferior_list_entry *inf = list->head; in find_inferior() local
165 struct inferior_list_entry *inf = list->head; in find_inferior_id() local
/openbsd/games/robots/
H A Dscore.c58 int inf = score_wfd; in score() local
168 int inf; in show_score() local
/openbsd/usr.bin/pr/
H A Dpr.c193 FILE *inf = NULL; in onecol() local
371 FILE *inf = NULL; in vertcol() local
690 FILE *inf = NULL; in horzcol() local
1142 inln(FILE *inf, char *buf, int lim, int *cnt, int *cps, int trnc, int *mor) in inln()
1413 inskip(FILE *inf, int pgcnt, int lncnt) in inskip()
1444 FILE *inf = NULL; in nxtfile() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dwarning1.C10 static const float inf = 1.0f / 0.0f; // { dg-warning "1.0|initialization" } member
/openbsd/usr.sbin/unbound/daemon/
H A Dremote.c1640 struct del_info* inf = (struct del_info*)arg; in infra_del_host() local
1662 struct del_info inf; in do_flush_infra() local
1703 struct del_info* inf = (struct del_info*)arg; in zone_del_rrset() local
1720 struct del_info* inf = (struct del_info*)arg; in zone_del_msg() local
1738 struct del_info* inf = (struct del_info*)arg; in zone_del_kcache() local
1756 struct del_info inf; in do_flush_zone() local
1793 struct del_info* inf = (struct del_info*)arg; in bogus_del_rrset() local
1806 struct del_info* inf = (struct del_info*)arg; in bogus_del_msg() local
1819 struct del_info* inf = (struct del_info*)arg; in bogus_del_kcache() local
1831 struct del_info inf; in do_flush_bogus() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dmips-args-3.c6 int foo (float inf, int64 in64, int32 in32) in foo()
/openbsd/games/hangman/
H A Dgetword.c49 FILE *inf; in getword() local
/openbsd/gnu/usr.bin/cvs/diff/
H A Dcontext.c38 print_context_label (mark, inf, label) in print_context_label() argument
58 print_context_header (inf, unidiff_flag) in print_context_header() argument
/openbsd/games/mille/
H A Dsave.c143 int inf; in rest_f() local
/openbsd/usr.sbin/unbound/testcode/
H A Dasynclook.c300 struct ext_thr_info* inf = (struct ext_thr_info*)arg; in ext_thread() local
361 struct ext_thr_info inf[NUMTHR]; in ext_test() local
/openbsd/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigint.pm386 sub inf () { $obj_class -> binf(); } subroutine
H A Dbigrat.pm365 sub inf () { $obj_class -> binf(); } subroutine
H A Dbigfloat.pm375 sub inf () { $obj_class -> binf(); } subroutine
H A Dbignum.pm425 sub inf () { $int_class -> binf(); } subroutine
/openbsd/games/monop/
H A Dinitdeck.c61 FILE *inf, *outf; variable
/openbsd/sys/dev/pv/
H A Dndis.h127 #define NDIS_VLAN_INFO_ID(inf) (((inf) & NDIS_VLAN_INFO_ID_MASK) >> 4) argument
128 #define NDIS_VLAN_INFO_PRI(inf) ( (inf) & NDIS_VLAN_INFO_PRI_MASK) argument
/openbsd/gnu/gcc/gcc/
H A Dgen-protos.c132 FILE *inf = stdin; in main() local
/openbsd/usr.sbin/crunchgen/
H A Dcrunchide.c193 int inf; in hide_syms() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgen-protos.c139 FILE *inf = stdin; local
H A Dprofile.c188 struct edge_info *inf = EDGE_INFO (e); local
973 struct edge_info *inf = EDGE_INFO (e); in branch_prob() local
/openbsd/usr.bin/ctags/
H A Dctags.c51 FILE *inf; /* ioptr for current input file */ variable
/openbsd/lib/libcrypto/ocsp/
H A Docsp_prn.c155 OCSP_REQINFO *inf = o->tbsRequest; in OCSP_REQUEST_print() local

1234