Searched defs:l_name (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c344 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/libdscfg/common/
H A Dcfg_impl.h116 * 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
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h1577 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

Completed in 92 milliseconds