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

  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 71 FORMAT := --target efi-app-$(ARCH)
72 $(TARGET_BSDRIVERS): FORMAT=--target efi-bsdrv-$(ARCH)
73 $(TARGET_RTDRIVERS): FORMAT=--target efi-rtdrv-$(ARCH)
81 FORMAT := -O binary
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 44 FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s'
45 logging.basicConfig(level=logging.INFO, format=FORMAT,
  /src/sys/arch/i386/stand/misc/
rawrite.c 38 #define FORMAT 5
  /src/crypto/dist/ipsec-tools/src/racoon/
backupsa.c 80 #define FORMAT "%b %d %T %Y" /* time format */
107 l = strftime(p, len, FORMAT, tm);
231 "illegal format line#%d in %s: %s\n",
287 "illegal format(keymat) line#%d in %s: %s\n",
  /src/tests/lib/libm/
t_ldexp.c 45 #define FORMAT "%23.23lg"
179 (void)snprintf(outbuf, sizeof(outbuf), FORMAT, v);
  /src/usr.bin/audio/ctl/
ctl.c 74 int format; member in struct:field
84 #define FORMAT 10
102 { "play", &info.play, FORMAT, ALIAS },
121 { "record", &info.record, FORMAT, ALIAS },
173 switch(p->format) {
222 case FORMAT:
232 errx(1, "Invalid print format.");
243 switch(p->format) {
266 case FORMAT:
280 errx(1, "Bad format");
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
netpgpkeys.c 100 FORMAT,
133 {"format", required_argument, NULL, FORMAT},
184 netpgp_getvar(netpgp, "format"), psigs) == 0) {
227 key = netpgp_get_key(netpgp, f, netpgp_getvar(netpgp, "format"));
339 case FORMAT:
340 netpgp_setvar(netpgp, "format", arg);
413 netpgp_setvar(&netpgp, "format", "human");
  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 45 Uint32 (*MapRGB) (const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b);
51 Uint32 (*MapRGB) (const SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
85 const SDL_PixelFormat *format; member in struct:gui_state
150 gui->format = bfin_gui_color_format (gui->color, &gui->bytes_per_pixel);
197 SDL_ConvertBlitLineFrom (const Uint8 *src, const SDL_PixelFormat * const format,
219 if (format->Rshift)
225 sdl.GetRGB (pix, format, &r, &g, &b);
226 /* Translate into the screen pixel format. */
227 *pixels++ = sdl.MapRGB (dst->format, r, g, b);
267 ret = SDL_ConvertBlitLineFrom (source, gui->format,
330 const SDL_PixelFormat *format; member in struct:__anon19138
332 Uint32 format; member in struct:__anon19138
381 const SDL_PixelFormat *format = bfin_gui_color_format (color, local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 45 Uint32 (*MapRGB) (const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b);
51 Uint32 (*MapRGB) (const SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
85 const SDL_PixelFormat *format; member in struct:gui_state
150 gui->format = bfin_gui_color_format (gui->color, &gui->bytes_per_pixel);
197 SDL_ConvertBlitLineFrom (const Uint8 *src, const SDL_PixelFormat * const format,
219 if (format->Rshift)
225 sdl.GetRGB (pix, format, &r, &g, &b);
226 /* Translate into the screen pixel format. */
227 *pixels++ = sdl.MapRGB (dst->format, r, g, b);
267 ret = SDL_ConvertBlitLineFrom (source, gui->format,
330 const SDL_PixelFormat *format; member in struct:__anon21877
332 Uint32 format; member in struct:__anon21877
381 const SDL_PixelFormat *format = bfin_gui_color_format (color, local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 215 # define FORMAT(f, a)
229 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
kasp.py 121 FORMAT = "%Y%m%d%H%M%S"
126 self.value = datetime.strptime(timestamp, self.FORMAT).replace(
131 return self.value.strftime(self.FORMAT)
134 return self.value.strftime(self.FORMAT)
615 pval = self.get_metadata("Private-key-format", file=self.privatefile)
618 f"{self.name} Private-key-format METADATA MISMATCH: {pval} - v1.3"
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 219 # define FORMAT(f, a)
233 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 224 # define FORMAT(f, a)
238 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 79 COPYING, FORMAT, SMALLFORMAT, DISPLAY, SMALLDISPLAY, VERBATIM,
156 void xml_insert_element_with_attribute (int elt, int arg, char *format, ...);
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 112 #define FORMAT 365
ldgram.c 248 #define FORMAT 365
2108 "NEWLINE","ENDWORD","ORDER","NAMEWORD","ASSERT_K","LOG2CEIL","FORMAT","PUBLIC",
2165 "mri_script_command : FORMAT NAME",
2673 einfo (_("%P:%s: file format not recognized; treating as linker script\n"),
ldlex.c 2604 { RTOKEN(FORMAT); }
2689 { RTOKEN(FORMAT); }
4119 /* If we have found an input file whose format we do not recognize,
4122 of some different format. Treat it as such. */
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 165 FORMAT = 366, /* FORMAT */
310 #define FORMAT 366
ldlex.c 2604 { RTOKEN(FORMAT); }
2689 { RTOKEN(FORMAT); }
4119 /* If we have found an input file whose format we do not recognize,
4122 of some different format. Treat it as such. */
ldgram.c 266 FORMAT = 366, /* FORMAT */
411 #define FORMAT 366
623 YYSYMBOL_FORMAT = 127, /* FORMAT */
1274 "ENDWORD", "ORDER", "NAMEWORD", "ASSERT_K", "LOG2CEIL", "FORMAT",
2672 case 24: /* mri_script_command: FORMAT NAME */
5085 einfo (_("%P:%s: file format not recognized; treating as linker script\n"),

Completed in 52 milliseconds