/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | misc.h | 25 char const *prefix = "linux-swap"; local 26 return strncmp (fs_type_name, prefix, strlen (prefix)) == 0;
|
/osnet-11/usr/src/grub/grub2/util/grub.d/ |
H A D | 41_custom.in | 3 if [ -f \$prefix/custom.cfg ]; then 4 source \$prefix/custom.cfg;
|
H A D | 10_illumos.in | 20 prefix=@prefix@
|
/osnet-11/usr/src/grub/grub2/include/grub/util/ |
H A D | resolve.h | 31 grub_util_resolve_dependencies (const char *prefix,
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-kbdcomp.in | 5 prefix="@prefix@"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | 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)){
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | getauditflags.c | 45 match_class(char *s, char *prefix, au_class_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...] |
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | 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:__anon1131 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...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | k5-plugin.h | 80 #define PLUGIN_SYMBOL_NAME(prefix, symbol) prefix ## _ ## symbol 82 #define PLUGIN_SYMBOL_NAME(prefix, symbol) symbol
|
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 38 my %prefix; 40 $prefix{$ARGV[0]} = 0; 52 next unless ($filter == 0 || defined $prefix{$1});
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | 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],
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | verify.h | 139 /* Generate a symbol with the given prefix, making it unique if 141 # define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER)
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | verify.h | 139 /* Generate a symbol with the given prefix, making it unique if 141 # define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER)
|
/osnet-11/usr/src/cmd/perl/5.8.4/ |
H A D | 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
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | gentab.sh | 28 # %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...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | normal.h | 101 void read_command_list (const char *prefix); 104 void read_fs_list (const char *prefix); 109 void read_crypto_list (const char *prefix); 111 void read_terminal_list (const char *prefix); 124 const char *prefix, const char *sourcecode,
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | main.c | 109 char *prefix = NULL; local 114 prefix = (char *) header + sizeof (struct grub_module_header); 118 if (prefix) 121 if (prefix[0] == '(') 123 pptr = grub_strrchr (prefix, ')'); 126 device = grub_strndup (prefix + 1, pptr - prefix - 1); 131 pptr = prefix; 137 * plumbed, even when we have a prefix on memdisk. We could check 175 grub_env_set ("prefix", prefix_se [all...] |
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | wc2utf8.c | 37 unsigned short prefix; member in struct:Utf8_s 61 *s++ = ops[i].prefix | (w >> ops[i].shift);
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Trace.cc | 67 char prefix[MAX_MSG_PREFIX_LEN]; local 109 /* Format the prefix string for the log file */ 110 snprintf(prefix, MAX_MSG_PREFIX_LEN, "%d:%d:%s%s:%s", 118 snprintf(message, strlen(prefix) + MAX_MSG_LEN + 2, "%s:%s\n", 119 prefix,
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | autofs.c | 54 read_fs_list (const char *prefix) argument 56 if (prefix) 60 filename = grub_xasprintf ("%s/fs.lst", prefix);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | INST_PREFIX.t | 63 foreach my $prefix (qw(PREFIX PERLPREFIX SITEPREFIX VENDORPREFIX)) { 64 unlike( $mm->{$prefix}, qr/\$\(PREFIX\)/ ); 88 foreach my $prefix (qw(PERLPREFIX SITEPREFIX VENDORPREFIX)) { 89 is( $mm->{$prefix}, '$(PREFIX)', "\$(PREFIX) overrides $prefix" ); 120 my $prefix = '$('.$type.'PREFIX)'; 123 $prefix = 'none' if $type eq 'PERL' && 126 like( $mm->{uc "install$var"}, qr/^\Q$prefix\E/, "$prefix + $var" );
|
H A D | Installed.t | 36 '_is_prefix() should match valid path prefix' ); 38 '... should not match wrong prefix' ); 55 my $prefix = $Config{prefix} || $Config{prefixexp}; 59 $prefix = VMS::Filespec::unixify($prefix) if $Is_VMS; 62 $prefix = $Config{prefix} if $prefix eq 'p:' && $^O eq 'MSWin32'; 64 ok( $ei->_is_type( File::Spec->catfile($prefix, 'ba [all...] |
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 82 static void print_nvlist(char *prefix, nvlist_t *list); 372 print_nvlist(char *prefix, nvlist_t *list) argument 390 (void) fprintf(stderr, "%s%s: %s\n", prefix, attrname, str); 395 (void) fprintf(stderr, "%s%s:\n", prefix, attrname); 397 (void) fprintf(stderr, "%s %s\n", prefix, str_array[i]); 403 (void) fprintf(stderr, "%s%s: %u\n", prefix, attrname, ui32); 409 (void) fprintf(stderr, "%s%s: %lu\n", prefix, attrname, ui64); 411 (void) fprintf(stderr, "%s%s: %llu\n", prefix, attrname, ui64); 417 (void) fprintf(stderr, "%s%s: true\n", prefix, attrname); 421 (void) fprintf(stderr, "%s%s: UNSUPPORTED TYPE\n", prefix, [all...] |
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | logging.c | 234 const char *prefix; local 238 prefix = "DEBUG: "; 241 prefix = "TRACE: "; 244 prefix = "QUIET: "; 247 prefix = "INFO: "; 250 prefix = "VERBOSE: "; 253 prefix = "PROGRESS: "; 256 prefix = "WARNING: "; 259 prefix = "ERROR: "; 262 prefix [all...] |
/osnet-11/usr/src/lib/libcryptoutil/common/ |
H A D | debug.c | 123 cryptodebug_init(const char *prefix) argument 127 if (prefix != NULL) { 128 _cryptodebug_prefix = strdup(prefix);
|