Searched full:prefix (Results 1 - 25 of 1423) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.pc2 prefix=/usr
3 exec_prefix=${prefix}
6 includedir=${prefix}/include
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dhal.pc.in8 prefix=/usr
9 exec_prefix=${prefix}
11 includedir=${prefix}/include
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dhal-storage.pc.in8 prefix=/usr
9 exec_prefix=${prefix}
11 includedir=${prefix}/include
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c25 * a discipline that prepends a prefix string to each output line
36 size_t length; /* prefix length */
37 size_t empty; /* empty line prefix length */
39 char prefix[1]; /* prefix string */ member in struct:__anon2612
43 * prefix write
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
110 * push the prefix discipline on f
114 int sfdcprefix(Sfio_t* f, const char* prefix) argument
116 int sfdcprefix(f, prefix)
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dprefix.fr2 \ ** Prefix words for ficl
5 \ (jws) To make a prefix, simply create a new definition in the <prefixes>
18 \ define " (double-quote) as an alias for s", and make it a prefix
22 \ make .( a prefix (we just create an alias for it in the prefixes list)
26 \ make \ a prefix, and add // (same thing) as a prefix too
36 \ ** __tempbase is precompiled, see prefix.c
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dpolkit.pc.in9 prefix=/usr
10 exec_prefix=${prefix}
12 includedir=${prefix}/include
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dmkopts.tcl11 set prefix {}
19 if {$px!=""} {set prefix $p2}
23 puts " static const char *${prefix}_strs\[\] = \173"
48 puts " enum ${prefix}_enum \173"
51 put_item ${prefix}_[string toupper $name],
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintfraginfo.c11 void printfraginfo(prefix, ifr)
12 char *prefix;
19 printf("%s%s -> ", prefix, hostname(4, &ifr->ipfr_src));
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c65 print_line_detail(char *prefix, argument
76 prefix,
123 struct Line_Table_Prefix_s prefix; local
240 dwarf_init_line_table_prefix(&prefix);
246 &prefix,
252 dwarf_free_line_table_prefix(&prefix);
256 dwarf_free_line_table_prefix(&prefix);
259 line_ptr_end = prefix.pf_line_ptr_end;
264 dwarf_free_line_table_prefix(&prefix);
271 (long) prefix
[all...]
H A Ddwarf_sort_line.c359 struct Line_Table_Prefix_s prefix; local
381 dwarf_init_line_table_prefix(&prefix);
389 &prefix,
394 dwarf_free_line_table_prefix(&prefix);
401 dwarf_free_line_table_prefix(&prefix);
404 line_ptr_end = prefix.pf_line_ptr_end;
413 is_stmt = prefix.pf_default_is_stmt;
430 WHAT_IS_OPCODE(type, opcode, prefix.pf_opcode_base,
431 prefix.pf_opcode_length_table, line_ptr,
432 prefix
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c45 match_class(char *s, char *prefix, uint_t m, int v) argument
49 (void) strcat(s, prefix);
78 char *prefix; /* +, -, or null */ local
115 prefix = plus_all ? "-" : (minus_all ? "+" : "");
117 prefix = "+";
119 prefix = "-";
122 if (match_class(auditstring, prefix, m, verbose) != 0)
125 if (*(prefix = auditstring + strlen(auditstring) - 1) == ',')
126 *prefix = '\0';
160 uint32_t prefix; local
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c47 static char prefix[4] = "\t\t\t"; variable
50 print_log_bp(const blkptr_t *bp, const char *prefix) argument
55 (void) printf("%s%s\n", prefix, blkbuf);
76 (void) printf("%s%s -> %s\n", prefix, name, link);
78 (void) printf("%s%s\n", prefix, name);
81 (void) printf("%s%s", prefix, ctime(&crtime));
82 (void) printf("%sdoid %llu, foid %llu, mode %llo\n", prefix,
85 (void) printf("%suid %llu, gid %llu, gen %llu, rdev 0x%llx\n", prefix,
94 (void) printf("%sdoid %llu, name %s\n", prefix,
102 (void) printf("%sdoid %llu, link_obj %llu, name %s\n", prefix,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h52 struct prefix *pi_prefix_list; /* Doubly linked prefixes */
141 * Prefix configuration variable indices
155 struct prefix { struct
156 struct prefix *pr_next; /* Next prefix for this physical */
157 struct prefix *pr_prev; /* Prev prefix for this physical */
160 struct in6_addr pr_prefix; /* Used to indentify prefix */
202 /* Prefix used for storing advertisement specific stuff */
204 struct adv_prefix *adv_pr_next; /* Next prefix */
[all...]
H A Dtables.c40 static void prefix_print(struct prefix *pr);
41 static void prefix_insert(struct phyint *pi, struct prefix *pr);
43 static void prefix_set(struct in6_addr *prefix, struct in6_addr addr,
298 /* Clear link-local prefix (first 10 bits) */
574 struct prefix *pr;
828 struct prefix *pr;
856 struct prefix *pr, *newpr;
906 * set up the new tmp addr, so cobble together a prefix
907 * info option struct based on the existing prefix to pass
988 * Lookup prefix structur
992 prefix_lookup(struct phyint *pi, struct in6_addr prefix, int prefixlen) argument
1047 prefix_set(struct in6_addr *prefix, struct in6_addr addr, int prefix_len) argument
1098 struct in6_addr prefix; local
1124 prefix_create(struct phyint *pi, struct in6_addr prefix, int prefixlen, uint64_t flags) argument
1920 adv_prefix_lookup(struct phyint *pi, struct in6_addr prefix, int prefixlen) argument
1944 adv_prefix_create(struct phyint *pi, struct in6_addr prefix, int prefixlen) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c132 * file with a specific prefix in a single directory, usually
134 * path prefix, and countProcs will count the number of files that begin
135 * with the prefix and compare the count to the allowable maximum.
139 * prefix - A full path prefix for lock files that identify
150 countProcs (prefix, maxCount)
152 char * prefix;
161 /* Separate prefix into directory part and file name part. */
163 strncpy(directory, prefix, MAXNAMESIZE);
166 ASSERT(namePrefix != NULL, "No file name in", prefix,
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlog.c83 char *prefix; local
94 prefix = MSG_LOG_ERROR;
98 prefix = MSG_LOG_WARNING;
102 prefix = NULL;
111 prefix = NULL;
113 /* output debug prefix to match echoDebug() format */
125 /* output prefix if specified */
127 if (prefix != NULL) {
128 (void) fprintf(out, "%s: ", prefix);
/illumos-gate/usr/src/lib/libpp/common/
H A Dgentab.sh28 # %flags [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ]
30 # %keyword <name> [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] [ first=<id> ] [ last=<id> ]
32 # %sequence [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ]
102 echo "#define $prefix$last $n"
127 prefix=""
169 1:?*) echo "#define $prefix$first $counter" ;;
190 echo "#define $prefix
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dprefix.c7 * $Id: prefix.c,v 1.8 2010/09/13 18:43:04 asau Exp $
48 * A prefix is a word in a dedicated wordlist (name stored in list_name below)
49 * that is searched in a special way by the prefix parse step. When a prefix
50 * matches the beginning of an incoming token, push the non-prefix part of the
51 * token back onto the input stream and execute the prefix code.
54 * Storing prefix entries in the dictionary greatly simplifies
56 * need to clean up a dynamically allocated prefix list when the system
65 * to see if it starts with a prefix, and if so runs the corresponding
76 * Make sure we found the prefix dictionar
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.h23 #define BAD_ADDR -1 /* prefix is invalid */
24 #define NO_PREFIX -2 /* no prefix was found */
/illumos-gate/usr/src/man/man1/
H A Dkrb5-config.113 [\fB--all\fR | \fB--cflags\fR | \fB--exec-prefix\fR | \fB--help\fR | \fB--libs\fR \fIlibrary\fR |
14 \fB--prefix\fR | \fB--vendor\fR | \fB--version\fR]
32 Displays the version, vendor, prefix and \fBexec-prefix\fR.
47 \fB\fB--exec-prefix\fR\fR
50 Displays the \fBexec-prefix\fR with which Kerberos was built.
87 \fB\fB--prefix\fR\fR
90 Displays the prefix with which Kerberos was built.
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.c51 char * prefix,
55 getaccessfile (dir, name, prefix, base)
58 *prefix,
78 if (!(f = makestr(prefix, base, (char *)0))) {
48 getaccessfile( char * dir, char * name, char * prefix, char * base ) argument
/illumos-gate/usr/src/man/man4/
H A Dndpd.conf.430 The \fBprefixdefault\fR and \fBprefix\fR entries control prefix configuration
31 variables. \fBprefixdefault\fR establishes the default behavior for all prefix
33 per-prefix information. Any \fBprefixdefault\fR entries must precede any
67 Each prefix\fB\fR entry is composed of a single line of the form:
71 prefix \fIprefix\fR/\fIprefix_length\fR \fIinterface\fR [ \fIprefix-variable-name\fR \fIvalue\fR ]*
286 sets the prefix length as needed.
362 A prefix variable as discussed in \fIRFC 2461 \fR and \fIRFC 2462\fR. The
393 Specifies the valid lifetime of the prefix that is being configured.
403 Prefix Information option.
412 Specifies the value to be placed in the Preferred Lifetime in the Prefix
[all...]
/illumos-gate/usr/src/cmd/mktemp/
H A Dmktemp.c49 char *prefix = NULL; local
75 prefix = optarg;
114 prefix = tmp;
115 else if (prefix == NULL)
116 prefix = "/tmp";
118 len = snprintf(NULL, 0, "%s/%s", prefix, tmpl) + 1;
124 (void) snprintf(tmp, len, "%s/%s", prefix, tmpl);
/illumos-gate/usr/src/cmd/krb5/krb5-config/
H A Dkrb5-config.sh35 prefix=/usr
36 exec_prefix=${prefix}
37 includedir=${prefix}/include/kerberosv5
69 --exec-prefix)
78 --prefix)
110 echo " [--prefix] Kerberos installed prefix"
111 echo " [--exec-prefix] Kerberos installed exec_prefix"
127 title_prefix="Prefix: "
145 echo "$title_prefix$prefix"
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dits.reg33 # Systems are listed alphabetically by unique PREFIX. No priority of
45 # PREFIX (required)
87 # or use of PREFIX, and is left to individual applications.
98 PREFIX=arc
109 PREFIX=bgc
118 PREFIX=doo
128 PREFIX=fdo
137 PREFIX=mer
150 PREFIX=sun
160 PREFIX
[all...]

Completed in 375 milliseconds

1234567891011>>