Home
last modified time | relevance | path

Searched refs:Str (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc32 Str::Str() in Str() function in Str
37 Str::Str(const char *str) in Str() function in Str
42 Str::Str(const char *str, int len) in Str() function in Str
49 Str::Str(const Str& rhs) in Str() function in Str
54 Str::~Str() in ~Str()
60 Str::operator = (const Str& rhs) in operator =()
94 Str&
95 Str::operator<<(Str rhs) in operator <<()
105 Str&
139 Str::compare(const Str& rhs) const in compare()
[all …]
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h38 struct Str struct
40 Str();
41 Str(const char *str);
43 Str(const Str& rhs);
44 virtual ~Str();
53 Str& operator<<(Str rhs);
54 Str& operator<<(long long i);
55 Str& operator<<(long i);
56 Str& operator<<(int i);
57 Str& operator<<(char c);
[all …]
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl946 $Str = $Str .
949 $Str = $Str . '0';
954 $Str = $Str . 'E';
959 $Str = $Str . 'S';
963 $Str = $Str . 'D';
968 $Str = $Str . 'I';
973 $Str = $Str . 'C';
977 $Str = $Str . 'F';
983 $Str = $Str . 'P';
987 $Str = $Str . 'A';
[all …]
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h46 Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d);
51 Str getFieldName(void);
71 Str field_name;
82 Str element);
85 Str element,
88 Str path);
H A DAncestor.cc35 Ancestor::Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d) in Ancestor()
97 Str
181 Ancestor::createTaggedAncestor(const fru_regdef_t *def, Str element) in createTaggedAncestor()
203 Str path = "/"; in createTaggedAncestor()
223 Str element, in definitionContains()
226 Str path) in definitionContains()
232 Str tmp = path; in definitionContains()
251 Str newPath = path; in definitionContains()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c931 char* Str; in CvAppendInlineComment() local
947 Str = UtLocalCacheCalloc (Size + 1); in CvAppendInlineComment()
949 strcpy (Str, InlineComment); in CvAppendInlineComment()
950 strcat (Str, ToAdd); in CvAppendInlineComment()
951 Str[Size +1] = 0; in CvAppendInlineComment()
952 return (Str); in CvAppendInlineComment()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DUnicodeCollation.h97 IN OUT CHAR16 *Str
112 IN OUT CHAR16 *Str
/illumos-gate/usr/src/lib/storage/common/
H A Dstgcom.h505 #define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str) argument
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c169 static const char *Str = "%s\n"; variable
1576 scsi_log(SES_DEVINFO(ssc), (char *)Snm, level, Str, buf); in ses_log()
1581 Str, buf); in ses_log()
1586 Str, buf); in ses_log()
1591 Str, buf); in ses_log()
1596 Str, buf); in ses_log()
1601 Str, buf); in ses_log()
1606 Str, buf); in ses_log()
1611 Str, buf); in ses_log()
1616 Str, buf); in ses_log()
[all …]
/illumos-gate/usr/src/lib/libfru/
H A DMakefile.obj42 GENUTOBJS= Str.o
/illumos-gate/usr/src/cmd/find/
H A Dfind.c97 Unary, Id, Num, Str, Exec, Cpio, Op enumerator
127 "-fstype", FSTYPE, Str,
130 "-iname", INAME, Str,
132 "-ipath", IPATH, Str,
133 "-iregex", IREGEX, Str,
142 "-name", NAME, Str,
144 "-newer", NEWER, Str,
151 "-path", PATH, Str,
156 "-regex", REGEX, Str,
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h68 #define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str) argument