| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | ctrace.c | 155 trace_inpacket_t tip; in trace_inpacket_stash() local 160 tip.from_port = from_port; in trace_inpacket_stash() 161 tip.from = from; in trace_inpacket_stash() 162 tip.from.len = htonl (tip.from.len); in trace_inpacket_stash() 164 tip.hfrom = *hfrom; in trace_inpacket_stash() 165 tip.havehfrom = 1; in trace_inpacket_stash() 167 memset (&tip.hfrom, 0, sizeof tip.hfrom); in trace_inpacket_stash() 168 tip.havehfrom = 0; in trace_inpacket_stash() 170 tip.index = htonl (interface -> index); in trace_inpacket_stash() 172 iov [0].buf = (char *)&tip; in trace_inpacket_stash() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | tip.cgs | 1 # frv testcase for tip $ICCi_2,$GRi,$s12 8 .global tip 9 tip: 21 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 27 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 33 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 39 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 45 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 51 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 57 tip icc0,gr7,4 ; should branch to tbr + (128 + 4)*16 [all …]
|
| /netbsd-src/usr.bin/tip/ |
| H A D | README | 24 Note that adding or deleting variables requires tip to be completedly 26 expensive lookups. These defines are set in tip.h. 41 A new, improved version of tip is now available. The most important 42 addition is the capacility to specify a phone number with tip. The 45 tip phone-number 47 tip -300 phone-number 51 A ~^Z command has been added to tip as well. 53 A new cu program is available that interfaces to the tip program. 55 the tip program so you have all the advantages of tip. This allows 56 cu (actually tip) to search for a free ACU instead of having the
|
| H A D | Makefile | 30 PROG= tip 31 LINKS= ${BINDIR}/tip ${BINDIR}/cu 32 MLINKS= tip.1 cu.1 43 remote.c tip.c tipout.c value.c vars.c ${DIALSRCS}
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_decl.c | 812 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) in dt_decl_type() argument 825 tip->dtt_flags = 0; in dt_decl_type() 835 tip->dtt_flags = DTT_FL_USER; in dt_decl_type() 843 tip->dtt_object = dmp->dm_name; in dt_decl_type() 844 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type() 845 tip->dtt_type = ddp->dd_type; in dt_decl_type() 857 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 858 tip->dtt_ctfp = DT_FUNC_CTFP(dtp); in dt_decl_type() 859 tip->dtt_type = DT_FUNC_TYPE(dtp); in dt_decl_type() 870 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() [all …]
|
| H A D | dt_module.c | 1055 const char *name, const dtrace_typeinfo_t *tip) in dt_module_extern() argument 1091 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern() 1092 idp->di_type = tip->dtt_type; in dt_module_extern() 1689 dtrace_typeinfo_t *tip) in dtrace_lookup_by_type() argument 1724 if (tip == NULL) in dtrace_lookup_by_type() 1725 tip = &ti; in dtrace_lookup_by_type() 1775 tip->dtt_object = dmp->dm_name; in dtrace_lookup_by_type() 1776 tip->dtt_ctfp = fp; in dtrace_lookup_by_type() 1777 tip->dtt_type = id; in dtrace_lookup_by_type() 1794 const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) in dtrace_symbol_type() argument [all …]
|
| /netbsd-src/external/bsd/ipf/dist/ipsd/ |
| H A D | slinux.c | 48 struct tcpip tip; local 52 ip = (struct ip *)&tip; 55 bcopy(bp, (char *)&tip, sizeof(tip));
|
| H A D | sbpf.c | 73 struct tcpiphdr tip; local 77 ip = (ip_t *)&tip;
|
| H A D | snit.c | 60 struct tcpiphdr tip; local 64 ip = (struct ip *)&tip;
|
| H A D | sdlpi.c | 65 struct tcpiphdr tip; local 69 ip = (ip_t *)&tip;
|
| /netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
| H A D | openpam_check_owner_perms.c | 110 int serrno, tip; in openpam_check_path_owner_perms() local 112 tip = 1; in openpam_check_path_owner_perms() 127 if (tip && !S_ISREG(sb.st_mode)) { in openpam_check_path_owner_perms() 142 tip = 0; in openpam_check_path_owner_perms()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | arp.c | 74 const struct in_addr *tip = &astate->addr; in arp_request() local 83 ar.ar_pln = sizeof(tip->s_addr); in arp_request() 105 ZERO(sizeof(tip->s_addr)); in arp_request() 107 APPEND(&tip->s_addr, sizeof(tip->s_addr)); in arp_request() 111 return ps_bpf_sendarp(ifp, tip, arp_buffer, len); in arp_request() 300 memcpy(&arm.tip.s_addr, hw_t + ar.ar_hln, ar.ar_pln); in arp_packet() 327 IN_ARE_ADDR_EQUAL(&arm.tip, &astate->addr) && in arp_packet()
|
| H A D | arp.h | 62 struct in_addr tip; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 29 Thread!DataIndex* tip = null, toe = null; in ThreadList() 33 if (tip) in ThreadList() 35 t.next = tip; in ThreadList() 36 tip = t; in ThreadList() 41 tip = toe = t; in ThreadList() 53 tip = toe = t; in ThreadList() 59 auto t = tip; in ThreadList() 60 if (tip == toe) in ThreadList() 61 tip = toe = null; in ThreadList() 63 tip = tip.next; in ThreadList() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 29 Thread!DataIndex* tip = null, toe = null; in ThreadList() 33 if (tip) in ThreadList() 35 t.next = tip; in ThreadList() 36 tip = t; in ThreadList() 41 tip = toe = t; in ThreadList() 53 tip = toe = t; in ThreadList() 59 auto t = tip; in ThreadList() 60 if (tip == toe) in ThreadList() 61 tip = toe = null; in ThreadList() 63 tip = tip.next; in ThreadList() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | java | 30 # See https://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/java.base/share/classes/jdk/internal/j… 36 # See https://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/java.base/share/native/libjimage/image…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | errors.d | 28 tip = Color.brightGreen, /// for tip messages enumerator 325 extern (C++) void tip(const(char)* format, ...) in tip() function 333 pragma(printf) extern (C++) void tip(const(char)* format, ...) in pragma()
|
| /netbsd-src/etc/ |
| H A D | phones | 5 # see tip(1), phones(5)
|
| /netbsd-src/distrib/i386/ramdisks/ramdisk-rescuetiny/ |
| H A D | list | 14 # PROG usr/bin/tip
|
| /netbsd-src/distrib/i386/ramdisks/ramdisk-small/ |
| H A D | list | 17 PROG usr/bin/tip
|
| /netbsd-src/distrib/i386/ramdisks/ramdisk-cgdroot/ |
| H A D | list | 28 PROG usr/bin/tip
|
| /netbsd-src/distrib/amd64/ramdisks/ramdisk/ |
| H A D | list | 29 PROG usr/bin/tip
|
| /netbsd-src/distrib/amd64/ramdisks/ramdisk-cgdroot/ |
| H A D | list | 28 PROG usr/bin/tip
|
| /netbsd-src/distrib/i386/ramdisks/ramdisk-big/ |
| H A D | list | 28 PROG usr/bin/tip
|
| /netbsd-src/distrib/amiga/floppies/inst-common/ |
| H A D | instbin.conf | 11 progs route sed sh shutdown slattach strings stty sync tar test tip
|