/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | legacy_parse.h | 24 char *grub_legacy_parse (const char *buf, char **entryname, char **suffix);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | basename.c | 26 * namebase pathname [suffix] 34 "[+NAME?basename - strip directory and suffix from filenames]" 37 "\astring\a has a suffix that ends in \asuffix\a, it is removed as " 51 "[s:suffix?All operands are treated as \astring\a and each modified " 53 "separate line on the standard output.]:[suffix]" 55 "\n string [suffix]\n" 69 static void namebase(Sfio_t *outfile, register char *pathname, char *suffix) argument 89 /* check for trailing suffix */ 90 if(suffix && (n=strlen(suffix)) 105 char* suffix = 0; local [all...] |
H A D | cp.c | 102 "\b--suffix\b sets the backup suffix. The backup type is determined in " 107 "suffix is \b.\aSNS\a, where \aS\a is the \bbackup-suffix\b and " 115 "[S:suffix?A backup file is made by renaming the file to the same name " 116 "with the backup suffix appended. The backup suffix is determined in " 118 "variable, or the default value \b~\b.]:[suffix]" 154 #define BAK_number 2 /* append .suffix number suffix */ 192 char* suffix; /* backup suffix */ member in struct:State_s [all...] |
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-menulst2cfg.c | 36 char *suffix = xstrdup (""); local 92 suffix = xrealloc (suffix, suffixlen + 1); 93 strcat (suffix, newsuffix); 115 fwrite (suffix, 1, suffixlen, out); 118 free (suffix);
|
/osnet-11/usr/src/lib/libresolv2/common/dst/ |
H A D | support.c | 226 * form: K<keyname>+<alg>+<id>.<suffix> 231 dst_s_filename_length(const char *name, const char *suffix) argument 241 if (suffix == NULL) 243 if (strrchr(suffix, '\\')) 245 if (strrchr(suffix, '/')) 247 if (strrchr(suffix, ':')) 249 return (1 + strlen(name) + 6 + strlen(suffix)); 255 * suffix. '\', '/' and ':' are not allowed. fA filename is of the 256 * form: K<keyname><id>.<suffix> 257 * form: K<keyname>+<alg>+<id>.<suffix 266 dst_s_build_filename(char *filename, const char *name, u_int16_t id, int alg, const char *suffix, size_t filename_length) argument [all...] |
H A D | dst_internal.h | 125 size_t dst_s_filename_length( const char *name, const char *suffix); 127 u_int16_t id, int alg, const char *suffix,
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | metasplitname.c | 77 char *suffix; local 86 suffix = name + (prefixlen + 1); 87 (void) memcpy(suffix, SPN_SUFFIX(spn).suf_data, suffixlen);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/ |
H A D | mktemp.t | 62 # File with suffix. This is created in the current directory so 66 my $suffix = ".dat"; 68 ($fh, my $fname) = mkstemps($template, $suffix);
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | unit.c | 335 /* Find non-number suffix. Eg: find_suffix("32Mb") returns a pointer to 451 parse_unit_suffix (const char* suffix, PedUnit suggested_unit) argument 453 if (strlen (suffix) > 1 && tolower (suffix[1]) == 'i') { 454 switch (tolower (suffix[0])) { 460 } else if (strlen (suffix) > 0) { 461 switch (tolower (suffix[0])) { 504 char* suffix; local 517 suffix = find_suffix (copy); 518 unit = parse_unit_suffix (suffix, uni [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | oid_ops.c | 401 /* Compose an OID of a prefix and an integer suffix */ 406 int suffix, 425 osuffix = suffix; 426 while (suffix) { 428 suffix >>= 7; 430 suffix = osuffix; 439 while (suffix) { 440 op[i] = (unsigned char)suffix & 0x7f; 444 suffix >>= 7; 458 int *suffix) 403 generic_gss_oid_compose(OM_uint32 *minor_status, const char *prefix, size_t prefix_len, int suffix, gss_OID_desc *oid) argument 454 generic_gss_oid_decompose(OM_uint32 *minor_status, const char *prefix, size_t prefix_len, gss_OID_desc *oid, int *suffix) argument [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getfilter.c | 225 ldap_set_filter_additions( LDAPFiltDesc *lfdp, char *prefix, char *suffix ) 239 lfdp->lfd_filtsuffix = ( suffix == NULL ) ? NULL : nsldapi_strdup( suffix ); 250 ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix ) 252 (void)ldap_set_filter_additions( lfdp, prefix, suffix ); 401 char *prefix, char *suffix, char *attr, char *value, char **valwords ) 488 if ( suffix != NULL && f != NULL) { 489 f = filter_add_strn( f, flimit, suffix, strlen( suffix )); 507 char *prefix, char *suffix, cha 400 ldap_create_filter( char *filtbuf, unsigned long buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument 506 ldap_build_filter( char *filtbuf, size_t buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | completion.c | 41 static const char *suffix; variable 68 suffix = extra; 304 suffix = ""; 403 suffix = ""; 485 ret = grub_malloc (match_len - current_len + grub_strlen (suffix) + spaces + 1); 497 grub_strcat (ret, suffix);
|
/osnet-11/usr/src/grub/grub2/ |
H A D | gentpl.py | 116 def set_canonical_name_suffix(suffix): return "[+ % name `export cname=$(echo %s" + suffix + " | sed -e 's/[^0-9A-Za-z@_]/_/g')` +]" 171 def foreach_platform_specific_value(platform, suffix, nonetag, closure): 174 gtag = group + suffix 206 def foreach_platform_value (platform, suffix, closure): 209 gtag = group + suffix 272 def platform_specific_values(platform, suffix, nonetag): 273 return foreach_platform_specific_value(platform, suffix, nonetag, 276 def platform_values(platform, suffix): 277 return foreach_platform_value(platform, suffix, lambd [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Basename.pm | 15 ($name,$path,$suffix) = fileparse($fullname,@suffixlist) 20 ($name,$path,$suffix) = fileparse("lib/File/Basename.pm",qr{\.pm}); 48 matching for suffix removal is performed without regard for case, 58 parts: a leading B<path>, a file B<name>, and a B<suffix>. The 61 file specification is then divided into B<name> and B<suffix> based on 66 B<name> is removed and prepended to B<suffix>. By proper use of 70 B<suffix> together in that order, the result will denote the same 175 my($dirpath,$tail,$suffix,$basename); 218 foreach $suffix (@suffices) { 219 my $pat = ($igncase ? '(?i)' : '') . "($suffix)\ [all...] |
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 163 info.suffix = astconf("LIBSUFFIX", NiL, NiL); 164 if (streq(info.suffix, ".dll")) 256 if (!version && streq(info->suffix, ".dylib")) 277 k = strlen(info->suffix); 278 if (i > k && streq(name + i - k, info->suffix)) 305 sfsprintf(scan->nam, sizeof(scan->nam), "%s%s%s", info->prefix, name, info->suffix); 313 sfprintf(scan->tmp, "%s", info->suffix); 319 sfsprintf(scan->nam, sizeof(scan->nam), "%s%s%s.%s", info->prefix, name, info->suffix, version); 335 sfsprintf(scan->pat, sizeof(scan->pat), "%s%s%s%s", info->prefix, name, version, info->suffix); 338 sfsprintf(scan->pat, sizeof(scan->pat), "%s%s@(%s([-.])%s%s|%s.%s)", info->prefix, name, strchr(version, '.') ? "@" : "?", version, info->suffix, inf [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | legacycfg.c | 44 char *suffix = grub_strdup (""); local 54 if (!suffix) 100 t = suffix; 101 suffix = grub_realloc (suffix, grub_strlen (suffix) 103 if (!suffix) 109 grub_free (suffix); 112 grub_memcpy (suffix + grub_strlen (suffix), newsuffi [all...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | getfilter.c | 241 ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix ) 251 lfdp->lfd_filtsuffix = ( suffix == NULL ) ? NULL : strdup( suffix ); 323 char *prefix, char *suffix, char *attr, char *value, char **valwords ) 413 if ( suffix != NULL && ( f - filtbuf ) < buflen ) { 414 strcpy( f, suffix ); 322 ldap_build_filter( char *filtbuf, size_t buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_netlogon.c | 438 static char suffix[] = { 0x1B, 0x1C }; local 444 for (i = 0; i < sizeof (suffix)/sizeof (suffix[0]); i++) { 445 smb_init_name_struct((unsigned char *)domain, suffix[i], 461 domain, suffix[i]);
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 53 * (1) .exe suffix inconsistencies 174 suffix(register const char* path) function 194 if (suffix(path)) 199 else if (!suffix(buf) && ((buf + size) - s) >= 4) 320 !suffix(path) && 770 if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test_t))))) 868 int suffix; local 936 suffix = (getpid() & 0xfff) + count++; 937 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix); 978 stop = suffix; [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | utils.c | 255 * @scale: Whether or not to allow a suffix to scale the value 258 * them. Any number without a suffix is assumed to be in bytes. 267 * Only the first character of the suffix is read. 277 char *suffix = NULL; local 286 result = strtoll(value, &suffix, 0); 292 if (!suffix) { 293 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n"); 298 switch (suffix[0]) { 306 ntfs_log_error("Invalid size suffix '%s'. Use T, G, M, or K.\n", suffix); [all...] |
/osnet-11/usr/src/lib/efcode/fcdriver/ |
H A D | load_node.c | 183 find_lib_file(fcode_env_t *env, char *prefix, char *name, char *suffix, argument 196 lib_name = MALLOC(strlen(name) + strlen(prefix) + strlen(suffix) + 1); 197 sprintf(lib_name, "%s%s%s", prefix, name, suffix);
|
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/ |
H A D | main.c | 231 const char *suffix; 244 suffix = grub_efiemu_get_default_core_name (); 246 filename = grub_xasprintf ("%s/%s", prefix, suffix); 230 const char *suffix; local
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 189 #define SUFFIX 0x80 /* a suffix is to appear in the output */ 506 wchar_t *suffix; local 520 char *suffix; local 526 /* Length of prefix and of suffix */ 529 /* Combined length of leading zeroes, trailing zeroes, and suffix */ 939 * right padding zeroes, a suffix, and 953 * The suffix is either null or an 954 * exponent, and is addressed by "suffix". 955 * If there is a suffix, the flagword bit 1383 suffix [all...] |
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 472 db_indx_t cnt, lo, ln, min, off, prefix, suffix; local 490 * a common prefix and suffix -- it can save us a lot of log 500 for (suffix = 0, 503 suffix < min && *p == *t; ++suffix, --p, --t) 508 orig.size = bk->len - (prefix + suffix); 510 repl.size = data->size - (prefix + suffix); 514 &orig, &repl, (u_int32_t)prefix, (u_int32_t)suffix)) != 0)
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 112 u_char suffix; /* last character of new code */ member in struct:bsd_db::bsd_dict::__anon2::__anon3 116 u_char suffix; /* last character of new code */ 164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ 166 #define BSD_KEY(prefix,suffix) ((((u_int32_t)(suffix)) << 16) \ 473 continue; /* found (prefix,suffix) */ 487 continue; /* finally found (prefix,suffix) */ 670 *--p = dictp->f.hs.suffix;
|