| /freebsd-13.1/usr.bin/tip/ |
| H A D | README | 30 Note that adding or deleting variables requires tip to be completedly 32 expensive lookups. These defines are set in tip.h. 47 A new, improved version of tip is now available. The most important 48 addition is the capacility to specify a phone number with tip. The 51 tip phone-number 53 tip -300 phone-number 57 A ~^Z command has been added to tip as well. 59 A new cu program is available that interfaces to the tip program. 61 the tip program so you have all the advantages of tip. This allows 62 cu (actually tip) to search for a free ACU instead of having the
|
| H A D | Makefile | 3 SUBDIR=tip
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_decl.c | 825 tip->dtt_flags = 0; in dt_decl_type() 835 tip->dtt_flags = DTT_FL_USER; 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() 879 dt_type_name(tip->dtt_ctfp, tip->dtt_type, in dt_decl_type() 936 tip->dtt_ctfp, tip->dtt_type); in dt_decl_type() 937 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type() 957 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type() 1048 tip->dtt_object = dmp->dm_name; in dt_decl_type() 1049 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type() [all …]
|
| H A D | dt_module.c | 1081 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern() 1082 idp->di_type = tip->dtt_type; in dt_module_extern() 1579 dtrace_typeinfo_t *tip) in dtrace_lookup_by_type() argument 1614 if (tip == NULL) in dtrace_lookup_by_type() 1615 tip = &ti; in dtrace_lookup_by_type() 1666 tip->dtt_ctfp = fp; in dtrace_lookup_by_type() 1667 tip->dtt_type = id; in dtrace_lookup_by_type() 1688 tip->dtt_object = NULL; in dtrace_symbol_type() 1689 tip->dtt_ctfp = NULL; in dtrace_symbol_type() 1690 tip->dtt_type = CTF_ERR; in dtrace_symbol_type() [all …]
|
| /freebsd-13.1/usr.bin/tip/tip/ |
| H A D | Makefile | 35 PROG= tip 36 LINKS= ${BINDIR}/tip ${BINDIR}/cu 37 MAN= tip.1 cu.1 43 remote.c tip.c tipout.c uucplock.c value.c vars.c \
|
| H A D | phones | 5 # see tip(1), phones(5)
|
| H A D | remote | 6 # see tip(1), remote(5)
|
| /freebsd-13.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_check_owner_perms.c | 106 int len, serrno, tip; in openpam_check_path_owner_perms() local 108 tip = 1; in openpam_check_path_owner_perms() 123 if (tip && !S_ISREG(sb.st_mode)) { in openpam_check_path_owner_perms() 138 tip = 0; in openpam_check_path_owner_perms()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are 24 plugged in and leave tip sense floating when not plugged in. Inverting jacks 25 short tip sense when unplugged and float when plugged in. 31 debounce, the tip sense pin might be noisy on a plug event. 43 With no debounce, the tip sense pin might be noisy on an unplug event.
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1998 var context, tip; 2179 tip = this.element, 2180 inner = tip.children(), 2234 tip.css({ 2339 tip = this.element, 2507 CHECKS.tip = { 2531 tip: { property 2555 tip = api.plugins.tip, 2589 tipLength = tip && tip.size ? tip.size[lengthName] || 0 : 0, 2590 tipAdjust = tip && tip.corner && tip.corner.precedance === side && !isShift ? tipLength : 0, [all …]
|
| H A D | jquery.qtip.css | 570 .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{
|
| /freebsd-13.1/stand/libsa/ |
| H A D | udp.c | 143 struct ip tip; in readudp() local 149 tip = *ip; in readudp() 161 *ip = tip; in readudp()
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-rename.m4 | 10 struct inode *tip, struct dentry *tdp, 28 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
|
| /freebsd-13.1/contrib/file/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…
|
| /freebsd-13.1/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 1393 tip = NULL; 1395 tip = VTOI(tvp); 1517 if (tip == NULL) { 1542 if (ITODEV(tip) != ITODEV(tdp) || ITODEV(tip) != ITODEV(fip)) 1567 if ((tip->i_effnlink > 2) || 1587 tip->i_effnlink--; 1589 softdep_change_linkcnt(tip); 1601 tip->i_effnlink++; 1624 tip->i_nlink--; 1625 DIP_SET(tip, i_nlink, tip->i_nlink); [all …]
|
| /freebsd-13.1/sys/dev/sym/ |
| H A D | sym_hipd.c | 7930 struct sym_trans *tip; local 7976 tip = &tp->tinfo.current; 7980 tip = &tp->tinfo.user; 8158 if (tip->width > SYM_SETUP_MAX_WIDE) tip->width = SYM_SETUP_MAX_WIDE; 8159 if (tip->period && tip->offset) { 8160 if (tip->offset > SYM_SETUP_MAX_OFFS) tip->offset = SYM_SETUP_MAX_OFFS; 8161 if (tip->period < SYM_SETUP_MIN_SYNC) tip->period = SYM_SETUP_MIN_SYNC; 8163 tip->offset = 0; 8164 tip->period = 0; 8177 !(tip->width == BUS_16_BIT && tip->offset)) { [all …]
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 1378 get_terminal_emulator(int i, struct term_info *tip) in get_terminal_emulator() argument 1380 tip->ti_index = i; in get_terminal_emulator() 1381 if (ioctl(0, CONS_GETTERM, tip) == 0) in get_terminal_emulator() 1383 strlcpy((char *)tip->ti_name, "unknown", sizeof(tip->ti_name)); in get_terminal_emulator() 1384 strlcpy((char *)tip->ti_desc, "unknown", sizeof(tip->ti_desc)); in get_terminal_emulator()
|
| /freebsd-13.1/tools/tools/git/ |
| H A D | git-svn-rebase | 45 echo ----------------- Rebasing $i to the tip of master ------------
|
| /freebsd-13.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-query.c | 1055 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() 1068 pt_encode_tip_pgd(encoder, tip.ip, tip.ipc); in event_async_disabled() 1184 tip.ipc = ipc; in event_async_branch() 1185 tip.ip = pt_dfix_sext_ip; in event_async_branch() 1189 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_async_branch() 1748 tip.ipc = pt_ipc_sext_48; in event_tsx_fup() 1749 tip.ip = pt_dfix_sext_ip; in event_tsx_fup() 1753 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_tsx_fup() [all …]
|
| /freebsd-13.1/share/examples/etc/ |
| H A D | README.examples | 47 phones - phone number database for tip(1) 61 remote - configuration file for tip(1)
|
| /freebsd-13.1/secure/caroot/ |
| H A D | README | 29 https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
|
| /freebsd-13.1/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 942 struct denode *fdip, *fip, *tdip, *tip, *nip; in msdosfs_rename() local 1070 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()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | if_ether.c | 350 const struct in_addr *tip, u_char *enaddr) in arprequest_internal() argument 383 if (0 == ((sip->s_addr ^ tip->s_addr) & in arprequest_internal() 412 bcopy(tip, ar_tpa(ah), ah->ar_pln); in arprequest_internal() 445 const struct in_addr *tip, u_char *enaddr) in arprequest() argument 448 (void) arprequest_internal(ifp, sip, tip, enaddr); in arprequest()
|
| /freebsd-13.1/sys/security/mac_veriexec/ |
| H A D | veriexec_metadata.c | 105 struct mac_veriexec_file_info *ip, *tip; in get_veriexec_file() local 135 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) { in get_veriexec_file()
|
| /freebsd-13.1/usr.bin/ |
| H A D | Makefile | 157 tip \
|