Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 25 of 44) sorted by relevance

12

/src/usr.bin/tip/
H A DREADME29 Note that adding or deleting variables requires tip to be completedly
31 expensive lookups. These defines are set in tip.h.
46 A new, improved version of tip is now available. The most important
47 addition is the capacility to specify a phone number with tip. The
50 tip phone-number
52 tip -300 phone-number
56 A ~^Z command has been added to tip as well.
58 A new cu program is available that interfaces to the tip program.
60 the tip program so you have all the advantages of tip. This allows
61 cu (actually tip) to search for a free ACU instead of having the
H A DMakefile1 SUBDIR=tip
/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c812 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 Ddt_module.c1041 const char *name, const dtrace_typeinfo_t *tip) in dt_module_extern() argument
1077 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern()
1078 idp->di_type = tip->dtt_type; in dt_module_extern()
1553 dtrace_typeinfo_t *tip) in dtrace_lookup_by_type() argument
1588 if (tip == NULL) in dtrace_lookup_by_type()
1589 tip = &ti; in dtrace_lookup_by_type()
1639 tip->dtt_object = dmp->dm_name; in dtrace_lookup_by_type()
1640 tip->dtt_ctfp = fp; in dtrace_lookup_by_type()
1641 tip->dtt_type = id; in dtrace_lookup_by_type()
1658 const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) in dtrace_symbol_type() argument
[all …]
/src/usr.bin/tip/tip/
H A DMakefile34 PROG= tip
35 LINKS= ${BINDIR}/tip ${BINDIR}/cu
36 MAN= tip.1 cu.1
42 remote.c tip.c tipout.c uucplock.c value.c vars.c \
H A Dphones2 # see tip(1), phones(5)
H A Dremote2 # see tip(1), remote(5)
/src/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c104 int len, serrno, tip; in openpam_check_path_owner_perms() local
106 tip = 1; in openpam_check_path_owner_perms()
121 if (tip && !S_ISREG(sb.st_mode)) { in openpam_check_path_owner_perms()
136 tip = 0; in openpam_check_path_owner_perms()
/src/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt25 0 = (Default) Shorted to tip when unplugged, open when plugged.
26 This is "inverted tip sense (ITS)" in the datasheet.
28 1 = Open when unplugged, shorted to tip when plugged.
29 This is "normal tip sense (TS)" in the datasheet.
32 debounce, the tip sense pin might be noisy on a plug event.
44 With no debounce, the tip sense pin might be noisy on an unplug event.
/src/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1998 var context, tip;
2001tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qti…
2018 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(…
2089 tip = this.element.css('cssText', ''),
2095 color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2096 css(tooltip, BG_COLOR) || tip.css(BG_COLOR);
2099 color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2103 …$('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+'…
2179 tip = this.element,
2180 inner = tip.children(),
[all …]
H A Djquery.qtip.css570 .qtip .qtip-tip{
577 /* Opera bug #357 - Incorrect tip position
579 x:-o-prefocus, .qtip .qtip-tip{
583 .qtip .qtip-tip,
584 .qtip .qtip-tip .qtip-vml,
585 .qtip .qtip-tip canvas{
593 .qtip .qtip-tip canvas{ top: 0; left: 0; }
595 .qtip .qtip-tip .qtip-vml{
/src/stand/libsa/
H A Dudp.c138 struct ip tip; in readudp() local
144 tip = *ip; in readudp()
156 *ip = tip; in readudp()
/src/sys/contrib/openzfs/config/
H A Dkernel-rename.m412 struct inode *tip, struct dentry *tdp,
30 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
45 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
/src/sys/ufs/ufs/
H A Dufs_vnops.c1269 struct inode *fip, *tip, *tdp, *fdp; in ufs_rename() local
1416 tip = NULL; in ufs_rename()
1418 tip = VTOI(tvp); in ufs_rename()
1551 if (tip == NULL) { in ufs_rename()
1606 if (ITODEV(tip) != ITODEV(tdp) || ITODEV(tip) != ITODEV(fip)) in ufs_rename()
1611 if (tip->i_number == fip->i_number) in ufs_rename()
1630 if ((tip->i_mode & IFMT) == IFDIR) { in ufs_rename()
1631 if ((tip->i_effnlink > 2) || in ufs_rename()
1632 !ufs_dirempty(tip, tdp->i_number, tcnp->cn_cred, in ufs_rename()
1652 tip->i_effnlink--; in ufs_rename()
[all …]
/src/contrib/file/magic/Magdir/
H A Djava30 # 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…
/src/sys/dev/sym/
H A Dsym_hipd.c2240 static void sym_update_trans(hcb_p np, struct sym_trans *tip,
7928 struct sym_trans *tip; local
7974 tip = &tp->tinfo.current;
7978 tip = &tp->tinfo.user;
7984 cts->protocol_version = tip->scsi_version;
7985 cts->transport_version = tip->spi_version;
7987 cts__spi->sync_period = tip->period;
7988 cts__spi->sync_offset = tip->offset;
7989 cts__spi->bus_width = tip->width;
7990 cts__spi->ppr_options = tip->options;
[all …]
/src/usr.sbin/vidcontrol/
H A Dvidcontrol.c1373 get_terminal_emulator(int i, struct term_info *tip) in get_terminal_emulator() argument
1375 tip->ti_index = i; in get_terminal_emulator()
1376 if (ioctl(0, CONS_GETTERM, tip) == 0) in get_terminal_emulator()
1378 strlcpy((char *)tip->ti_name, "unknown", sizeof(tip->ti_name)); in get_terminal_emulator()
1379 strlcpy((char *)tip->ti_desc, "unknown", sizeof(tip->ti_desc)); in get_terminal_emulator()
/src/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1055 struct pt_packet_ip fup, tip; in event_async_disabled() local
1063 tip.ipc = ipc; in event_async_disabled()
1064 tip.ip = pt_dfix_sext_ip; in event_async_disabled()
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_disabled()
1068 pt_encode_tip_pgd(encoder, tip.ip, tip.ipc); in event_async_disabled()
1176 struct pt_packet_ip fup, tip; in event_async_branch() local
1184 tip.ipc = ipc; in event_async_branch()
1185 tip.ip = pt_dfix_sext_ip; in event_async_branch()
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_branch()
1189 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_async_branch()
[all …]
/src/share/examples/etc/
H A DREADME.examples44 phones - phone number database for tip(1)
56 remote - configuration file for tip(1)
/src/secure/caroot/
H A DREADME28 https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
/src/sys/netinet/
H A Dif_ether.c347 const struct in_addr *tip, u_char *enaddr) in arprequest_internal() argument
380 if (0 == ((sip->s_addr ^ tip->s_addr) & in arprequest_internal()
409 bcopy(tip, ar_tpa(ah), ah->ar_pln); in arprequest_internal()
442 const struct in_addr *tip, u_char *enaddr) in arprequest() argument
445 (void) arprequest_internal(ifp, sip, tip, enaddr); in arprequest()
/src/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c945 struct denode *fdip, *fip, *tdip, *tip, *nip; in msdosfs_rename() local
1076 tip = tvp != NULL ? VTODE(tvp) : NULL; in msdosfs_rename()
1137 if (tip != NULL) { in msdosfs_rename()
1143 if ((tip->de_Attributes & ATTR_DIRECTORY) != 0) { in msdosfs_rename()
1144 if (!dosdirempty(tip)) { in msdosfs_rename()
1159 error = removede(tdip, tip); in msdosfs_rename()
1164 tip = NULL; in msdosfs_rename()
/src/sys/security/mac_veriexec/
H A Dveriexec_metadata.c108 struct mac_veriexec_file_info *ip, *tip; in get_veriexec_file() local
138 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) { in get_veriexec_file()
/src/contrib/googletest/docs/_sass/
H A Dmain.scss146 &.tip { class
/src/usr.bin/
H A DMakefile151 tip \

12