ftype             116 source3/client/clitar.c 			   const char *amode, unsigned char ftype);
ftype             158 source3/client/clitar.c 			   const char *amode, unsigned char ftype)
ftype             164 source3/client/clitar.c 	DEBUG(5, ("WriteTarHdr, Type = %c, Size= %.0f, Name = %s\n", ftype, (double)size, aname));
ftype             213 source3/client/clitar.c 	hb.dbuf.linkflag=ftype;
ftype             618 source3/client/clitar.c 	char ftype;
ftype             637 source3/client/clitar.c 	ftype = '0'; /* An ordinary file ... */
ftype             713 source3/client/clitar.c 					finfo.mtime_ts.tv_sec, "100644 \0", ftype);
ftype              35 source3/winbindd/idmap_adex/provider_unified.c 	enum filterType ftype;
ftype             187 source3/winbindd/idmap_adex/provider_unified.c 	switch (fdata->ftype) {
ftype             483 source3/winbindd/idmap_adex/provider_unified.c 		switch (fdata->ftype) {
ftype             970 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = IdFilter;
ftype             998 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = SidFilter;
ftype            1033 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = SidFilter;
ftype            1079 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = SidFilter;
ftype            1122 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = AliasFilter;
ftype            1136 source3/winbindd/idmap_adex/provider_unified.c 	filter.ftype = SidFilter;
ftype            1458 source4/libcli/raw/interfaces.h 			uint16_t ftype;
ftype            1504 source4/libcli/raw/interfaces.h 			uint16_t ftype;
ftype            1583 source4/libcli/raw/interfaces.h 			uint16_t ftype;
ftype             487 source4/libcli/raw/rawfile.c 	parms->t2open.out.ftype =       SVAL(t2.out.params.data, VWV(7));
ftype             666 source4/libcli/raw/rawfile.c 		parms->openx.out.ftype = SVAL(req->in.vwv, VWV(9));
ftype             728 source4/libcli/raw/rawfile.c 		parms->openxreadx.out.ftype = SVAL(req->in.vwv, VWV(9));
ftype             306 source4/ntvfs/ipc/vfs_ipc.c 	oi->openx.out.ftype	= 2;
ftype             172 source4/ntvfs/ntvfs_generic.c 		io->openx.out.ftype       = 0;
ftype             192 source4/ntvfs/ntvfs_generic.c 		io->t2open.out.ftype       = 0;
ftype             417 source4/smb_server/smb/reply.c 	SSVAL(req->out.vwv, VWV(9), oi->openx.out.ftype);
ftype             213 source4/smb_server/smb/trans2.c 	SSVAL(trans->out.params.data, VWV(7), io->t2open.out.ftype);
ftype            1764 source4/torture/gentest.c 	CHECK_EQUAL(openx.out.ftype);
ftype             350 source4/torture/raw/open.c 	CHECK_VAL(io.openx.out.ftype, 0);
ftype             608 source4/torture/raw/open.c 	CHECK_VAL(io.t2open.out.ftype, 0);