Searched refs:attribs (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c998 char workspace[12], attribs[22]; variable
1111 * To save stack space, we reuse the "char attribs[22]" buffer which
1114 # define d_t_buf attribs
1164 char *p=attribs, *q=attribs+1;
1207 attribs));
1211 case AMI_IFDIR: attribs[0] = 'd'; break;
1212 case AMI_IFREG: attribs[0] = '-'; break;
1213 default: attribs[0] = '?'; break;
1215 attribs[
1884 char *p, workspace[12], attribs[16]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/common/
H A Dglgrab.c119 CGLPixelFormatAttribute attribs[] = local
130 attribs[2] = CGDisplayIDToOpenGLDisplayMask(display);
134 CGLChoosePixelFormat( attribs, &pixelFormatObj, &numPixelFormats );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirias_object.c73 obj->attribs = hashbin_new(HB_LOCK);
75 if (obj->attribs == NULL) {
76 IRDA_WARNING("%s(), Unable to allocate attribs!\n",
113 hashbin_delete(obj->attribs, (FREE_FUNC) __irias_delete_attrib);
164 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib);
176 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
227 attrib = hashbin_lock_find(obj->attribs, 0, name);
253 hashbin_insert(obj->attribs, (irda_queue_t *) attrib, 0, attrib->name);
278 spin_lock_irqsave(&obj->attribs->hb_spinlock, flags);
281 attrib = hashbin_find(obj->attribs,
[all...]
H A Diriap.c1025 spin_lock(&obj->attribs->hb_spinlock);
1028 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
1030 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
1064 spin_unlock(&obj->attribs->hb_spinlock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirias_object.h50 hashbin_t *attribs; member in struct:ias_object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am6 attribs.py \
H A DMakefile.in277 attribs.py \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DMakefile.am6 attribs.py \
H A DMakefile.in277 attribs.py \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dglcanvas.cpp164 GLint *attribs; local
167 attribs = defaultAttribs;
213 attribs = data;
216 return aglChoosePixelFormat(NULL, 0, attribs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dglcanvas.cpp157 GLint *attribs; local
160 attribs = defaultAttribs;
206 attribs = data;
209 return aglChoosePixelFormat(NULL, 0, attribs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dep93xx-fb.c153 unsigned int attribs; local
155 attribs = EP93XXFB_ENABLE;
156 attribs |= fbi->mach_info->flags;
157 ep93xxfb_out_locked(fbi, attribs, EP93XXFB_ATTRIBS);
328 unsigned int attribs = ep93xxfb_readl(fbi, EP93XXFB_ATTRIBS); local
333 ep93xxfb_out_locked(fbi, attribs & ~EP93XXFB_ENABLE,
338 ep93xxfb_out_locked(fbi, attribs | EP93XXFB_ENABLE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c132 int attribs, unsigned long chtype);
138 int attribs, unsigned long chtype);
140 STACK_OF(CONF_VALUE) *attr, int attribs,
1052 int attribs, unsigned long chtype)
1094 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1099 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1136 int attribs, unsigned long chtype)
1235 if (attribs) {
1302 STACK_OF(CONF_VALUE) *attr_sk, int attribs,
1354 if (attribs) {
1051 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1133 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1301 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
H A Dca.c315 STACK_OF(CONF_VALUE) *attribs = NULL;
1099 if ((attribs = NCONF_get_section(conf, policy)) == NULL) {
1111 attribs, db, serial, subj, chtype, multirdn,
1135 attribs,
1155 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
1174 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c132 int attribs, unsigned long chtype);
138 int attribs, unsigned long chtype);
140 STACK_OF(CONF_VALUE) *attr, int attribs,
1052 int attribs, unsigned long chtype)
1094 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1099 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1136 int attribs, unsigned long chtype)
1235 if (attribs) {
1302 STACK_OF(CONF_VALUE) *attr_sk, int attribs,
1354 if (attribs) {
1051 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1133 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1301 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
H A Dca.c315 STACK_OF(CONF_VALUE) *attribs = NULL;
1099 if ((attribs = NCONF_get_section(conf, policy)) == NULL) {
1111 attribs, db, serial, subj, chtype, multirdn,
1135 attribs,
1155 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
1174 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c129 int attribs,unsigned long chtype);
134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
137 STACK_OF(CONF_VALUE) *attr, int attribs,
1202 int attribs, unsigned long chtype)
1248 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1254 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1288 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1391 if (attribs)
1460 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1510 if (attribs)
1201 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1286 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1459 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
H A Dca.c312 STACK_OF(CONF_VALUE) *attribs=NULL;
1146 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1160 j=certify_spkac(&x,spkac_file,pkey,x509,dgst,attribs,db,
1184 j=certify_cert(&x,ss_cert_file,pkey,x509,dgst,attribs,
1204 j=certify(&x,infile,pkey,x509p,dgst,attribs,db,
1224 j=certify(&x,argv[i],pkey,x509p,dgst,attribs,db,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c90 local int procname_win32 OF((char *n, int caseflag, DWORD attribs));
92 local int procname_win32w OF((wchar_t *n, int caseflag, DWORD attribs));
1077 local int procname_win32(n, caseflag, attribs)
1080 DWORD attribs;
1094 else if (attribs != INVALID_WIN32_FILE_ATTRIBS)
1104 s.st_mode = ((attribs & FILE_ATTRIBUTE_DIRECTORY) ? S_IFDIR : S_IFREG);
1233 local int procname_win32w(nw, caseflag, attribs)
1236 DWORD attribs;
1250 else if (attribs != INVALID_WIN32_FILE_ATTRIBS)
1260 s.st_mode = ((attribs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c93 local int procname_dos OF((char *n, int caseflag, unsigned attribs));
324 local int procname_dos(n, caseflag, attribs)
327 unsigned attribs; /* file attributes, if available */
346 else if (attribs != MSDOS_INVALID_ATTR)
356 s.st_mode = ((attribs & MSDOS_DIR_ATTR) ? S_IFDIR : S_IFREG);
377 if (z->mark) z->dosflag = 1; /* force DOS attribs for incl. names */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dx11grab.c123 XSetWindowAttributes attribs; local
127 attribs.override_redirect = True;
135 CWOverrideRedirect, &attribs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dx11grab.c120 XSetWindowAttributes attribs; local
124 attribs.override_redirect = True;
132 CWOverrideRedirect, &attribs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp304 DWORD attribs = ::GetFileAttributes(m_filePath.c_str()); local
305 if (attribs != (DWORD)-1)
308 attribs & FILE_ATTRIBUTE_ARCHIVE ? _T('A') : _T(' '),
309 attribs & FILE_ATTRIBUTE_READONLY ? _T('R') : _T(' '),
310 attribs & FILE_ATTRIBUTE_HIDDEN ? _T('H') : _T(' '),
311 attribs & FILE_ATTRIBUTE_SYSTEM ? _T('S') : _T(' '));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_netlogon.c374 group->rids[j], group->attribs[j]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_netlogon.h831 uint32 *attribs; member in struct:sam_group_mem_info_info

Completed in 315 milliseconds

12