/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Liblist.pm | 11 sub ext { subroutine 12 goto &ExtUtils::Liblist::Kid::ext; 34 $MM->ext($potential_libs, $verbose, $need_names); 37 ExtUtils::Liblist->ext($potential_libs, $verbose, $need_names) 104 The version of ext() which is executed under VMS differs from the 116 prefixes, since the Unix-OS/2 version of ext() requires them. 122 naming conventions, ext() looks for files named I<lib>shr and I<lib>rtl; 145 In general, the VMS version of ext() should properly handle input from 152 The version of ext() which is executed under Win32 differs from the 191 prefixes, since the Unix-OS/2 version of ext() require [all...] |
H A D | MM_VMS.pm | 78 # appears in @MM::ISA before ExtUtils::Liblist::Kid, so if there isn't an ext() 82 sub ext { subroutine 84 goto &ExtUtils::Liblist::Kid::ext; 266 my($dir,$ext); 276 foreach $ext (@exts) { 277 return $file if -x "$sysfile$ext" && ! -d _; 1905 push @optlibs, grep { !/PerlShr/i } split ' ', +($self->ext())[2];
|
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/ |
H A D | MM_Solaris_ON.pm | 35 # 3. ext() is overriden to add the library paths specified in the 139 # The ext() method works out the linker flags required to build a module. 144 # See ExtUtils::Liblist for details of the ext() method. 146 sub ext subroutine 208 # Call the default Unix ext() method (see Liblist.pm) 210 my @retval = $self->ExtUtils::Liblist::Kid::ext(join(' ', @newlibs), 215 # Do this after calling ext() as ext() will strip out all the -L flags
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
H A D | Kid.pm | 20 sub ext { subroutine
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | extcmd.c | 38 grub_extcmd_t ext = cmd->data; local 41 context.extcmd = ext; 44 if (! ext->options) 46 ret = (ext->func) (&context, argc, args); 50 state = grub_arg_list_alloc (ext, argc, args); 51 if (grub_arg_parse (ext, argc, args, state, &new_args, &new_argc)) 54 ret = (ext->func) (&context, new_argc, new_args); 77 grub_extcmd_t ext; local 80 ext = (grub_extcmd_t) grub_malloc (sizeof (*ext)); 114 grub_unregister_extcmd(grub_extcmd_t ext) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | bitmap.c | 169 match_extension (const char *filename, const char *ext) argument 175 ext_len = grub_strlen (ext); 182 return grub_strcasecmp (filename + pos, ext) == 0;
|
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 315 char *ext; local 354 ext = &(dp->d_name[name_len - (dbm_pag_len - 1)]); 356 if (strcmp(ext, dbm_pag) != 0) { 360 *ext = '\0';
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | traverse.c | 347 const char *ext; local 356 ext = (const char *) dir_entry->extension; 357 if (ext[0] != ' ' && ext[0] != 0) { 360 if (ext[i] == ' ' || ext[i] == 0) break; 361 *result++ = ext[i];
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | cache.c | 124 HfsCPrivateExtent* ext; local 129 for (ext = cache->linked_ref[idx]; 130 ext && start != ext->ext_start; 131 ext = ext->next); 133 if (ext) { 155 ext = cache->last_table->table+(cache->last_table->table_first_free++); 157 ext->ext_start = start; 158 ext [all...] |
/osnet-11/usr/src/grub/grub2/util/ |
H A D | resolve.c | 137 char *ext; local 145 ext = strrchr (base, '.'); 146 if (ext && strcmp (ext, ".mod") == 0) 150 name = xmalloc (ext - base + 1); 151 memcpy (name, base, ext - base); 152 name[ext - base] = '\0'; 164 char *ext; local 167 ext = strrchr (str, '.'); 168 if (ext [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | completion.c | 320 grub_extcmd_t ext; 329 ext = cmd->data; 330 if (!ext->options) 337 for (option = ext->options; option->doc; option++) 355 for (option = ext->options; option->doc; option++) 319 grub_extcmd_t ext; local
|
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | fsutils.c | 123 int ext = 0; local 147 if (ext++ == 0) {
|
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 203 if (statp->_u._ext.ext != NULL) 247 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); 248 if (statp->_u._ext.ext != NULL) { 249 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); 250 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; 251 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); 252 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); 254 statp->_u._ext.ext 649 struct __res_state_ext *ext = statp->_u._ext.ext; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | ufs.c | 153 grub_uint64_t ext[2]; member in struct:grub_ufs_inode
|
H A D | ext2.c | 389 struct grub_ext4_extent *ext; 401 ext = (struct grub_ext4_extent *) (leaf + 1); 404 if (fileblock < grub_le_to_cpu32 (ext[i].block)) 410 fileblock -= grub_le_to_cpu32 (ext[i].block); 411 if (fileblock >= grub_le_to_cpu16 (ext[i].len)) 417 start = grub_le_to_cpu16 (ext[i].start_hi); 418 start = (start << 32) + grub_le_to_cpu32 (ext[i].start); 388 struct grub_ext4_extent *ext; local
|
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1225 "spdsock ext 0x%X unknown: 0x%X", 2644 struct sadb_ext *ext; local 2657 ext = (struct sadb_ext *)current; 2658 lenbytes = SADB_64TO8(ext->sadb_ext_len); 2659 switch (ext->sadb_ext_type) { 2763 "UNK: Unknown ext. %d, len %d.\n"), 2764 ext->sadb_ext_type, lenbytes); 2765 for (i = 0; i < ext->sadb_ext_len; i++) 2768 ((uint64_t *)ext)[i]); 2772 SADB_8TO64(sizeof (struct sadb_ext)) : ext 3020 struct sadb_ext *ext; local [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 140 static void meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext); 212 static void meta_sp_display_ext(sp_ext_node_t *ext); 958 sp_ext_node_t *ext; local 963 ext = *head; 964 while (ext) { 965 next = ext->ext_next; 966 Free(ext); 967 ext = next; 975 * ext - the extent to remove, must be a member of the list 978 * PURPOSE: unlinks the node specified by ext fro 983 meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext) argument 1012 sp_ext_node_t *ext; local 1043 sp_ext_node_t *ext; local 1080 sp_ext_node_t *ext; local 1113 sp_ext_node_t *ext; local 1163 sp_ext_node_t *ext; local 1726 sp_ext_node_t *ext; local 2422 sp_ext_node_t *ext; local 3452 sp_ext_node_t *ext; local 5171 meta_sp_display_ext(sp_ext_node_t *ext) argument 5217 sp_ext_node_t *ext; local 5381 sp_ext_node_t *ext; local 5916 sp_ext_node_t *ext; local 6379 sp_ext_node_t *ext = NULL; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | util.c | 2628 char **ext = search_ext ? search_ext : exts; local 2691 if ((curext = strrchr(scriptname,'.'))) /* possible current ext */ 2692 while (ext[i]) 2693 if (strEQ(ext[i++],curext)) { 2694 extidx = -1; /* already has an ext */ 2716 } while (extidx >= 0 && ext[extidx] /* try an extension? */ 2717 && strcpy(tmpbuf+len, ext[extidx++])); 2793 && extidx>=0 && ext[extidx] /* try an extension? */ 2794 && strcpy(tmpbuf+len, ext[extidx++]) 3020 * called. The use by ext/Threa [all...] |
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 2021 X509_EXTENSION *ext = NULL; local 2027 if (!(ext = X509_get_ext(cert, i)) || !(ialt = X509V3_EXT_d2i(ext))) {
|