Searched refs:l_name (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | drti.c | 118 if ((modname = strrchr(lmp->l_name, '/')) == NULL) 119 modname = lmp->l_name;
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_impl.h | 116 * head |-[0]- /|-l_name == sndr 127 * l_name - is set when the parser is read. 130 * list that belongs to the cfglist tagged with l_name. 137 * l_index - is the index of the parser tree that corresponds to l_name 150 char *l_name; /* name of list sndr, ii.. */ member in struct:cfglist
|
H A D | cfg.c | 2543 cfp->cf_head->h_cfgs[i].l_name = '\0'; 2544 cfp->cf_head->h_cfgs[i].l_name = 2757 if (cfp->cf_head->h_cfgs[i].l_name) { 2758 free(cfp->cf_head->h_cfgs[i].l_name);
|
/osnet-11/usr/src/cmd/sendmail/db/log/ |
H A D | log_archive.c | 344 size_t l_pref, l_name; local 348 l_name = strlen(name); 353 if ((ret = __os_malloc(l_pref + l_name + 2, NULL, &newname)) != 0) 363 memcpy(newname + l_pref, name, l_name + 1);
|
/osnet-11/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 338 * If this is the first time in, then l_name is the app 352 * Otherwise we make sure that l_name is on the list. 357 } else if (check_list(bindto_list, lmp->l_name) != NULL) { 362 * If l_name is on the exclusion list, zero the bit. 365 check_list(bindto_excl, lmp->l_name) != NULL) { 370 * If l_name is on the bindfrom list then trace 372 if (check_list(bindfrom_list, lmp->l_name) != NULL) { 377 * If l_name is on the exclusion list, zero the bit 381 if (check_list(bindfrom_excl, lmp->l_name) != NULL) { 389 *cookie = (uintptr_t)abibasename(lmp->l_name); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | dprofpp.PL | 682 my $l_name = ''; 763 if ($l_in == $in and $l_name eq $name) { 768 print ' ' x $l_in, "$l_name$repstr\n" 769 if $l_name ne ''; 773 $l_name = $name; 800 print ' ' x $l_in, "$l_name$repstr\n";
|
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 217 * 8 character names appear in l_name but may 224 memcpy(symbuf,ldsym->l_name,8);
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | elf.h | 1577 Elf32_Word l_name; /* Name (string table index) */ member in struct:__anon761 1586 Elf64_Word l_name; /* Name (string table index) */ member in struct:__anon762
|
/osnet-11/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 1579 if (strlen(map->l_name) < 256) { 1580 (void) strcpy(attributes->LibPath, map->l_name); 3496 if (strlen(map->l_name) < 256) { 3497 (void) strcpy(attributes->LibPath, map->l_name);
|
/osnet-11/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 1263 if(strlen(map->l_name) < 256) {
|
Completed in 253 milliseconds