Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 232) sorted by relevance

12345678910

/freebsd/usr.bin/ident/tests/
H A Dtest.in8 $Foo: bar $ (WRONG -- NO SPACE AFTER :)
9 $Foo:bar $ (WRONG -- NO SPACE AFTER :)
10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $))
12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
13 $Bar:: baz $ (OK -- SPACE BEFORE $)
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt332 "foo<SPACE>bar<SPACE><SPACE>", result in the output
333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".
362 For instance, for the input string "foo<SPACE>bar<SPACE><SPACE>" as
364 "<SPACE>foo<SPACE><SPACE>bar<SPACE>". As an any or final substring,
365 the same input would result in "foo<SPACE>bar<SPACE>".
377 "<SPACE><SPACE>123<SPACE><SPACE>456<SPACE><SPACE>"
381 "<SPACE><SPACE><SPACE>"
406 "<SPACE><HYPHEN>123<SPACE><SPACE>456<SPACE><HYPHEN>"
662 attribute value "foo<SPACE><SPACE>bar" as the value can be
701 "foo<SPACE><SPACE><SPACE>bar" and "foo<SPACE>bar" as these values
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-undef.mk58 SPACE= ${:U }
59 ${SPACE}= space
60 .if !defined(${SPACE})
63 .undef ${SPACE}
64 .if !defined(${SPACE})
H A Dcond-func-empty.mk12 SPACE= ${:U }
73 .if !empty(SPACE)
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro
51 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb()
62 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb()
69 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
81 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
/freebsd/bin/sh/
H A Dmemalloc.c127 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro
149 stacknxt = SPACE(sp); in stnewblock()
204 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()
263 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()
270 stacknxt = SPACE(sp); in growstackblock()
/freebsd/usr.bin/sed/
H A Dextern.h51 void cspace(SPACE *, const char *, size_t, enum e_spflag);
53 int mf_fgets(SPACE *, enum e_spflag);
H A Dprocess.c59 static SPACE HS, PS, SS, YS;
73 static void regsub(SPACE *, char *, char *);
96 SPACE tspace; in process()
383 SPACE tspace; in substitute()
495 SPACE tmp; in do_tr()
695 regsub(SPACE *sp, char *string, char *src) in regsub()
742 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
/freebsd/contrib/nvi/regex/
H A Dcclass.h47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
75 { SPACE, "\t\n\v\f\r ", "" },
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l79 SPACE [ \t]+
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
H A Daicasm_macro_scan.l72 SPACE [ \t]+
82 <ARGLIST>{SPACE} ;
/freebsd/crypto/openssh/regress/
H A Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd/share/monetdef/
H A Dbg_BG.CP1251.src6 # int_curr_symbol (last character always SPACE)
H A Den_AU.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Den_CA.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Den_GB.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Den_IE.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Den_NZ.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Den_SG.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Den_US.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Des_AR.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Des_MX.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Dfr_CA.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Dhi_IN.ISCII-DEV.src6 # int_curr_symbol (last character always SPACE)
H A Dhy_AM.ARMSCII-8.src6 # int_curr_symbol (last character always SPACE)

12345678910