HomeSort by relevance Sort by last modified time
    Searched defs:tflag (Results 1 - 20 of 20) sorted by null

  /bionic/tests/
ftw_test.cpp 52 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) {
57 if (tflag == FTW_NS || tflag == FTW_SLN) {
67 EXPECT_TRUE(tflag == FTW_D || tflag == FTW_DP) << fpath << ' ' << tflag; local
69 EXPECT_EQ(FTW_DNR, tflag) << fpath;
72 EXPECT_EQ(FTW_SL, tflag) << fpath;
74 EXPECT_EQ(FTW_F, tflag) << fpath;
78 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf)
    [all...]
  /external/libcap/progs/
getcap.c 35 int tflag, struct FTW* ftwbuf)
40 if (tflag != FTW_F) {
101 int tflag = S_ISREG(stbuf.st_mode) ? FTW_F : local
103 do_getcap(argv[i], &stbuf, tflag, 0);
  /external/e2fsprogs/contrib/
fallocate.c 102 int tflag = 0; local
132 tflag++;
154 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) {
159 if (tflag && offset) {
178 if (tflag)
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.c 80 int bflag = 0, dflag = 0, tflag = 0; local
105 if (tflag)
108 tflag++;
pth_str03.c 99 int bflag = 0, dflag = 0, tflag = 0; local
124 if (tflag)
127 tflag++;
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 52 static int tflag; variable
55 {"s:", &tflag, &t_opt},
204 seconds = tflag ? SAFE_STRTOL(NULL, t_opt, 1, LONG_MAX) : 15;
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 246 int cflag, hflag, jflag, tflag, zflag; local
274 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
437 tflag = 1;
460 else if (tflag)
478 else if (tflag)
  /prebuilts/go/darwin-x86/src/runtime/
type.go 11 // tflag is documented in reflect/type.go.
13 // tflag values must be kept in sync with copies in:
17 type tflag uint8 type
20 tflagUncommon tflag = 1 << 0
21 tflagExtraStar tflag = 1 << 1
22 tflagNamed tflag = 1 << 2
32 tflag tflag
47 if t.tflag&tflagExtraStar != 0 {
54 if t.tflag&tflagUncommon == 0
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
type.go 11 // tflag is documented in reflect/type.go.
13 // tflag values must be kept in sync with copies in:
17 type tflag uint8 type
20 tflagUncommon tflag = 1 << 0
21 tflagExtraStar tflag = 1 << 1
22 tflagNamed tflag = 1 << 2
32 tflag tflag
47 if t.tflag&tflagExtraStar != 0 {
54 if t.tflag&tflagUncommon == 0
    [all...]
  /external/netcat/
netcat.c 82 int tflag; /* Telnet Emulation */ variable
94 int Tflag = -1; /* IP Type of Service */
207 tflag = 1;
273 if (map_tos(optarg, &Tflag))
277 Tflag = (int)strtol(optarg, NULL, 16);
279 Tflag = (int)strtonum(optarg, 0, 255,
281 if (Tflag < 0 || Tflag > 255 || errstr || errno)
798 if (tflag)
971 if (Tflag != -1)
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 902 int dflag = 0, bflag = 0, fflag = 0, tflag = 0; local
950 if (tflag)
953 tflag++;
  /external/mesa3d/src/mesa/main/
varray.c 1324 GLboolean tflag, cflag, nflag; \/* enable\/disable flags *\/ local
    [all...]
  /external/openssh/regress/
netcat.c 102 int tflag; /* Telnet Emulation */ variable
111 int Tflag = -1; /* IP Type of Service */
223 tflag = 1;
274 if (map_tos(optarg, &Tflag))
278 Tflag = (int)strtol(optarg, NULL, 16);
280 Tflag = (int)strtonum(optarg, 0, 255,
282 if (Tflag < 0 || Tflag > 255 || errstr || errno)
918 if (tflag)
1179 if (Tflag != -1)
    [all...]
  /external/openssh/
scp.c 373 int ch, fflag, tflag, status, n; local
401 fflag = tflag = 0;
473 tflag = 1;
509 if (tflag) {
  /external/strace/
strace.c 82 bool Tflag;
86 static unsigned int tflag; variable
686 if (tflag) {
699 } else if (tflag > 2) {
705 if (tflag > 1)
    [all...]
  /external/toybox/toys/pending/
ip.c 2076 int8_t idx, tflag = 0, opt = (*argv[-1] == 'a') ? RTM_NEWRULE : RTM_DELRULE; local
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 255 // tflag is used by an rtype to signal what extra type information is
258 // tflag values must be kept in sync with copies in:
262 type tflag uint8 type
268 // For example, if t.Kind() == Struct and t.tflag&tflagUncommon != 0,
276 tflagUncommon tflag = 1 << 0
282 tflagExtraStar tflag = 1 << 1
285 tflagNamed tflag = 1 << 2
296 tflag tflag // extra type information flags
687 if t.tflag&tflagUncommon == 0
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 255 // tflag is used by an rtype to signal what extra type information is
258 // tflag values must be kept in sync with copies in:
262 type tflag uint8 type
268 // For example, if t.Kind() == Struct and t.tflag&tflagUncommon != 0,
276 tflagUncommon tflag = 1 << 0
282 tflagExtraStar tflag = 1 << 1
285 tflagNamed tflag = 1 << 2
296 tflag tflag // extra type information flags
687 if t.tflag&tflagUncommon == 0
    [all...]
  /external/mksh/src/
funcs.c 767 bool rflag = false, tflag, Uflag = false, pflag = false; local
817 tflag = t == &taliases;
825 if (!tflag || *wp) {
866 if (val == NULL && !tflag && !xflag) {
884 ap->type = tflag ? CTALIAS : CALIAS;
886 if ((val && !tflag) || (!val && tflag && !Uflag)) {
892 newval = tflag ?
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 498 uint32_t tflag; local
499 if (!stream.ReadVertex(*pObject2Bitmap, &triangle[j], &tflag))
    [all...]

Completed in 999 milliseconds