Searched refs:STR (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcc/
H A Dgcc.h45 #define DEFAULT_WORD_SWITCH_TAKES_ARG(STR) \
46 (!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext") \
47 || !strcmp (STR, "Tbss") || !strcmp (STR, "include") \
48 || !strcmp (STR, "imacros") || !strcmp (STR, "aux-info") \
49 || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
50 || !strcmp (STR, "iwithprefi
[all...]
H A Dscan.h27 #define INIT_SSTRING(STR) ((STR)->base = 0, (STR)->ptr = 0, (STR)->limit = 0)
28 #define FREE_SSTRING(STR) do { if ((STR)->base) free (STR)->base; } while(0)
29 #define SSTRING_PUT(STR, C) do {\
30 if ((STR)->limit <= (STR)
[all...]
/freebsd-9.3-release/contrib/binutils/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/freebsd-9.3-release/contrib/gdb/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/freebsd-9.3-release/contrib/gcc/config/
H A Dfreebsd-spec.h47 #define FBSD_WORD_SWITCH_TAKES_ARG(STR) \
48 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
49 || !strcmp ((STR), "rpath") || !strcmp ((STR), "rpath-link") \
50 || !strcmp ((STR), "soname") || !strcmp ((STR), "defsym") \
51 || !strcmp ((STR), "assert") || !strcmp ((STR), "dynamic-linker"))
H A Dinterix.h62 #define WORD_SWITCH_TAKES_ARG(STR) \
63 ((DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
64 || !strcmp(STR, "rpath")) \
65 && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \
66 && strcmp (STR, "Tbss"))
H A Dsvr4.h54 #define WORD_SWITCH_TAKES_ARG(STR) \
55 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
56 && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \
57 && strcmp (STR, "Tbss"))
H A Ddarwin.h158 #define WORD_SWITCH_TAKES_ARG(STR) \
159 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) ? 1 : \
160 !strcmp (STR, "Zallowable_client") ? 1 : \
161 !strcmp (STR, "arch") ? 1 : \
162 !strcmp (STR, "arch_only") ? 1 : \
163 !strcmp (STR, "Zbundle_loader") ? 1 : \
164 !strcmp (STR, "client_name") ? 1 : \
165 !strcmp (STR, "compatibility_version") ? 1 : \
166 !strcmp (STR, "current_version") ? 1 : \
167 !strcmp (STR, "Zdylib_fil
[all...]
H A Dptx4.h62 #define WORD_SWITCH_TAKES_ARG(STR) \
63 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
64 && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \
65 && strcmp (STR, "Tbss"))
H A Dfreebsd.h43 #define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR))
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/freebsd-9.3-release/usr.bin/tr/
H A Dextern.h48 } STR; typedef in typeref:struct:__anon10826
50 wint_t next(STR *);
H A Dstr.c52 static int backslash(STR *, int *);
53 static int bracket(STR *);
54 static void genclass(STR *);
55 static void genequiv(STR *);
56 static int genrange(STR *, int);
57 static void genseq(STR *);
61 STR *s;
139 STR *s;
177 STR *s;
194 STR *
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c593 #define STR(n) (args[(n)].str) macro
596 flags = str2flags(open_flags, STR(1));
602 rval = open(STR(0), (int)flags, (mode_t)NUM(2));
608 rval = open(STR(0), (int)flags);
614 flags = str2flags(open_flags, STR(2));
620 rval = openat(NUM(0), STR(1), (int)flags, (mode_t)NUM(3));
626 rval = openat(NUM(0), STR(1), (int)flags);
632 rval = open(STR(0), O_CREAT | O_EXCL, (mode_t)NUM(1));
637 rval = unlink(STR(0));
640 rval = unlinkat(NUM(0), STR(
902 #undef STR macro
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c48 #define STR(S) [S] = #S macro
50 STR(CU_STAT0),
51 STR(CU_STAT1),
52 STR(CU_STAT2),
53 STR(CU_STAT3),
56 STR(UNI_CALLSTATE_REST0),
57 STR(UNI_CALLSTATE_REST1),
58 STR(UNI_CALLSTATE_REST2),
62 STR(UNIAPI_ERROR),
63 STR(UNIAPI_CALL_CREATE
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dptx4-i.h57 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
61 (const unsigned char *) (STR); \
H A Dsco5.h83 #define WORD_SWITCH_TAKES_ARG(STR) \
84 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
85 && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \
86 && strcmp (STR, "Tbss"))
H A Di386elf.h65 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
69 (const unsigned char *) (STR); \
/freebsd-9.3-release/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h61 #ifndef STR
63 # define STR(s) __STR(s) macro
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
437 { STR(opensc_engine_path) },
438 { STR(pkcs11_engine_path) },
439 { STR(pkcs11_module_path) },
440 { STR(driver_param) },
455 { STR(device_type) },
457 { STR(config_methods) },
470 #undef STR macro
733 #define STR macro
804 #undef STR macro
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Diris.h89 #define WORD_SWITCH_TAKES_ARG(STR) \
90 (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
91 || strcmp (STR, "rpath") == 0)
/freebsd-9.3-release/usr.sbin/jail/
H A Djailparse.y51 %token <cs> STR STR1 VAR VAR1
82 jail : STR '{' param_l '}'
140 name : STR
173 string : STR
/freebsd-9.3-release/contrib/one-true-awk/
H A Dtran.c72 literal0 = setsymtab("0", "0", 0.0, NUM|STR|CON|DONTFREE, symtab);
74 nullloc = setsymtab("$zero&null", "", 0.0, NUM|STR|CON|DONTFREE, symtab);
77 fsloc = setsymtab("FS", " ", 0.0, STR|DONTFREE, symtab);
79 RS = &setsymtab("RS", "\n", 0.0, STR|DONTFREE, symtab)->sval;
80 OFS = &setsymtab("OFS", " ", 0.0, STR|DONTFREE, symtab)->sval;
81 ORS = &setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab)->sval;
82 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval;
83 CONVFMT = &setsymtab("CONVFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval;
84 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval;
91 SUBSEP = &setsymtab("SUBSEP", "\034", 0.0, STR|DONTFRE
[all...]

Completed in 278 milliseconds

1234