Searched refs:labels (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_i18n.h40 #define DGET(labels, str) (char *)dgettext(labels, str)
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c72 /* labels are truncated to this many characters when displayed */
87 * The labels parameter is a boolean that determines whether labels
89 * 0, labels are not displayed, otherwise they are. The labels parameter
94 * value of labels. This could be used for listing all active snapshots.
99 * Note that when labels are not specified, the assumption is that the
104 fssnap_show_status(char *mountpoint, char *opts, int labels, int brief) argument
203 fssnap_display_info(i, order, labels);
208 fssnap_display_info(ulong_t snapnum, int *order, int labels) argument
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c58 labels++;
68 labels++;
103 labels = 1;
116 if (sort && !labels) {
162 if (sort && !labels)
H A Drefer0.c25 int labels = 0; variable
H A Dmkey1.c23 int labels = 1; variable
87 case 's': /* suppress labels, search only */
88 labels = 0;
H A Dmkey2.c38 extern int minlen, keycount, labels;
132 extern int labels;
143 if (labels) {
H A Drefer..c34 extern int endpush, sort, labels, keywant, bare;
H A Drefer5.c19 #define NFLAB 3000 /* number of bytes to record all labels */
20 #define NLABC 1000 /* max number of labels */
53 if (labels) {
72 /* format is %s%s for default labels */
158 if (labels) {
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c101 m_label_t *labels, *slp; local
104 labels = (m_label_t *)labelset;
107 slp = &labels[sc];
226 /* CIPSO entries don't support default labels */
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_as.c213 uint_t *labels = NULL; local
277 if ((labels = dt_alloc(dtp, sizeof (uint_t) * dlp->dl_label)) == NULL)
283 * While doing this, we also fill in our labels[] translation table
288 labels[dip->di_label] = i;
337 labels[DIF_INSTR_LABEL(instr)]);
341 dt_free(dtp, labels);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c207 unsigned char labels; member in struct:__anon11
517 int labels = 0, depth = 0, i, initial = 0; local
540 // 2. Count the labels
541 while (replyDomain && *replyDomain && labels < MAX_LABELS)
543 label[labels++] = replyDomain;
547 // 3. Decide if we're going to clump the last two or three labels (e.g. "apple.com", or "nicta.com.au")
548 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels
575 CopyLabels(char *dst, const char *lim, const char **srcp, int labels) argument
[all...]
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c61 } *labels[LHSZ]; variable in typeref:struct:labhash
835 * the given subset of the script. Free the memory used by labels in b
880 lhp = &labels[h & LHMASK];
906 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
916 * Warn about any unused labels. As a side effect, release the label hash
926 for (lh = labels[i]; lh != NULL; lh = next) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h496 enum zio_flag flags, boolean_t labels);
501 enum zio_flag flags, boolean_t labels);
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c498 u_int type, algorithm, labels, footprint; local
509 labels = *rdata++;
512 p_type(type), algorithm, labels, t));
514 if (labels > (u_int)dn_count_labels(name))
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s377 TRACE_PTR(%edi, %ebx, %ebx, %ecx, $TT_SYSCALL) / Uses labels "8" and "9"
576 TRACE_PTR(%edi, %ebx, %ebx, %ecx, $TT_SYSENTER) / uses labels 8 and 9
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c98 extern void fssnap_show_status(char *mountpoint, char *opts, int labels,
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh794 typeset OIFS dn labels
798 set -A labels -- $1
802 for label in "${labels[@]}"
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs493 Allows a process to translate labels that are not dominated
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c932 zio_priority_t priority, enum zio_flag flags, boolean_t labels)
937 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
953 zio_priority_t priority, enum zio_flag flags, boolean_t labels)
958 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
930 zio_read_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, boolean_t labels) argument
951 zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, boolean_t labels) argument
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c4035 bscv_get_label(char labels[][MAX_LOM2_NAME_STR], int limit, int index) argument
4038 if (labels == NULL)
4044 return (labels[index]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1799 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c);
2170 // Skip the first two labels to get to the transport protocol
3891 // labels are not all decimal numbers in the range 0-255, they handle that by crashing.
5730 int labels = CountLabels(&p->domain); local
5731 if (labels > 0)
5733 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1);
H A Duds_daemon.c40 // not fully qualified) with any number of labels e.g., moon, moon.cs, moon.cs.be, etc.
3145 int labels = CountLabels(&q->qname); local
3168 // For names of the form "<one-or-more-labels>.bar.local." we always do a second unicast query in parallel.
3179 if (labels == 2 && !SameDomainName(&q->qname, &ActiveDirectoryPrimaryDomain) && !DomainInSearchList(&q->qname, mDNSfalse))
H A DmDNSEmbeddedAPI.h406 // The longest legal domain name is 256 bytes, in the form of four labels as shown below:
409 // If every character has to be represented as a four-byte escape sequence, then this makes the maximum textual form four labels
826 mDNSu8 labels; variable
2824 // in domain name labels, including unlikely characters like ascii nulls and even dots) all the mDNS APIs
2856 // Append functions to append one or more labels to an existing native format domain name:
2858 // AppendDNSNameString adds zero or more labels from a C string using conventional DNS dots-and-escaping interpretation
2860 // AppendDomainName adds zero or more labels from a native format domainname
2869 // dots separate labels, and within each label, '\.' represents a literal dot, '\\' represents a literal
H A DDNSCommon.c31 // -- domain labels have an initial length byte, not a terminating null character
512 DNSTypeName(swap16(rrsig->typeCovered)), DNSSECAlgName(rrsig->alg), rrsig->labels, swap32(rrsig->origTTL),
745 // CountLabels() returns number of labels in name, excluding final root label
755 // SkipLeadingLabels skips over the first 'skip' labels in the domainname,
756 // returning a pointer to the suffix with 'skip' labels removed.
785 // AppendDNSNameString appends zero or more labels to an existing (possibly empty) domainname.
787 // Textual labels, escaped as necessary using the usual DNS '\' notation, separated by dots.
883 // Textual labels, escaped as necessary using the usual DNS '\' notation, separated by dots.
997 if (s2[0] && s2[0] < 0x40 && s2[1+s2[0]] == 0) // and we have three and only three labels
1073 if (*src) { errormsg = "Service type must have only two labels"; got
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2521 % An @enumerate whose labels are integers. The starting integer is
6496 % labels (which have a completely different output format) from
6497 % node and anchor labels. And \xrdef uses it to construct the
6678 % Figures without xref labels will not be included in the list (since

Completed in 261 milliseconds