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

  /src/sys/arch/x86/conf/
files.x86 28 define cpubus { [apid = -1] } label
29 define cpufeaturebus {} label
30 define ioapicbus { [apid = -1] } label
33 define bios32: smbios label
126 define lapic label
  /src/usr.bin/rdist/
lookup.c 44 #define VAR 1
45 #define CONST 2
57 * Define a variable from a command line argument.
60 define(char *name) function in typeref:typename:void
69 printf("define(%s)\n", name);
  /src/tests/usr.bin/printf/
printf.sh 35 define() function
243 define basic 'basic functionality'
295 define format_escapes "backslash escapes in format string"
352 define s_strings "%s string output"
370 define c_chars '%c (character) format conversions'
460 define d_decimal '%d (decimal integer) conversions'
488 define i_decimal '%i (decimal integer) conversions'
569 define u_unsigned '%u (unsigned decimal integer) conversions'
635 define o_octal '%o (octal integer) conversions'
686 define x_hex '%x (hexadecimal output) conversions
    [all...]
  /src/bin/ksh/
exec.c 21 # define PS4_SUBSTITUTE(s) substitute((s), 0)
23 # define PS4_SUBSTITUTE(s) (s)
48 # define MAXFD 64
398 rv = define(t->str, t);
813 * define function. Returns 1 if function is being undefined (t == 0) and
817 define(name, t) function
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 94 int define; member in struct:const_info
200 #define SYMLIST_INSERT_HEAD 0x00
201 #define SYMLIST_SORT 0x01

Completed in 14 milliseconds