HomeSort by: relevance | last modified time | path
    Searched defs:Str (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 920 * RETURN: Str - toAdd appended to InlineComment
931 char* Str;
947 Str = UtLocalCacheCalloc (Size + 1);
949 strcpy (Str, InlineComment);
950 strcat (Str, ToAdd);
951 Str[Size +1] = 0;
952 return (Str);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 117 static long MyStol(const char *Str) {
120 if (*Str == '-') {
121 Str++;
124 for (size_t i = 0; Str[i]; i++) {
125 char Ch = Str[i];
148 const char *Str = FlagValue(Param, Name);
149 if (Str) {
151 int Val = MyStol(Str);
157 unsigned int Val = std::stoul(Str);
163 *FlagDescriptions[F].StrFlag = Str;
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 477 IN OUT POOL_PRINT *Str,
484 CatPrint(Str, L"Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
489 IN OUT POOL_PRINT *Str,
496 CatPrint(Str, L"Pccard(0x%x)", Pccard-> FunctionNumber );
501 IN OUT POOL_PRINT *Str,
508 CatPrint(Str, L"MemMap(%d,0x%x,0x%x)",
517 IN OUT POOL_PRINT *Str,
524 CatPrint(Str, L"Ctrl(%d)",
531 IN OUT POOL_PRINT *Str,
547 CatPrint(Str, L"Ven%s(%g", Type, &Vendor->Guid)
    [all...]
print.c 100 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
340 CopyMem (spc->str + spc->len, Buffer, len * sizeof(CHAR16));
348 spc->str[spc->len] = 0;
350 spc->str[spc->maxlen] = 0;
382 spc->str = ReallocatePool (
383 spc->str,
388 if (!spc->str) {
408 IN INTN (EFIAPI *Output)(VOID *context, CHAR16 *str)
427 OUT CHAR16 *Str,
440 Str - Output buffer to print the formatted string int
1328 CHAR8 str[30], *p1; local in function:ValueToHex
1361 CHAR8 str[40], *p1; local in function:ValueToString
    [all...]
  /src/lib/libedit/
terminal.c 98 #define Str(a) el->el_terminal.t_str[a]
249 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
254 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ?
341 char **tmp, **str = &tlist[t - tstr]; local in function:terminal_alloc
345 *str = NULL;
350 tlen = *str == NULL ? 0 : strlen(*str);
356 if (*str)
    [all...]

Completed in 13 milliseconds