Searched refs:SLASH (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y144 %token SLASH HYPHEN
287 : protocol SLASH mode SLASH addresses SLASH level
288 | protocol SLASH mode SLASH addresses SLASH
289 | protocol SLASH mode SLASH addresses
290 | protocol SLASH mod
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dprsa_tok.l81 \/ { return SLASH; }
H A Dprsa_par.y152 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
308 | SLASH NUMBER { $$ = $2; }
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dmerger.c48 VOID sprintf(t, ".%c%s", SLASH, s);
H A Drcstest57 SLASH=/
58 RCSfile=RCS${SLASH}a.c
59 RCS_alt=RCS${SLASH}a.d
60 lockfile=RCS${SLASH}a._
207 @Source: $PWD$SLASH$RCSfile @
H A Drcsfnms.c303 VOID sprintf(p, "%.*s%cT%cXXXXXX", (int)tplen, tp, SLASH, '0'+n);
310 (int)tplen, tp, SLASH, '0'+n
650 *p++ = SLASH;
876 *d++ = SLASH;
888 * To create a file in D, append a SLASH and a file name to D's useful part.
H A Drcsdiff.c408 *dp++ = SLASH;
H A Dconf.sh1969 : configuring '*SLASH*', ROOTPATH, TMPDIR, X_DEFAULT
1972 SLASH=/
1975 isSLASH='#define isSLASH(c) ((c) == SLASH)'
1977 X_DEFAULT=",v$SLASH";;
1979 SLASH='\'
1984 X_DEFAULT="$SLASH,v";;
1986 echo >&3 $0: cannot deduce SLASH
1990 #define TMPDIR "${SLASH}tmp" /* default directory for temporary files */
1991 #define SLASH $qSLASH /* principal filename separator */
2005 f[0] = SLASH; i
[all...]
/netbsd-current/usr.bin/at/
H A Dparsetime.c34 * \TEATIME / |NUMBER [SLASH NUMBER [SLASH NUMBER]]|
65 NUMBER, PLUS, DOT, SLASH, ID, JUNK, enumerator in enum:__anon19252
278 return sc_tokid = SLASH;
454 * |NUMBER [SLASH NUMBER [SLASH NUMBER]]|
523 if (sc_tokid == SLASH || sc_tokid == DOT) {
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h231 #define SLASH '/' /* principal filename separator */ macro
233 #define isSLASH(c) ((c) == SLASH) /* Is arg a filename separator? */
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dbfin-parse.h117 SLASH = 327, enumerator in enum:yytokentype
291 #define SLASH 327 macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.h126 SLASH = 327, /* SLASH */ enumerator in enum:yytokentype
305 #define SLASH 327 macro
H A Dbfin-lex.l271 "/" return SLASH;
H A Dbfin-parse.y510 %token MINUS PLUS STAR SLASH
641 %left STAR SLASH PERCENT
4452 | expr_1 SLASH expr_1
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_parse.y163 %token SLASH
736 : addr SLASH number
740 | addr SLASH addr
864 : FLAGS tcp_flags SLASH tcp_flags
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h45 SLASH = '/', enumerator in enum:dhcp_token
H A Dconfparse.c2500 if (token != SLASH)
3213 | ip-address6 SLASH number SEMI
3214 | ip-address6 [SLASH number] TEMPORARY SEMI */
3246 if (token == SLASH) {
3335 /* prefix6-declaration :== ip-address6 ip-address6 SLASH number SEMI */
3367 if (token != SLASH)
3411 /* fixed-prefix6 :== ip6-address SLASH number SEMI */
3441 if (token != SLASH)
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h41 SLASH = '/', enumerator in enum:dhcp_token
/netbsd-current/lib/libc/gen/
H A Dglob.c125 #define SLASH '/' macro
409 d < (char *)(void *)pend && *p && *p != SLASH;
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y116 %token EOT SLASH BLCL ELCL
817 | SLASH DECSTRING { $$ = $2; }
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c460 if (token != SLASH) {
510 if (token == SLASH) {
930 * date :== NUMBER NUMBER SLASH NUMBER SLASH NUMBER
932 * NUMBER NUMBER SLASH NUMBER SLASH NUMBER
1012 if (token != SLASH) {
1019 skip_token(&val, NULL, cfile); /* consume SLASH */
1034 if (token != SLASH) {
1041 skip_token(&val, NULL, cfile); /* consume SLASH */
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-lex.l270 "/" return SLASH;
H A Dbfin-parse.y507 %token MINUS PLUS STAR SLASH
638 %left STAR SLASH PERCENT
4449 | expr_1 SLASH expr_1
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-lex.l270 "/" return SLASH;
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c2908 if (token != SLASH) {
4128 | ip-address6 SLASH number SEMI
4129 | ip-address6 [SLASH number] TEMPORARY SEMI */
4180 if (token == SLASH) {
4301 /* prefix6-declaration :== ip-address6 ip-address6 SLASH number SEMI */
4373 if (token != SLASH) {
4455 /* fixed-prefix6 :== ip6-address SLASH number SEMI */
4491 if (token != SLASH) {

Completed in 201 milliseconds

12