Searched refs:namelength (Results 1 - 11 of 11) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2364 unsigned namelength = CFSwapInt16HostToLittle(*((UInt16 *)(bytes + 26))), extralength = CFSwapInt16HostToLittle(*((UInt16 *)(bytes + 28))); local
2365 const unsigned char *data = bytes + 30 + namelength + extralength;
2417 unsigned namelength = 0, offset = 0; local
2419 namelength = (unsigned)CFSwapInt16HostToLittle(*((UInt16 *)(bytes + i + 28)));
2422 namelength = (unsigned)CFSwapInt16HostToLittle(*((UInt16 *)(bytes + i + 26)));
2425 if (offset > 0 && (CFIndex)(i + offset + namelength) <= length) {
2426 //printf("%.*s\n", namelength, bytes + i + offset);
2427 if (8 == namelength && 30 == offset && 0 == ustrncasecmp(bytes + i + offset, "mimetype", 8)) foundMimetype = _CFBundleGrokFileTypeForZipMimeType(bytes + i, length - i, &ext);
2428 else if (9 == namelength && 0 == ustrncasecmp(bytes + i + offset, "META-INF/", 9)) hasMetaInf = true;
2429 else if (11 == namelength
2459 unsigned namelength = 0, offset = 0; local
2524 char namelength = moreBytes[128 * i + 64] / 2; local
[all...]
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h128 long namelength; /* length of name length */ member in struct:curl_httppost
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dformdata.c79 AddHttpPost(char *name, size_t namelength, argument
94 post->namelength = (long)(name?(namelength?namelength:strlen(name)):0);
398 if(current_form->namelength)
401 current_form->namelength =
688 form->name = memdup(form->name, form->namelength);
706 post = AddHttpPost(form->name, form->namelength,
1146 result = AddFormData(&form, FORM_DATA, post->name, post->namelength,
H A Dformdata.h54 size_t namelength; member in struct:FormInfo
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcplus-dem.c2992 string *result, int namelength)
2997 recurse = XNEWVEC (char, namelength + 1);
2998 memcpy (recurse, *mangled, namelength);
2999 recurse[namelength] = '\000';
3010 string_appendn (result, *mangled, namelength);
3013 *mangled += namelength;
3238 int namelength; local
3242 namelength = consume_count (mangled);
3243 if (namelength == -1)
3248 recursively_demangle(work, mangled, &temp, namelength);
2991 recursively_demangle(struct work_stuff *work, const char **mangled, string *result, int namelength) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c229 size_t namelength; local
234 r = (cpio->read_header(a, cpio, entry, &namelength, &name_pad));
240 h = __archive_read_ahead(a, namelength + name_pad, NULL);
243 __archive_read_consume(a, namelength + name_pad);
244 archive_strncpy(&cpio->entry_name, (const char *)h, namelength);
266 if (namelength == 11 && strcmp((const char *)h, "TRAILER!!!") == 0) {
396 struct archive_entry *entry, size_t *namelength, size_t *name_pad)
435 *namelength = atol16(header->c_namesize, sizeof(header->c_namesize));
437 *name_pad = (2 - *namelength) & 3;
529 struct archive_entry *entry, size_t *namelength, size_
395 header_newc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
528 header_odc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
576 header_bin_le(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
612 header_bin_be(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Denviron.c25 /* namelength - determine length of name in "name=whatever" */
27 static ssize_t namelength(const char *name) function
53 ssize_t len = namelength(name);
75 while ((envp = findenv(name, namelength(name))) != 0)
93 l_name = namelength(name);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_attrlist.c150 size_t namelength = strlen(vfs_statfs(mp)->f_mntonname); local
154 if (namelength == 0)
162 for (c = vfs_statfs(mp)->f_mntonname + namelength - 1;
163 namelength > 0; --c, --namelength) {
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinInit.c74 int argc, namelength;
78 namelength = -1;
85 namelength = p - name;
93 namelength = -1;
95 Tcl_DStringAppend(namePtr, name, namelength);
72 int argc, namelength; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinInit.c79 int argc, namelength;
83 namelength = -1;
90 namelength = p - name;
98 namelength = -1;
100 Tcl_DStringAppend(namePtr, name, namelength);
77 int argc, namelength; local
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c448 size_t namelength = strlen(mp->mnt_vfsstat.f_mntonname); local
452 if (namelength == 0)
460 for (c = mp->mnt_vfsstat.f_mntonname + namelength - 1;
461 namelength > 0; --c, --namelength) {

Completed in 309 milliseconds