| /NextBSD/usr.bin/tip/ |
| HD | 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
|
| HD | Makefile | 3 SUBDIR=tip
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | 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 …]
|
| HD | dt_module.c | 1048 const char *name, const dtrace_typeinfo_t *tip) in dt_module_extern() argument 1084 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern() 1085 idp->di_type = tip->dtt_type; in dt_module_extern() 1582 dtrace_typeinfo_t *tip) in dtrace_lookup_by_type() argument 1617 if (tip == NULL) in dtrace_lookup_by_type() 1618 tip = &ti; in dtrace_lookup_by_type() 1668 tip->dtt_object = dmp->dm_name; in dtrace_lookup_by_type() 1669 tip->dtt_ctfp = fp; in dtrace_lookup_by_type() 1670 tip->dtt_type = id; in dtrace_lookup_by_type() 1687 const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) in dtrace_symbol_type() argument [all …]
|
| HD | dt_parser.c | 196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) in dt_type_lookup() argument 246 return (dtrace_lookup_by_type(dtp, object, type, tip)); in dt_type_lookup() 255 return (dtrace_lookup_by_type(dtp, obj, s, tip)); in dt_type_lookup() 268 dt_type_pointer(dtrace_typeinfo_t *tip) in dt_type_pointer() argument 271 ctf_file_t *ctfp = tip->dtt_ctfp; in dt_type_pointer() 272 ctf_id_t type = tip->dtt_type; in dt_type_pointer() 274 uint_t bflags = tip->dtt_flags; in dt_type_pointer() 281 tip->dtt_type = ptr; in dt_type_pointer() 303 tip->dtt_object = dmp->dm_name; in dt_type_pointer() 304 tip->dtt_ctfp = dmp->dm_ctfp; in dt_type_pointer() [all …]
|
| /NextBSD/lib/libstand/ |
| HD | udp.c | 106 struct ip tip; local 109 tip = *ip; 114 *ip = tip; 236 struct ip tip; local 245 tip = *ip; 254 *ip = tip; 257 *ip = tip;
|
| /NextBSD/usr.bin/tip/tip/ |
| HD | Makefile | 34 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 \
|
| /NextBSD/contrib/ipfilter/ipsd/ |
| HD | slinux.c | 48 struct tcpip tip; local 52 ip = (struct ip *)&tip; 55 bcopy(bp, (char *)&tip, sizeof(tip));
|
| HD | sbpf.c | 73 struct tcpiphdr tip; local 77 ip = (ip_t *)&tip;
|
| HD | snit.c | 60 struct tcpiphdr tip; local 64 ip = (struct ip *)&tip;
|
| HD | sdlpi.c | 65 struct tcpiphdr tip; local 69 ip = (ip_t *)&tip;
|
| /NextBSD/contrib/openpam/lib/libpam/ |
| HD | 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()
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 1998 var context, tip; 2001 …tip = 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 …]
|
| HD | 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{
|
| /NextBSD/sys/ufs/ufs/ |
| HD | ufs_vnops.c | 1114 struct inode *fip, *tip, *tdp, *fdp; local 1236 tip = NULL; 1238 tip = VTOI(tvp); 1348 if (tip == NULL) { 1373 if (tip->i_dev != tdp->i_dev || tip->i_dev != fip->i_dev) 1378 if (tip->i_number == fip->i_number) 1397 if ((tip->i_mode & IFMT) == IFDIR) { 1398 if ((tip->i_effnlink > 2) || 1399 !ufs_dirempty(tip, tdp->i_number, tcnp->cn_cred)) { 1418 tip->i_effnlink--; [all …]
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_hipd.c | 2253 static void sym_update_trans(hcb_p np, struct sym_trans *tip, 7941 struct sym_trans *tip; local 7987 tip = &tp->tinfo.current; 7991 tip = &tp->tinfo.user; 7997 cts->protocol_version = tip->scsi_version; 7998 cts->transport_version = tip->spi_version; 8000 cts__spi->sync_period = tip->period; 8001 cts__spi->sync_offset = tip->offset; 8002 cts__spi->bus_width = tip->width; 8003 cts__spi->ppr_options = tip->options; [all …]
|
| /NextBSD/etc/ |
| HD | phones | 5 # see tip(1), phones(5)
|
| HD | remote | 6 # see tip(1), remote(5)
|
| /NextBSD/share/examples/etc/ |
| HD | README.examples | 47 phones - phone number database for tip(1) 61 remote - configuration file for tip(1)
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | nto-procfs.c | 1241 struct tidinfo *tip; in procfs_pid_to_str() local 1249 tip = procfs_thread_info (pid, tid); in procfs_pid_to_str() 1250 if (tip != NULL) in procfs_pid_to_str() 1251 snprintf (&buf[n], 1023, " (state = 0x%02x)", tip->state); in procfs_pid_to_str()
|
| /NextBSD/release/picobsd/mfs_tree/etc/ |
| HD | remote | 4 # see tip(1), remote(5)
|
| /NextBSD/sys/netinet/ |
| HD | if_ether.c | 323 const struct in_addr *tip, u_char *enaddr) in arprequest() argument 355 if (0 == ((sip->s_addr ^ tip->s_addr) & in arprequest() 385 bcopy(tip, ar_tpa(ah), ah->ar_pln); in arprequest()
|
| /NextBSD/usr.bin/ |
| HD | Makefile | 161 tip \
|
| /NextBSD/usr.sbin/crunch/examples/ |
| HD | really-big.conf | 51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | merge.c | 11980 svn_client__pathrev_t *tip; member 12011 branch_history->tip->repos_root_url, in location_on_branch_at_rev() 12012 branch_history->tip->repos_uuid, in location_on_branch_at_rev() 12075 result->tip = svn_client__pathrev_dup(branch_history->tip, result_pool); in branch_history_intersect_range() 12254 source_peg_rev.value.number = source_branch->tip->rev; in find_last_merged_location() 12258 source_end_rev.value.number = source_branch->tip->rev; in find_last_merged_location() 12267 source_branch->tip->url, in find_last_merged_location() 12303 source_branch->tip->url, in find_last_merged_location() 12362 s_t->target_branch.tip, in find_base_on_source() 12427 s_t->source_branch.tip = s_t->source; in find_automatic_merge() [all …]
|