Searched refs:extension (Results 1 - 25 of 42) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dtbldo.S85 .long serror |$04-0 ERROR - illegal extension
86 .long serror |$04-1 ERROR - illegal extension
87 .long serror |$04-2 ERROR - illegal extension
88 .long serror |$04-3 ERROR - illegal extension
89 .long serror |$04-4 ERROR - illegal extension
90 .long serror |$04-5 ERROR - illegal extension
91 .long serror |$04-6 ERROR - illegal extension
92 .long serror |$04-7 ERROR - illegal extension
94 .long serror |$05-0 ERROR - illegal extension
95 .long serror |$05-1 ERROR - illegal extension
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dbbunzip.c99 /* restore extension (unless tgz -> tar case) */
120 char *extension = strrchr(filename, '.'); local
121 if (!extension || strcmp(extension + 1, expected_ext) != 0) {
126 *extension = '\0';
201 char *extension = strrchr(filename, '.'); local
203 if (!extension)
206 extension++;
207 if (strcmp(extension, "tgz" + 1) == 0
209 || strcmp(extension, "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dopen-catalog.c46 static const char *extension[] = { "", ".po", ".pot", }; local
63 for (k = 0; k < SIZEOF (extension); ++k)
65 file_name = concatenated_filename ("", input_name, extension[k]);
84 for (k = 0; k < SIZEOF (extension); ++k)
86 file_name = concatenated_filename (dir, input_name, extension[k]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_hash.c128 * return 2 alloced unicode strings that contain prefix and extension
132 smb_ucs2_t **extension, BOOL allow_wildcards)
137 *extension = 0;
145 (NT_STATUS_IS_OK(has_valid_83_chars(p+1,allow_wildcards)))) /* check extension */ {
147 *extension = strdup_w(p+1);
148 if (!*extension) {
360 * nul (end of string) byte or a dot (extension) or by a '/' (end of
395 If the extension of the raw name maps directly to the
396 extension of the mangled name, then we'll store both names
402 - the extension mus
131 mangle_get_prefix(const smb_ucs2_t *ucs2_string, smb_ucs2_t **prefix, smb_ucs2_t **extension, BOOL allow_wildcards) argument
522 char extension[4]; local
[all...]
H A Dmangle_hash2.c225 /* check extension */
378 char extension[4]; local
403 strncpy(extension, name+9, 3);
404 extension[3] = 0;
406 extension[0] = 0;
409 if (extension[0]) {
410 M_DEBUG(10,("check_cache: %s -> %s.%s\n", name, prefix, extension));
411 slprintf(name, maxlen, "%s.%s", prefix, extension);
513 char extension[4]; local
538 /* if the extension contain
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dso/
H A Ddso_dl.c247 static const char extension[] = ".sl"; variable
249 static const char extension[] = ".so"; variable
261 rsize += strlen(extension);/* The length of ".s?" */
275 sprintf(translated, "lib%s%s", filename, extension);
277 sprintf(translated, "%s%s", filename, extension);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_dl.c316 static const char extension[] = ".sl"; variable
318 static const char extension[] = ".so"; variable
330 rsize += strlen(extension);/* The length of ".s?" */
344 sprintf(translated, "lib%s%s", filename, extension);
346 sprintf(translated, "%s%s", filename, extension);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dconv.h42 char *extension, int extended);
H A D9p.h136 struct v9fs_str extension; /* 9p2000.u extensions */ member in struct:v9fs_stat
159 char *extension; /* 9p2000.u extensions */ member in struct:v9fs_wstat
189 u32 errno; /* 9p2000.u extension */
237 struct v9fs_str extension; member in struct:Tcreate
367 u32 perm, u8 mode, char *extension, struct v9fs_fcall **rcall);
H A Dvfs_inode.c185 wstat->extension = NULL;
257 u8 mode, char *extension, u32 *fidp, struct v9fs_qid *qid, u32 *iounit)
279 err = v9fs_t_create(v9ses, fid, name, perm, mode, extension, &fcall);
956 n = stat->extension.len;
959 memmove(ext, stat->extension.str, n);
971 type, stat->extension.len, stat->extension.str);
1046 /* copy extension buffer into buffer */
1047 if (fcall->params.rstat.stat.extension.len < buflen)
1048 buflen = fcall->params.rstat.stat.extension
256 v9fs_create(struct v9fs_session_info *v9ses, u32 pfid, char *name, u32 perm, u8 mode, char *extension, u32 *fidp, struct v9fs_qid *qid, u32 *iounit) argument
1149 v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, int mode, const char *extension) argument
[all...]
H A Dconv.c246 2; /* string length of extension[4] */
247 if (wstat->extension)
248 size += strlen(wstat->extension);
281 buf_get_str(bufp, &stat->extension);
482 v9fs_put_str(bufp, wstat->extension, &stat->extension);
644 char *extension, int extended)
653 size += 2 + /* extension[s] */
654 (extension == NULL ? 0 : strlen(extension));
643 v9fs_create_tcreate(u32 fid, char *name, u32 perm, u8 mode, char *extension, int extended) argument
[all...]
H A Dfcall.c43 * @version: requested version.extension string
309 u8 mode, char *extension, struct v9fs_fcall **rcp)
317 tc = v9fs_create_tcreate(fid, name, perm, mode, extension,
308 v9fs_t_create(struct v9fs_session_info *v9ses, u32 fid, char *name, u32 perm, u8 mode, char *extension, struct v9fs_fcall **rcp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dhexium_orion.c430 static struct saa7146_extension extension; variable in typeref:struct:saa7146_extension
434 .ext = &extension,
439 .ext = &extension,
444 .ext = &extension,
486 static struct saa7146_extension extension = { variable in typeref:struct:saa7146_extension
503 if (0 != saa7146_register_extension(&extension)) {
504 DEB_S(("failed to register extension.\n"));
513 saa7146_unregister_extension(&extension);
H A Ddpc7146.c330 static struct saa7146_extension extension; variable in typeref:struct:saa7146_extension
334 .ext = &extension,
361 static struct saa7146_extension extension = { variable in typeref:struct:saa7146_extension
378 if( 0 != saa7146_register_extension(&extension)) {
379 DEB_S(("failed to register extension.\n"));
388 saa7146_unregister_extension(&extension);
H A Dmxb.c150 static struct saa7146_extension extension; variable in typeref:struct:saa7146_extension
405 extension.flags &= ~SAA7146_USE_I2C_IRQ;
966 .ext = &extension,
993 static struct saa7146_extension extension = { variable in typeref:struct:saa7146_extension
1010 if( 0 != saa7146_register_extension(&extension)) {
1011 DEB_S(("failed to register extension.\n"));
1020 saa7146_unregister_extension(&extension);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg15 echo /etc/inetd.conf were saved with a .O extension.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dsetup.py25 from distutils.extension import Extension
83 # extension module.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h52 * first word will be used for extension word
125 | .long "extension mode1","extension mode2"
133 | decode the 8bit diplacement from the brief extension word
139 | decode the index of the brief/full extension word
188 | get the extension word and test for brief or full extension type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dregisters.h203 /* we provide a context extension so that we can save the regs for CPUs that
206 void *extension; member in struct:user_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Damigaffs.h97 __be32 extension; member in struct:affs_tail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmangle.c28 char* extension, charset_t charset)
36 extension, MAX_EXT_LENGTH, &flags);
263 /* First, attempt to locate a file extension. */
27 mangle_extension(const struct vol *vol, const char* uname, char* extension, charset_t charset) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dfile.c125 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
164 tmp = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
166 affs_warning(sb, "alloc_ext", "previous extension set (%x)", tmp);
167 AFFS_TAIL(sb, bh)->extension = cpu_to_be32(blocknr);
203 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
285 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
845 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension);
862 AFFS_TAIL(sb, ext_bh)->extension = 0;
898 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmangle.c28 char* extension, charset_t charset)
36 extension, MAX_EXT_LENGTH, &flags);
263 /* First, attempt to locate a file extension. */
27 mangle_extension(const struct vol *vol, const char* uname, char* extension, charset_t charset) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c58 /* extension creation utilities */
131 /* Now get internal extension representation based on type */
212 /* Given an internal structure, nid and critical flag create an extension */
224 /* Check the extension string for critical flag */
235 /* Check extension string for generic extension and return the type */
246 /* Create a generic extension: for now just handle DER type */
254 X509_EXTENSION *extension=NULL; local
279 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
285 return extension;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c58 /* extension creation utilities */
132 /* Now get internal extension representation based on type */
213 /* Given an internal structure, nid and critical flag create an extension */
225 /* Check the extension string for critical flag */
236 /* Check extension string for generic extension and return the type */
259 /* Create a generic extension: for now just handle DER type */
267 X509_EXTENSION *extension=NULL; local
297 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
303 return extension;
[all...]

Completed in 389 milliseconds

12