Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Defivar-dp-format.c112 Str->Str = reallocf(Str->Str, Str->Capacity); in UefiDevicePathLibCatPrint()
113 ASSERT (Str->Str != NULL); in UefiDevicePathLibCatPrint()
116 vsnprintf(Str->Str + Str->Count, Str->Capacity - Str->Count, Fmt, Args); in UefiDevicePathLibCatPrint()
120 return Str->Str; in UefiDevicePathLibCatPrint()
2305 ZeroMem (&Str, sizeof (Str)); in UefiDevicePathLibConvertDeviceNodeToText()
2327 ASSERT (Str.Str != NULL); in UefiDevicePathLibConvertDeviceNodeToText()
2328 return Str.Str; in UefiDevicePathLibConvertDeviceNodeToText()
2364 ZeroMem (&Str, sizeof (Str)); in UefiDevicePathLibConvertDevicePathToText()
2389 if (Str.Str[Str.Count] != ',') { in UefiDevicePathLibConvertDevicePathToText()
2407 if (Str.Str == NULL) { in UefiDevicePathLibConvertDevicePathToText()
[all …]
H A Defivar-dp-parse.c201 Str++; in SplitStr()
209 Str++; in SplitStr()
275 Str++; in GetNextDeviceNodeStr()
295 Str++; in GetNextDeviceNodeStr()
308 Str++; in GetNextDeviceNodeStr()
313 Str++; in GetNextDeviceNodeStr()
342 while ((*Str != 0) && *Str == ' ') { in IsHexStr()
343 Str ++; in IsHexStr()
348 while ((*Str != 0) && *Str == '0') { in IsHexStr()
349 Str ++; in IsHexStr()
[all …]
H A Duefi-dplib.h78 char *Str; member
86 IN char *Str
92 IN OUT POOL_PRINT *Str,
/dragonfly/contrib/tcsh-6/
H A Ded.screen.c49 #define Str(a) tstr[a].str macro
459 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0); in SetTC()
463 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0); in SetTC()
1264 (void) tputs(Str(T_dm), 1, PUTPURE); in DeleteChars()
1271 (void) tputs(Str(T_ed), 1, PUTPURE); in DeleteChars()
1305 (void) tputs(Str(T_im), 1, PUTPURE); in Insert_write()
1312 (void) tputs(Str(T_ei), 1, PUTPURE); in Insert_write()
1339 (void) tputs(Str(T_ce), 1, PUTPURE); in ClearEOL()
1375 (void) tputs(Str(T_bl), 1, PUTPURE); in SoundBeep()
1480 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0); in GetTermCaps()
[all …]
H A Dtw.color.c42 } Str; typedef
55 Str color;
56 Str defaultcolor;
151 Str extension; /* file extension */
152 Str color; /* color string */
163 static int getstring (char **, const Char **, Str *, int);
164 static void put_color (const Str *);
197 getstring(char **dp, const Char **sp, Str *pd, int f) in getstring()
253 makecolor(char **c, int fg, int bg, Str *v) in makecolor()
411 put_color(const Str *colorp) in put_color()
[all …]
/dragonfly/contrib/libedit/src/
H A Dterminal.c240 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ? in terminal_setflags()
245 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ? in terminal_setflags()
703 terminal_tputs(el, Str(T_dm), 1); in terminal_deletechars()
707 terminal_tputs(el, Str(T_dc), 1); in terminal_deletechars()
710 terminal_tputs(el, Str(T_ed), 1); in terminal_deletechars()
746 terminal_tputs(el, Str(T_im), 1); in terminal_insertwrite()
754 terminal_tputs(el, Str(T_ip), 1); in terminal_insertwrite()
756 terminal_tputs(el, Str(T_ei), 1); in terminal_insertwrite()
761 terminal_tputs(el, Str(T_ic), 1); in terminal_insertwrite()
784 terminal_tputs(el, Str(T_ce), 1); in terminal_clear_EOL()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
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()
/dragonfly/contrib/gdb-7/libiberty/
H A Dobstack.c409 # define _(Str) gettext (Str) argument
412 # define _(Str) (Str) argument
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dobstack.c409 # define _(Str) gettext (Str) argument
412 # define _(Str) (Str) argument
/dragonfly/contrib/cvs-1.12/lib/
H A Dstrftime.c84 # define L_(Str) L##Str argument
93 # define L_(Str) Str argument
/dragonfly/contrib/diffutils/lib/
H A Dnstrftime.c83 # define L_(Str) L##Str argument
92 # define L_(Str) Str argument