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

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrprefix.c35 * Set prefix string.
44 Err.prefix = str;
/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/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
H A Ddumpaccess.c52 dumpaccess(char *dir, char *name, char *prefix, char ***pallow, char ***pdeny) argument
60 !(allow_file = getaccessfile(dir, name, prefix, "allow"))
62 || !(deny_file = getaccessfile(dir, name, prefix, "deny"))
/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/ucbcmd/printenv/
H A Dprintenv.c51 static int prefix(char *cp, char *dp);
63 if (argc == 0 || prefix(argv[0], *ep)) {
79 prefix(char *cp, char *dp) function
/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/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/psm/stand/lib/names/sparc/common/
H A Duname-m.c50 static char prefix[] = "/platform/"; local
54 if (strncmp(path, prefix, sizeof (prefix) - 1) != 0)
57 path += sizeof (prefix) - 1;
/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneshare.sh54 prefix=`echo $zoneattr | cut -d ":" -f4`
55 rootpath=$prefix/root
68 infile=$prefix/etc/dfs/dfstab # default
H A Dzoneunshare.sh54 prefix=`echo $zoneattr | cut -d ":" -f4`
55 rootpath=$prefix/root
/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/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/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/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl38 my %prefix;
40 $prefix{$ARGV[0]} = 0;
52 next unless ($filter == 0 || defined $prefix{$1});
/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/mdb/tools/scripts/
H A Dhdr2map.sh113 typeset prefix="$2"
115 nawk -v prefix="$prefix" <$header '
169 printf("%s%s;\n", prefix, $i);
182 printf("%s%s; /* variable */\n", prefix,
/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"
145 echo "$title_prefix$prefix"
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl35 my %prefix;
37 $prefix{$ARGV[0]} = 0;
49 next unless ($filter == 0 || defined $prefix{$1});
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl38 my %prefix;
40 $prefix{$ARGV[0]} = 0;
52 next unless ($filter == 0 || defined $prefix{$1});
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dmisc.c102 is_umem_sym(const char *sym, const char *prefix) argument
107 strncmp(tick_p + 1, prefix, strlen(prefix)) == 0);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhomedir.h80 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix, void *data,
H A Dioutil.h50 * n int The length of the prefix of s[] to attempt to
72 const char *prefix, const char *suffix, int fill_char,
/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...]

Completed in 519 milliseconds

1234567891011>>