HomeSort by: relevance | last modified time | path
    Searched defs:plain (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/indent/
opt_bc.c 18 char plain, *pointer; variable in typeref:typename:char
29 char plain, variable in typeref:typename:char
37 char plain, *pointer; variable in typeref:typename:char
  /src/usr.bin/make/
test-variants.mk 120 TESTS+= c90-plain
121 ENV.c90-plain= USE_FILEMON=no # filemon uses designated initializers
122 CFLAGS.c90-plain= -std=c90 -ansi -pedantic -Wno-system-headers
123 SKIP.c90-plain= yes
cond.c 136 * The plain '.if ${VAR}' evaluates to true if the value of the
142 bool plain; member in struct:CondParser
155 * been an expression or a plain word.
502 if (par->plain)
722 * see cond-token-plain.mk, keyword 'twice'.
793 case '#': /* XXX: see unit-tests/cond-token-plain.mk */
907 CondEvalExpression(const char *cond, bool plain,
917 par.plain = plain;
969 else if (!*out_negate) /* plain .if *
1038 bool plain; local in function:Cond_EvalLine
    [all...]
  /src/lib/libc/citrus/
citrus_lookup.c 68 } plain; member in union:_citrus_lookup::__anon66d52c09010a
75 #define cl_plainr u.plain.r
76 #define cl_plainms u.plain.ms
  /src/tests/lib/libdes/
t_des.c 291 static unsigned char plain[24] = variable in typeref:typename:unsigned char[24]
391 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
393 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0)
396 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
398 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0)
413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
414 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks
    [all...]
  /src/tests/usr.bin/xlint/lint1/
decl.c 251 int padding, plain, arr[2]; member in struct:offsetof_on_array_member::__anond7dd6a1d0408
256 unsigned int off_plain:(unsigned long)&((s1 *)0)->plain;
264 typedef int off_plain[-(int)(unsigned long)&((s1 *)0)->plain];
  /src/tests/fs/vfs/
t_vnops.c 180 char plain[MAXPATHLEN], with_slash[MAXPATHLEN]; local in function:do_dir_slash
186 snprintf(plain, sizeof(plain), "%s/dir%s", mountpath, addend);
190 if (rump_sys_stat(plain, &sb) == -1)
192 if (rump_sys_rmdir(plain) == -1)
  /src/usr.bin/kdump/
kdump.c 87 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable in typeref:typename:int
238 plain++;
857 if (plain) {
1051 if (numeric || ((code >= emul->nsysnames || code < 0 || plain > 1)))
1087 if (!plain) {
1136 if (!plain)
1256 if (!plain && ioctl(fileno(stderr), TIOCGWINSZ, &ws) != -1 &&

Completed in 18 milliseconds