Searched refs:ftype (Results 26 - 50 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dgen_initramfs_list.sh114 local ftype=$(filetype "${location}")
120 [ "${ftype}" == "invalid" ] && return 0
123 case "${ftype}" in
125 str="${ftype} ${name} ${location} ${str}"
135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
139 str="${ftype} ${name} ${target} ${str}"
142 str="${ftype} ${name} ${str}"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dzipup.h28 typedef int ftype; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Duser.h45 unsigned char ftype[8]; member in struct:user_fp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_bh.c132 if (mfp->ftype != 0 && mfp->ftype != DB_FTYPE_SET) {
135 if (mpreg->ftype == mfp->ftype)
267 ret = mfp->ftype == 0 ? 0 : __memp_pg(dbmfp, bhp, 1);
392 if (mfp->ftype != 0 && !F_ISSET(bhp, BH_CALLPGIN)) {
474 int ftype, ret;
480 if ((ftype = mfp->ftype) == DB_FTYPE_SET)
485 if (ftype
[all...]
H A Dmp_fmethod.c256 *ftypep = dbmfp->ftype;
267 __memp_set_ftype(dbmfp, ftype)
269 int ftype;
273 dbmfp->ftype = ftype;
H A Dmp_fopen.c498 else if (dbmfp->ftype != 0)
651 if (dbmfp->ftype != 0)
652 mfp->ftype = dbmfp->ftype;
687 mfp->ftype = dbmfp->ftype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dunls.c100 int *ftype,
177 if (*ftype == (time_t) -1)
181 *ftype = '-';
187 *ftype = 'd';
198 *ftype = 'd';
227 if (*ftype == 'd')
232 if (*ftype == 'd')
238 if (*ftype != 'd') {
280 int *ftype,
297 *ftype
95 UnDosLine( char *const line, const char *const curdir, size_t curdirlen, char *fname, size_t fnamesize, int *ftype, longest_int *fsize, time_t *ftime) argument
273 UnLslRLine( char *const line, const char *const curdir, size_t curdirlen, char *fname, size_t fnamesize, char *linkto, size_t linktosize, int *ftype, longest_int *fsize, time_t *ftime, time_t now, int thisyear, int *plugend) argument
586 int ftype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_plink.c413 enum plink_frame_type ftype; local
452 ftype = mgmt->u.action.u.plink_action.action_code;
454 if ((ftype == PLINK_OPEN && ie_len != 6) ||
455 (ftype == PLINK_CONFIRM && ie_len != 8) ||
456 (ftype == PLINK_CLOSE && ie_len != 8 && ie_len != 10)) {
458 ftype, ie_len);
462 if (ftype != PLINK_CLOSE && (!elems.mesh_id || !elems.mesh_config)) {
470 if (ftype == PLINK_CONFIRM || (ftype == PLINK_CLOSE && ie_len == 10))
476 if (!sta && ftype !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.h88 enum TwinVQFrameType ftype; member in struct:TwinVQFrameData
178 enum TwinVQFrameType ftype);
H A Dxxan.c411 int ftype; local
418 ftype = bytestream2_get_le32(&s->gb);
419 switch (ftype) {
427 av_log(avctx, AV_LOG_ERROR, "Unknown frame type %d\n", ftype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.h107 void setfiletype(char *fname,int ftype);
H A Driscos.c247 void setfiletype(char *fname,int ftype) argument
250 sprintf(str,"SetType %s &%3.3X",fname,ftype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c127 u_int32_t ftype, itag; local
144 memcpy( &ftype, ibuf, sizeof( ftype ));
145 ibuf += sizeof( ftype );
181 memcpy( p, &ftype, sizeof( ftype ));
182 p += sizeof( ftype );
413 u_char fcreator[ 4 ], ftype[ 4 ], itype, ih[ 12 ]; local
428 memcpy( ftype, ibuf, sizeof( ftype ));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp107 DB_MPOOLFILE_METHOD(set_ftype, (int ftype),
108 (mpf, ftype), DB_RETOK_STD)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_auto.c63 argp->ftype = (DBTYPE)uinttmp;
84 opcode, name, uid, fileid, ftype, meta_pgno,
94 DBTYPE ftype;
214 uinttmp = (u_int32_t)ftype;
H A Ddbreg_autop.c56 (void)printf("\tftype: 0x%lx\n", (u_long)argp->ftype);
H A Ddbreg_util.c563 txn, lp, uid, name, ftype, ndx, meta_pgno, info, id, opcode)
569 DBTYPE ftype;
607 dbp->type = ftype;
621 if ((ret = __db_open(dbp, NULL, txn, fname, dname, ftype,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Ddirectories.pm202 my $ftype = $file{'type'} ? $file{'type'} : "-";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Driscos.h127 void setfiletype(char *fname,int ftype);
H A Driscos.c239 void setfiletype(char *fname,int ftype) argument
242 sprintf(str,"SetType %s &%3.3X",fname,ftype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxxan.c368 int ftype; local
381 ftype = bytestream2_get_le32(&s->gb);
382 switch (ftype) {
390 av_log(avctx, AV_LOG_ERROR, "Unknown frame type %d\n", ftype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c522 int fidset, ftype, ret; local
547 ftype = F_ISSET(dbp, DB_AM_SWAP | DB_AM_ENCRYPT | DB_AM_CHKSUM)
554 ftype = DB_FTYPE_SET;
560 ftype = F_ISSET(dbp,
586 ftype = DB_FTYPE_NOTSET;
598 ftype = DB_FTYPE_NOTSET;
615 (void)__memp_set_ftype(mpf, ftype);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3proc.c316 if (argp->ftype == 0 || argp->ftype >= NF3BAD)
318 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) {
324 if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO)
327 type = nfs3_ftypes[argp->ftype];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c1878 char ftype[64], *type;
1988 ftype[0] = '\0';
1990 (void)strcat(ftype, " any"); /* 4 */
1992 (void)strcat(ftype, " flush"); /* 10 */
1999 (void)strcat(ftype, " nogroup"); /* 18 */
2001 (void)strcat(ftype, " lease"); /* 24 */
2003 (void)strcat(ftype, " nobuf"); /* 30 */
2005 (void)strcat(ftype, " perm"); /* 35 */
2007 (void)strcat(ftype, " rereq"); /* 41 */
2009 (void)strcat(ftype, " resen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c377 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \
385 ASSIGN_FETCH_FUNC(reg, ftype), \
386 ASSIGN_FETCH_FUNC(stack, ftype), \
387 ASSIGN_FETCH_FUNC(retval, ftype), \
388 ASSIGN_FETCH_FUNC(memory, ftype), \
389 ASSIGN_FETCH_FUNC(symbol, ftype), \
390 ASSIGN_FETCH_FUNC(deref, ftype), \
394 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \
395 __ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sig
[all...]

Completed in 308 milliseconds

1234