Home
last modified time | relevance | path

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

12345678910

/src/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 $)
/src/crypto/heimdal/lib/wind/
H A Drfc4518.txt83 view space as referring to only SPACE (U+0020), a second
245 (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).
253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
317 For the purposes of this section, a space is defined to be the SPACE
321 any code points in the separator class, other than SPACE
329 character, ends with exactly one SPACE character, and any inner
331 SPACE characters. For instance, the input strings
332 "foo<SPACE>bar<SPACE><SPACE>", result in the output
333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".
[all …]
/src/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)
/src/crypto/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro
53 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb()
64 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb()
71 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
83 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
/src/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()
/src/contrib/unbound/doc/
H A Dunbound-checkconf.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
H A Dunbound.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
H A Dunbound-host.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
/src/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} ;
/src/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()
493 SPACE tmp; in do_tr()
693 regsub(SPACE *sp, char *string, char *src) in regsub()
740 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
/src/contrib/nvi/regex/
H A Dcclass.h47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
75 { SPACE, "\t\n\v\f\r ", "" },
/src/crypto/openssh/regress/
H A Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/src/sys/fs/udf/
H A Dosta.c291 #define SPACE 0x0020 macro
357 else if (current != PERIOD && current != SPACE) { in UDFTransName()
/src/share/monetdef_unicode/
H A Dit_IT.UTF-8.src6 # int_curr_symbol (last character always SPACE)
H A Dtr_TR.UTF-8.src6 # int_curr_symbol (last character always SPACE)
H A Dar_AE.UTF-8.src6 # int_curr_symbol (last character always SPACE)
H A Dkk_KZ.UTF-8.src6 # int_curr_symbol (last character always SPACE)
H A Dar_MA.UTF-8.src6 # int_curr_symbol (last character always SPACE)
H A Den_SG.UTF-8.src6 # int_curr_symbol (last character always SPACE)
/src/share/monetdef/
H A Dnl_NL.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Dnl_BE.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Des_MX.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)

12345678910