HomeSort by relevance Sort by last modified time
    Searched refs:prefix (Results 1 - 25 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
errprefix.c 35 * Set prefix string.
44 Err.prefix = str;
  /onnv/onnv-gate/usr/src/lib/hal/libhal/common/
hal.pc.in 8 prefix=/usr
9 exec_prefix=${prefix}
11 includedir=${prefix}/include
  /onnv/onnv-gate/usr/src/lib/hal/libhal-storage/common/
hal-storage.pc.in 8 prefix=/usr
9 exec_prefix=${prefix}
11 includedir=${prefix}/include
  /onnv/onnv-gate/usr/src/lib/policykit/libpolkit/common/
polkit.pc.in 9 prefix=/usr
10 exec_prefix=${prefix}
12 includedir=${prefix}/include
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
printfraginfo.c 11 void printfraginfo(prefix, ifr)
12 char *prefix;
19 printf("%s%s -> ", prefix, hostname(4, &ifr->ipfr_src));
  /onnv/onnv-gate/usr/src/cmd/lp/lib/access/
files.c 51 char * prefix,
55 getaccessfile (dir, name, prefix, base)
58 *prefix,
78 if (!(f = makestr(prefix, base, (char *)0))) {
dumpaccess.c 52 dumpaccess(char *dir, char *name, char *prefix, char ***pallow, char ***pdeny)
60 !(allow_file = getaccessfile(dir, name, prefix, "allow"))
62 || !(deny_file = getaccessfile(dir, name, prefix, "deny"))
  /onnv/onnv-gate/usr/src/ucbcmd/printenv/
printenv.c 51 static int prefix(char *cp, char *dp);
63 if (argc == 0 || prefix(argv[0], *ep)) {
79 prefix(char *cp, char *dp) function
  /onnv/onnv-gate/usr/src/lib/libast/common/disc/
sfdcprefix.c 25 * 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:__anon32
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)
116 int sfdcprefix(f, prefix)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
conversions.h 35 char *stripprefix; /* prefix to strip from real file */
37 char *prefix; /* prefix to add to real file */ member in struct:convert
  /onnv/onnv-gate/usr/src/psm/stand/lib/names/sparc/common/
uname-m.c 50 static char prefix[] = "/platform/"; local
54 if (strncmp(path, prefix, sizeof (prefix) - 1) != 0)
57 path += sizeof (prefix) - 1;
  /onnv/onnv-gate/usr/src/cmd/tsol/zones/
zoneshare.sh 54 prefix=`echo $zoneattr | cut -d ":" -f4`
55 rootpath=$prefix/root
68 infile=$prefix/etc/dfs/dfstab # default
zoneunshare.sh 54 prefix=`echo $zoneattr | cut -d ":" -f4`
55 rootpath=$prefix/root
  /onnv/onnv-gate/usr/src/cmd/mktemp/
mktemp.c 49 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);
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
log.c 83 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);
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb_il.c 43 static char prefix[4] = "\t\t\t"; variable
46 print_log_bp(const blkptr_t *bp, const char *prefix)
51 (void) printf("%s%s\n", prefix, blkbuf);
72 (void) printf("%s%s -> %s\n", prefix, name, link);
74 (void) printf("%s%s\n", prefix, name);
77 (void) printf("%s%s", prefix, ctime(&crtime));
78 (void) printf("%sdoid %llu, foid %llu, mode %llo\n", prefix,
81 (void) printf("%suid %llu, gid %llu, gen %llu, rdev 0x%llx\n", prefix,
90 (void) printf("%sdoid %llu, name %s\n", prefix,
98 (void) printf("%sdoid %llu, link_obj %llu, name %s\n", prefix,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Stash.pm 24 my $prefix=shift;
25 $prefix = '' unless defined $prefix;
28 # print $prefix,$key,"\n";
31 push @return, $key unless omit($prefix.$key);
32 foreach my $subscan ( scan(${$start}{$key},$prefix.$key)){
  /onnv/onnv-gate/usr/src/cmd/krb5/krb5-config/
krb5-config.sh 35 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...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/
Makefile 12 prefix=$(ROOTLIB) macro
13 exec_prefix=$(prefix)
19 man1dir=$(prefix)/man/man$(man1ext)
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
misc.c 104 is_umem_sym(const char *sym, const char *prefix)
109 strncmp(tick_p + 1, prefix, strlen(prefix)) == 0);
  /onnv/onnv-gate/usr/src/cmd/mdb/tools/scripts/
hdr2map.sh 113 typeset prefix="$2"
115 nawk -v prefix="$prefix" <$header '
169 printf("%s%s;\n", prefix, $i);
182 printf("%s%s; /* variable */\n", prefix,
  /onnv/onnv-gate/usr/src/lib/libsqlite/tool/
mkopts.tcl 11 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],
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/
extract_config.sh 57 printf 'PERL_REAL_ROOT_STEM = %s\n' ${prefix%/$version}
58 printf 'PERL_REAL_ROOT_DIR = %s\n' $prefix
67 printf 'PERL_ROOT_STEM = $(ROOT)%s\n' ${prefix%/$version}
68 printf 'PERL_ROOT_DIR = $(ROOT)%s\n' $prefix
  /onnv/onnv-gate/usr/src/lib/libtecla/common/
homedir.h 80 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix, void *data,
ioutil.h 50 * n int The length of the prefix of s[] to attempt to
72 const char *prefix, const char *suffix, int fill_char,

Completed in 4979 milliseconds

1 2 3 4 5 6 7 8 91011>>