Home
last modified time | relevance | path

Searched refs:format_ptr (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/sysutils/file/file-5.39/src/
H A Dvasprintf.c298 char *format_ptr;
418 format_ptr++;
422 format_ptr++;
426 format_ptr++;
430 format_ptr++;
434 format_ptr++;
439 format_ptr += strlen(format_ptr);
444 format_ptr++;
446 format_ptr += strlen(format_ptr);
462 format_ptr++;
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/src/
H A Dvasprintf.c299 char *format_ptr; in dispatch() local
411 format_ptr++; in dispatch()
415 format_ptr++; in dispatch()
419 format_ptr++; in dispatch()
423 format_ptr++; in dispatch()
427 format_ptr++; in dispatch()
432 format_ptr += strlen(format_ptr); in dispatch()
437 format_ptr++; in dispatch()
439 format_ptr += strlen(format_ptr); in dispatch()
455 format_ptr++; in dispatch()
[all …]
/dports/devel/py-magic/file-5.40/src/
H A Dvasprintf.c298 char *format_ptr; in dispatch() local
418 format_ptr++; in dispatch()
422 format_ptr++; in dispatch()
426 format_ptr++; in dispatch()
430 format_ptr++; in dispatch()
434 format_ptr++; in dispatch()
439 format_ptr += strlen(format_ptr); in dispatch()
444 format_ptr++; in dispatch()
446 format_ptr += strlen(format_ptr); in dispatch()
462 format_ptr++; in dispatch()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/magic/
H A Dvasprintf.c299 char *format_ptr; in dispatch() local
411 format_ptr++; in dispatch()
415 format_ptr++; in dispatch()
419 format_ptr++; in dispatch()
423 format_ptr++; in dispatch()
427 format_ptr++; in dispatch()
432 format_ptr += strlen(format_ptr); in dispatch()
437 format_ptr++; in dispatch()
439 format_ptr += strlen(format_ptr); in dispatch()
455 format_ptr++; in dispatch()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/magic/
H A Dvasprintf.c299 char *format_ptr; in dispatch() local
411 format_ptr++; in dispatch()
415 format_ptr++; in dispatch()
419 format_ptr++; in dispatch()
423 format_ptr++; in dispatch()
427 format_ptr++; in dispatch()
432 format_ptr += strlen(format_ptr); in dispatch()
437 format_ptr++; in dispatch()
439 format_ptr += strlen(format_ptr); in dispatch()
455 format_ptr++; in dispatch()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/src/
H A Dformat.cc48 char* format_ptr = format; in sprintf_format() local
49 *format_ptr++ = '%'; in sprintf_format()
50 if (specs.alt || !specs.type) *format_ptr++ = '#'; in sprintf_format()
52 *format_ptr++ = '.'; in sprintf_format()
53 *format_ptr++ = '*'; in sprintf_format()
55 if (std::is_same<Double, long double>::value) *format_ptr++ = 'L'; in sprintf_format()
69 *format_ptr++ = type; in sprintf_format()
70 *format_ptr = '\0'; in sprintf_format()
/dports/games/pioneer/pioneer-20210723/contrib/fmt/src/
H A Dformat.cc48 char* format_ptr = format; in sprintf_format() local
49 *format_ptr++ = '%'; in sprintf_format()
50 if (specs.alt || !specs.type) *format_ptr++ = '#'; in sprintf_format()
52 *format_ptr++ = '.'; in sprintf_format()
53 *format_ptr++ = '*'; in sprintf_format()
55 if (std::is_same<Double, long double>::value) *format_ptr++ = 'L'; in sprintf_format()
69 *format_ptr++ = type; in sprintf_format()
70 *format_ptr = '\0'; in sprintf_format()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/src/
H A Dformat.cc48 char* format_ptr = format; in sprintf_format() local
49 *format_ptr++ = '%'; in sprintf_format()
50 if (specs.alt || !specs.type) *format_ptr++ = '#'; in sprintf_format()
52 *format_ptr++ = '.'; in sprintf_format()
53 *format_ptr++ = '*'; in sprintf_format()
55 if (std::is_same<Double, long double>::value) *format_ptr++ = 'L'; in sprintf_format()
69 *format_ptr++ = type; in sprintf_format()
70 *format_ptr = '\0'; in sprintf_format()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/src/
H A Dformat.cc48 char* format_ptr = format; in sprintf_format() local
49 *format_ptr++ = '%'; in sprintf_format()
50 if (specs.alt || !specs.type) *format_ptr++ = '#'; in sprintf_format()
52 *format_ptr++ = '.'; in sprintf_format()
53 *format_ptr++ = '*'; in sprintf_format()
55 if (std::is_same<Double, long double>::value) *format_ptr++ = 'L'; in sprintf_format()
69 *format_ptr++ = type; in sprintf_format()
70 *format_ptr = '\0'; in sprintf_format()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/src/
H A Dformat.cc48 char* format_ptr = format; in sprintf_format() local
49 *format_ptr++ = '%'; in sprintf_format()
50 if (specs.alt || !specs.type) *format_ptr++ = '#'; in sprintf_format()
52 *format_ptr++ = '.'; in sprintf_format()
53 *format_ptr++ = '*'; in sprintf_format()
55 if (std::is_same<Double, long double>::value) *format_ptr++ = 'L'; in sprintf_format()
69 *format_ptr++ = type; in sprintf_format()
70 *format_ptr = '\0'; in sprintf_format()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dsnprintf.c345 const char *format_ptr = format; in vsnprintf() local
357 while (format_ptr < format + strlen(format)) in vsnprintf()
359 if (*format_ptr == '%') in vsnprintf()
361 if (format_ptr[1] == '%' && left > 0) in vsnprintf()
365 format_ptr += 2; in vsnprintf()
376 status = snprintf_get_directive(format_ptr, &flags, &width, in vsnprintf()
386 format_ptr += status; in vsnprintf()
556 *str++ = *format_ptr++; in vsnprintf()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dread-rtl.c426 const char *format_ptr; in apply_macro_to_rtx() local
449 for (i = 0; format_ptr[i] != 0; i++) in apply_macro_to_rtx()
450 switch (format_ptr[i]) in apply_macro_to_rtx()
492 const char *format_ptr; in uses_macro_p() local
503 for (i = 0; format_ptr[i] != 0; i++) in uses_macro_p()
504 switch (format_ptr[i]) in uses_macro_p()
1396 const char *format_ptr; in read_rtx_1() local
1480 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_1()
1481 switch (format_ptr[i]) in read_rtx_1()
1530 else if (format_ptr[i] == 'E') in read_rtx_1()
[all …]
H A Dgenconfig.c71 const char *format_ptr; in walk_insn_part() local
154 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
157 switch (*format_ptr++) in walk_insn_part()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function
151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()
162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dread-rtl.c383 const char *format_ptr; in copy_rtx_for_iterators() local
395 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
396 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
397 switch (format_ptr[i]) in copy_rtx_for_iterators()
1102 const char *format_ptr; in read_rtx_code() local
1128 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1146 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
1147 switch (format_ptr[i]) in read_rtx_code()
1198 else if (format_ptr[i] == 'E') in read_rtx_code()
1220 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : ""); in read_rtx_code()
[all …]
H A Dgenconfig.c69 const char *format_ptr; in walk_insn_part() local
152 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
155 switch (*format_ptr++) in walk_insn_part()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dread-rtl.c383 const char *format_ptr, *p; in copy_rtx_for_iterators() local
395 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
396 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
397 switch (format_ptr[i]) in copy_rtx_for_iterators()
1107 const char *format_ptr; in read_rtx_code() local
1133 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1152 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
1153 switch (format_ptr[i]) in read_rtx_code()
1206 else if (format_ptr[i] == 'E') in read_rtx_code()
1228 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : ""); in read_rtx_code()
[all …]
H A Dgenconfig.c69 const char *format_ptr; in walk_insn_part() local
152 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
155 switch (*format_ptr++) in walk_insn_part()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dread-rtl.c383 const char *format_ptr; in copy_rtx_for_iterators() local
395 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
396 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
397 switch (format_ptr[i]) in copy_rtx_for_iterators()
1102 const char *format_ptr; in read_rtx_code() local
1128 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1146 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
1147 switch (format_ptr[i]) in read_rtx_code()
1198 else if (format_ptr[i] == 'E') in read_rtx_code()
1220 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : ""); in read_rtx_code()
[all …]
H A Dgenconfig.c69 const char *format_ptr; in walk_insn_part() local
152 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
155 switch (*format_ptr++) in walk_insn_part()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenconfig.c71 const char *format_ptr; in walk_insn_part() local
153 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
156 switch (*format_ptr++) in walk_insn_part()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenconfig.c71 const char *format_ptr; in walk_insn_part() local
153 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
156 switch (*format_ptr++) in walk_insn_part()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DSignals.cpp97 static FormattedNumber format_ptr(void *PC) {
184 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n';
195 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' ';
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dread-rtl.c373 const char *format_ptr, *p; in copy_rtx_for_iterators() local
385 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
386 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
387 switch (format_ptr[i]) in copy_rtx_for_iterators()
1105 const char *format_ptr; in read_rtx_code() local
1131 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1150 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
1151 switch (format_ptr[i]) in read_rtx_code()
1204 else if (format_ptr[i] == 'E') in read_rtx_code()
1226 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : ""); in read_rtx_code()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dread-rtl.c373 const char *format_ptr, *p; in copy_rtx_for_iterators() local
385 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
386 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
387 switch (format_ptr[i]) in copy_rtx_for_iterators()
1105 const char *format_ptr; in read_rtx_code() local
1131 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1150 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
1151 switch (format_ptr[i]) in read_rtx_code()
1204 else if (format_ptr[i] == 'E') in read_rtx_code()
1226 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : ""); in read_rtx_code()
[all …]

12345678910>>...24