HomeSort by: relevance | last modified time | path
    Searched refs:tip (Results 1 - 24 of 24) sorted by relevancy

  /src/usr.bin/tip/
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}
  /src/external/bsd/ipf/dist/ipsd/
slinux.c 48 struct tcpip tip; local
52 ip = (struct ip *)&tip;
55 bcopy(bp, (char *)&tip, sizeof(tip));
sbpf.c 73 struct tcpiphdr tip; local
77 ip = (ip_t *)&tip;
sdlpi.c 65 struct tcpiphdr tip; local
69 ip = (ip_t *)&tip;
snit.c 60 struct tcpiphdr tip; local
64 ip = (struct ip *)&tip;
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_check_owner_perms.c 110 int serrno, tip; local
112 tip = 1;
127 if (tip && !S_ISREG(sb.st_mode)) {
142 tip = 0;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.c 812 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip)
825 tip->dtt_flags = 0;
835 tip->dtt_flags = DTT_FL_USER;
843 tip->dtt_object = dmp->dm_name;
844 tip->dtt_ctfp = ddp->dd_ctfp;
845 tip->dtt_type = ddp->dd_type;
857 tip->dtt_object = dtp->dt_ddefs->dm_name;
858 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
859 tip->dtt_type = DT_FUNC_TYPE(dtp);
870 tip->dtt_object = dtp->dt_ddefs->dm_name
    [all...]
dt_module.c 1055 const char *name, const dtrace_typeinfo_t *tip)
1091 idp->di_ctfp = tip->dtt_ctfp;
1092 idp->di_type = tip->dtt_type;
1689 dtrace_typeinfo_t *tip)
1724 if (tip == NULL)
1725 tip = &ti;
1745 * 'tip' and keep going in the hope that we will locate the
1775 tip->dtt_object = dmp->dm_name;
1776 tip->dtt_ctfp = fp;
1777 tip->dtt_type = id
    [all...]
dt_parser.c 196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip)
246 return (dtrace_lookup_by_type(dtp, object, type, tip));
255 return (dtrace_lookup_by_type(dtp, obj, s, tip));
268 dt_type_pointer(dtrace_typeinfo_t *tip)
271 ctf_file_t *ctfp = tip->dtt_ctfp;
272 ctf_id_t type = tip->dtt_type;
274 uint_t bflags = tip->dtt_flags;
281 tip->dtt_type = ptr;
303 tip->dtt_object = dmp->dm_name;
304 tip->dtt_ctfp = dmp->dm_ctfp
    [all...]
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 11 progs route sed sh shutdown slattach strings stty sync tar test tip
  /src/external/bsd/dhcpcd/dist/src/
arp.h 62 struct in_addr tip; member in struct:arp_msg
arp.c 74 const struct in_addr *tip = &astate->addr; local
83 ar.ar_pln = sizeof(tip->s_addr);
105 ZERO(sizeof(tip->s_addr));
107 APPEND(&tip->s_addr, sizeof(tip->s_addr));
111 return ps_bpf_sendarp(ifp, tip, arp_buffer, len);
296 memcpy(&arm.tip.s_addr, hw_t + ar.ar_hln, ar.ar_pln);
323 IN_ARE_ADDR_EQUAL(&arm.tip, &astate->addr) &&
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.h 42 D_ATTRIBUTE_FORMAT(1, 2) void tip(const char *format, ...);
errors.d 28 tip = Color.brightGreen, /// for tip messages
319 * Print a tip message with the prefix and highlighting.
325 extern (C++) void tip(const(char)* format, ...)
333 pragma(printf) extern (C++) void tip(const(char)* format, ...)
414 * Same as $(D tip), but takes a va_list parameter.
dtemplate.d 914 * tip = tip to show after printing all overloads
916 const(char)* getConstraintEvalError(ref const(char)* tip)
966 tip = "not satisfied constraints are marked with `>`";
5998 case Classification.gagged, Classification.tip:
7027 const(char)* tip;
7029 const cmsg = tdecl.getConstraintEvalError(tip);
7033 if (tip)
7034 .tip(tip);
    [all...]
func.d 3401 .tip(constraintsTip);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
thompson.d 29 Thread!DataIndex* tip = null, toe = null;
33 if (tip)
35 t.next = tip;
36 tip = t;
41 tip = toe = t;
53 tip = toe = t;
59 auto t = tip;
60 if (tip == toe)
61 tip = toe = null;
63 tip = tip.next
    [all...]
  /src/usr.bin/
Makefile 30 tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \
  /src/sys/netinet/
if_arp.c 512 const struct in_addr *sip, const struct in_addr *tip,
521 KASSERT(tip != NULL);
560 memcpy(ar_tpa(ah), tip, ah->ar_pln); local
1354 struct in_addr tip = taddr->addr4, sip = zeroin_addr; local
1372 sockaddr_in_init(&dst, &tip, 0);
1386 IN_PRINT(ipbuf, &tip));
1391 arprequest(ifp, &sip, &tip, slladdr, tlladdr);
  /src/distrib/sun2/miniroot/
list 133 PROG usr/bin/tip
  /src/distrib/sun3/miniroot/
list 133 PROG usr/bin/tip
  /src/usr.sbin/traceroute/
traceroute.c 1245 struct ip tip; local
1291 tip = *outip;
1293 oui = (struct udpiphdr *)&tip;
1304 *outip = tip;
  /src/external/gpl2/xcvs/dist/src/
rcs.c 4704 locked the tip revision of a branch, the new revision is
4706 obtained by incrementing the tip revision number. If the
4707 caller locked a non-tip revision, a new branch is started
4720 described above), return the tip of the default branch. */
4880 Return the number of the tip node on the new branch. */
5274 obtained by incrementing the tip revision number of that
5287 If the commit point is at the tip of a branch (or is the
5306 tip of the target branch. */
5307 char *branch, *tip, *newrev, *p; local
5323 /* Find the tip of the target branch. If we got a one- or two-digi
    [all...]
  /src/usr.bin/crunch/examples/
really-big.conf 50 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort

Completed in 63 milliseconds