Searched refs:SPACE (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/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 Ddefs.h148 } SPACE; typedef in typeref:struct:__anon919
H A Dprocess.c59 static SPACE HS, PS, SS, YS;
73 static void regsub(SPACE *, char *, char *);
96 SPACE tspace;
383 SPACE tspace;
495 SPACE tmp;
695 regsub(SPACE *sp, char *string, char *src)
742 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
746 /* Make sure SPACE has enough memory and ramp up quickly. */
H A Dmain.c315 mf_fgets(SPACE *sp, enum e_spflag spflag)
/freebsd-current/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-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l72 SPACE [ \t]+
82 <ARGLIST>{SPACE} ;
H A Daicasm_scan.l79 SPACE [ \t]+
161 {SPACE} ;
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
/freebsd-current/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)) {
62 if (SPACE(buf, n, 2)) {
69 if (SPACE(buf, n, 1)) {
81 if (SPACE(buf, n, 1)) {
/freebsd-current/crypto/openssh/regress/
H A Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd-current/bin/sh/
H A Dmemalloc.c127 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro
149 stacknxt = SPACE(sp);
204 if (stackp != NULL && stacknxt == SPACE(stackp))
263 if (stackp != NULL && stacknxt == SPACE(stackp)) {
270 stacknxt = SPACE(sp);
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-undef.mk58 SPACE= ${:U } macro
59 ${SPACE}= space
60 .if !defined(${SPACE})
63 .undef ${SPACE}
64 .if !defined(${SPACE})
H A Dcond-func-empty.mk12 SPACE= ${:U } macro
72 # The variable SPACE has a single space, which counts as being empty.
73 .if !empty(SPACE)
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.lex200 SPACE [ \t]
213 <INITIAL,val>{SPACE}* {
215 <INITIAL,val>{SPACE}*{COMMENT}.* {
641 <include>{SPACE}* { LEXOUT(("ISP ")); /* ignore */ }
684 <include_toplevel>{SPACE}* { LEXOUT(("ITSP ")); /* ignore */ }
H A Dconfigparser.h57 SPACE = 258, /* SPACE */ enumerator in enum:yytokentype
419 #define SPACE 258 macro
/freebsd-current/usr.bin/seq/
H A Dseq.c46 #define SPACE ' ' macro
126 pad = SPACE;
/freebsd-current/crypto/openssl/crypto/
H A Dpariscid.pl33 .SPACE \$TEXT\$
270 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
/freebsd-current/sys/fs/udf/
H A Dosta.c291 #define SPACE 0x0020 macro
357 else if (current != PERIOD && current != SPACE) {
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl150 .SPACE \$TEXT\$
329 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl159 .SPACE \$TEXT\$
275 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
H A Dsha512-parisc.pl172 .SPACE \$TEXT\$
802 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
/freebsd-current/usr.bin/col/
H A Dcol.c51 #define SPACE ' ' /* space */ macro
216 case SPACE:
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1472 uint32_t SPACE[128];
1478 U = &SPACE[0];
1479 V = &SPACE[m+n+1];
1480 Q = &SPACE[(m+n+1) + n];
1482 R = &SPACE[(m+n+1) + n + (m+n)];
1571 if (U != &SPACE[0]) {
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl94 .SPACE \$TEXT\$
749 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl149 .SPACE \$TEXT\$
1011 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl77 .SPACE \$TEXT\$
1034 s/\.SPACE\s+\$TEXT\$/.text/ if ($gnuas && $SIZE_T==8);

Completed in 377 milliseconds

12