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

1234

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/usr.bin/tr/
H A Dextern.h48 } STR; typedef in typeref:struct:__anon11494
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 *);
60 next(STR *s)
137 bracket(STR *s)
174 genclass(STR *s)
190 genequiv(STR *
[all...]
/freebsd-10.0-release/usr.sbin/ctld/
H A Dparse.y62 %token OPENING_BRACKET OPTION PATH PIDFILE PORTAL_GROUP SERIAL SIZE STR TARGET
72 %token <str> STR
115 pidfile_statement: PIDFILE STR
133 auth_group_name: STR
153 auth_group_chap: CHAP STR STR
165 auth_group_chap_mutual: CHAP_MUTUAL STR STR STR STR
[all...]
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c624 #define STR(n) (args[(n)].str) macro
627 flags = str2flags(open_flags, STR(1));
633 rval = open(STR(0), (int)flags, (mode_t)NUM(2));
639 rval = open(STR(0), (int)flags);
645 flags = str2flags(open_flags, STR(2));
651 rval = openat(NUM(0), STR(1), (int)flags,
658 rval = openat(NUM(0), STR(1), (int)flags);
664 rval = open(STR(0), O_CREAT | O_EXCL, (mode_t)NUM(1));
669 rval = unlink(STR(0));
672 rval = unlinkat(NUM(0), STR(
974 #undef STR macro
[all...]
/freebsd-10.0-release/usr.bin/iscsictl/
H A Dparse.y68 %token <str> STR
77 target_statement: STR OPENING_BRACKET target_entries CLOSING_BRACKET
123 target_name_statement: TARGET_NAME EQUALS STR
131 target_address_statement: TARGET_ADDRESS EQUALS STR
139 initiator_name_statement: INITIATOR_NAME EQUALS STR
147 initiator_address_statement: INITIATOR_ADDRESS EQUALS STR
155 initiator_alias_statement: INITIATOR_ALIAS EQUALS STR
163 user_statement: USER EQUALS STR
171 secret_statement: SECRET EQUALS STR
179 mutual_user_statement: MUTUAL_USER EQUALS STR
[all...]
/freebsd-10.0-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-10.0-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"))
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c615 #define STR(t) write_str(f, #t, ssid) macro
621 STR(ssid);
631 STR(bgscan);
632 STR(autoscan);
635 STR(identity);
636 STR(anonymous_identity);
637 STR(password);
638 STR(ca_cert);
639 STR(ca_path);
640 STR(client_cer
694 #undef STR macro
[all...]
/freebsd-10.0-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-10.0-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-10.0-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 239 milliseconds

1234