Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/usr.sbin/ctld/
H A Dparse.y74 %token <str> STR
257 auth_group_chap: CHAP STR STR
269 auth_group_chap_mutual: CHAP_MUTUAL STR STR STR STR
433 portal_group_option: OPTION STR STR
471 : DSCP STR
539 lun_name: STR
656 target_chap: CHAP STR STR
686 target_chap_mutual: CHAP_MUTUAL STR STR STR STR
777 target_portal_group: PORTAL_GROUP STR STR
923 target_lun_ref: LUN STR STR
[all …]
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c792 rval = unlink(STR(0)); in call_syscall()
809 rval = rmdir(STR(0)); in call_syscall()
812 rval = link(STR(0), STR(1)); in call_syscall()
816 rval = linkat(NUM(0), STR(1), NUM(2), STR(3), in call_syscall()
821 rval = symlink(STR(0), STR(1)); in call_syscall()
825 rval = symlinkat(STR(0), NUM(1), STR(2)); in call_syscall()
829 rval = rename(STR(0), STR(1)); in call_syscall()
833 rval = renameat(NUM(0), STR(1), NUM(2), STR(3)); in call_syscall()
987 rval = chflags(STR(0), in call_syscall()
1148 rval = write(NUM(0), STR(1), strlen(STR(1))); in call_syscall()
[all …]
/freebsd/usr.bin/iscsictl/
H A Dparse.y71 %token <str> STR
140 target_name: TARGET_NAME EQUALS STR
180 user: USER EQUALS STR
188 secret: SECRET EQUALS STR
196 mutual_user: MUTUAL_USER EQUALS STR
268 enable: ENABLE EQUALS STR
279 offload: OFFLOAD EQUALS STR
287 protocol: PROTOCOL EQUALS STR
301 ignored: IGNORED EQUALS STR
307 dscp: DSCP EQUALS STR
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_winreg.c886 STR(ssid); in wpa_config_write_network()
903 STR(ca_cert); in wpa_config_write_network()
904 STR(ca_path); in wpa_config_write_network()
921 STR(phase1); in wpa_config_write_network()
922 STR(phase2); in wpa_config_write_network()
923 STR(pcsc); in wpa_config_write_network()
924 STR(pin); in wpa_config_write_network()
926 STR(key_id); in wpa_config_write_network()
930 STR(pin2); in wpa_config_write_network()
959 STR(id_str); in wpa_config_write_network()
[all …]
H A Dconfig_file.c668 STR(ssid); in wpa_config_write_network()
686 STR(bgscan); in wpa_config_write_network()
730 STR(phase1); in wpa_config_write_network()
731 STR(phase2); in wpa_config_write_network()
733 STR(pcsc); in wpa_config_write_network()
734 STR(pin); in wpa_config_write_network()
736 STR(key_id); in wpa_config_write_network()
740 STR(pin2); in wpa_config_write_network()
795 STR(id_str); in wpa_config_write_network()
858 STR(ht_mcs); in wpa_config_write_network()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h74 #define VERIFYF(cond, STR, ...) \ argument
78 "%s " STR, #cond, \
150 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) \ argument
156 "%s %s %s (0x%llx %s 0x%llx) " STR, \
168 "%s %s %s (0x%llx %s 0x%llx) " STR, \
180 "%s %s %s (0x%llx %s 0x%llx) " STR, \
192 "%s %s %s (0x%llx %s 0x%llx) " STR, \
199 #define VERIFY0F(LEFT, STR, ...) \ argument
204 "%s == 0 (0x%llx == 0) " STR, #LEFT, \
208 #define VERIFY0PF(LEFT, STR, ...) \ argument
[all …]
/freebsd/usr.bin/tr/
H A Dstr.c49 static int bracket(STR *);
50 static void genclass(STR *);
51 static void genequiv(STR *);
53 static void genseq(STR *);
56 next(STR *s) in next()
133 bracket(STR *s) in bracket()
170 genclass(STR *s) in genclass()
186 genequiv(STR *s) in genequiv()
236 genrange(STR *s, int was_octal) in genrange()
290 genseq(STR *s) in genseq()
[all …]
H A Dextern.h47 } STR; typedef
49 wint_t next(STR *);
/freebsd/contrib/one-true-awk/
H A Dtran.c124 setsymtab(temp, *av, result, STR|NUM, ARGVtab); in arginit()
126 setsymtab(temp, *av, 0.0, STR, ARGVtab); in arginit()
149 setsymtab(*envp, p, result, STR|NUM, ENVtab); in envinit()
151 setsymtab(*envp, p, 0.0, STR, ENVtab); in envinit()
300 if ((vp->tval & (NUM | STR)) == 0) in setfval()
349 if ((vp->tval & (NUM | STR)) == 0) in setsval()
373 vp->tval |= STR; in setsval()
390 if ((vp->tval & (NUM | STR)) == 0) in getfval()
428 if ((vp->tval & (NUM | STR)) == 0) in get_str_val()
471 vp->tval |= STR; \ in get_str_val()
[all …]
H A Dawk.h131 #define STR 02 /* string value is valid */ macro
228 #define isstr(n) ((n)->tval & STR)
236 #define freeable(p) ( ((p)->tval & (STR|DONTFREE)) == STR )
H A Dlib.c62 static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL, NULL };
189 fldtab[0]->tval = REC | STR | DONTFREE; in getrec()
345 x = setsymtab(temp, "", 0.0, STR, ARGVtab); in getargv()
365 q = setsymtab(s, p, 0.0, STR, symtab); in setclvar()
416 fldtab[i]->tval = FLD | STR | DONTFREE; in fldbld()
432 fldtab[i]->tval = FLD | STR | DONTFREE; in fldbld()
470 fldtab[i]->tval = FLD | STR; in fldbld()
488 fldtab[i]->tval = FLD | STR | DONTFREE; in fldbld()
531 p->tval = FLD | STR | DONTFREE; in cleanfld()
613 fldtab[i]->tval = FLD | STR | DONTFREE; in refldbld()
[all …]
H A Drun.c302 oargs[i]->tval &= ~(STR|NUM|DONTFREE); in call()
373 if ((y->tval & (STR|NUM)) == (STR|NUM)) { in jump()
378 else if (y->tval & STR) in jump()
522 x->tval &= ~(STR|NUM|DONTFREE); in array()
546 x->tval &= ~STR; in awkdelete()
568 ap->tval &= ~(STR|NUM|DONTFREE); in intest()
1407 x->tval = STR; in awksprintf()
1545 else if ((y->tval & (STR|NUM)) == (STR|NUM)) { in assign()
1624 z->tval = STR; in cat()
1700 ap->tval &= ~STR; in split()
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h187 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument
193 "failed (%d " #OP " %d) " STR "\n", \
199 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument
205 "failed (%lld " #OP " %lld) " STR "\n", \
211 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument
217 "failed (%llu " #OP " %llu) " STR "\n", \
229 "failed (%px " #OP " %px) " STR "\n", \
235 #define VERIFY0PF(RIGHT, STR, ...) do { \ argument
241 "failed (0 == %px) " STR "\n", \
246 #define VERIFY0F(RIGHT, STR, ...) do { \ argument
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h187 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument
193 "failed (%d " #OP " %d) " STR "\n", \
199 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument
205 "failed (%lld " #OP " %lld) " STR "\n", \
211 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument
217 "failed (%llu " #OP " %llu) " STR "\n", \
229 "failed (%px " #OP " %px) " STR "\n", \
235 #define VERIFY0PF(RIGHT, STR, ...) do { \ argument
241 "failed (0 == %px) " STR "\n", \
246 #define VERIFY0F(RIGHT, STR, ...) do { \ argument
[all …]
/freebsd/stand/common/
H A Dinterp_parse.c91 enum { STR, VAR, WHITE } state; in parse() enumerator
100 state = STR; in parse()
107 case STR: in parse()
151 state = STR; in parse()
172 state = STR; in parse()
179 if (i && state == STR) { in parse()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y105 %token <str> STR
126 name_statement: NAME STR
147 pidfile_statement: PIDFILE STR
402 directory_statement: DIRECTORY STR
451 source_statement: SOURCE STR
501 password_statement: PASSWORD STR
520 certfile_statement: CERTFILE STR
536 keyfile_statement: KEYFILE STR
552 listen_statement: LISTEN STR
593 host_start: STR
[all …]
/freebsd/sbin/hastd/
H A Dparse.y90 %token NUM STR OB CB
105 %token <str> STR
138 control_statement: CONTROL STR
198 listen_statement: LISTEN STR
325 exec_statement: EXEC STR
387 node_start: STR
500 resource_start: STR
581 name_statement: NAME STR
612 local_statement: LOCAL STR
649 resource_node_start: STR
[all …]
/freebsd/usr.bin/vgrind/
H A Dregexp.c125 #define STR 2 macro
178 if (cs == NULL || (*cs & STR) == 0) { in expconv()
180 *cs = STR; in expconv()
284 if (cs == NULL || (*cs & STR) == 0) { in expconv()
286 *cs = STR; in expconv()
350 switch (*cs & (OPER | STR | META)) { in expmatch()
353 case STR: in expmatch()
/freebsd/usr.bin/fortune/strfile/
H A Dstrfile.c87 } STR; typedef
107 static STR *Firstch; /* first chars of each string */
135 STR *fp; in main()
343 STR *fp; in do_order()
378 const STR *p1, *p2; in cmp_str()
384 p1 = (const STR *)s1; in cmp_str()
385 p2 = (const STR *)s2; in cmp_str()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def16 #define X86_VENDOR(ENUM, STR)
24 #define X86_CPU_TYPE(ENUM, STR)
28 #define X86_CPU_TYPE_ALIAS(ENUM, STR)
64 #define X86_CPU_SUBTYPE(ENUM, STR)
68 #define X86_CPU_SUBTYPE_ALIAS(ENUM, STR)
127 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) X86_FEATURE(ENUM, STR)
131 #define X86_FEATURE(ENUM, STR)
135 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY)
/freebsd/contrib/libedit/
H A Dhistory.c64 #define STR(x) x macro
82 #define STR(x) L ## x macro
209 STR("OK"),
210 STR("unknown error"),
211 STR("malloc() failed"),
214 STR("empty list"),
215 STR("no next event"),
216 STR("no previous event"),
218 STR("event not found"),
220 STR("can't write history"),
[all …]
/freebsd/usr.sbin/jail/
H A Djailparse.y53 %token <cs> STR STR1 VAR VAR1
96 jail_name : STR
154 name : STR
187 string : STR
H A Djaillex.l81 return instr ? STR1 : (instr = 1, STR);
87 return instr ? STR1 : (instr = 1, STR);
108 return instr ? STR1 : (instr = 1, STR);
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c30 #define STR(S) STR_(S) macro
34 " " STR(NAME) " : %" STR(LEN) "[^:] : " \
35 "%" STR(LEN) "s %" STR(LEN) "s ", \
53 " %" STR(LEN) "s %" STR(LEN) "s ", \
691 " stfle : %" STR(LEN) "[^:] : " in parse_env()
692 "%" STR(LEN) "[^:] : %" STR(LEN) "s ", in parse_env()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h61 #ifndef STR
63 # define STR(s) __STR(s) macro

1234