Searched defs:namesize (Results 1 – 11 of 11) sorted by relevance
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/ |
D | CpioArchiveInputStream.java | 389 final long namesize = readAsciiLong(8, 16); in readNewEntry() local 417 final long namesize = readAsciiLong(6, 8); in readOldAsciiEntry() local 445 final long namesize = readBinaryLong(2, swapHalfWord); in readOldBinaryEntry() local
|
D | CpioArchiveEntry.java | 508 public int getHeaderPadCount(long namesize) { in getHeaderPadCount()
|
/external/libpcap/ |
D | etherent.c | 86 size_t namesize; in pcap_next_etherent() local
|
/external/libcups/cups/ |
D | ppd-cache.c | 4263 size_t namesize) /* I - Size of name buffer */ in _pwgInputSlotForSource() 4310 size_t namesize) /* I - Size of name buffer */ in _pwgMediaTypeForType() 4358 size_t namesize) /* I - Size of name buffer */ in _pwgPageSizeForMedia() 4466 size_t namesize) /* I - Size of name buffer */ in pwg_ppdize_name() 4506 size_t namesize) /* I - Size of name buffer */ in pwg_ppdize_resolution() 4536 size_t namesize, /* I - Size of name buffer */ in pwg_unppdize_name()
|
D | dest.c | 2323 size_t namesize) /* I - Size of name buffer */ in _cupsUserDefault() 2473 size_t namesize) /* I - Size of buffer */ in appleGetPaperSize() 4118 size_t namesize, /* I - Size of name buffer */ 4450 size_t namesize) /* I - Size of name buffer */
|
D | adminutil.c | 2171 size_t namesize, /* I - Size of filename buffer */ in get_cupsd_conf()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.c | 159 int namesize = 0; in add_file() local 213 int namesize = 0; in add_dir() local
|
/external/selinux/libsepol/src/ |
D | genbools.c | 33 static int process_boolean(char *buffer, char *name, int namesize, int *val) in process_boolean()
|
/external/selinux/libselinux/src/ |
D | booleans.c | 342 static int process_boolean(char *buffer, char *name, int namesize, int *val) in process_boolean()
|
/external/sqlite/dist/orig/ |
D | shell.c | 1190 SIZE_T namesize = sizeof(data.name) / sizeof(data.name[0]); in opendir() local
|
/external/sqlite/dist/ |
D | shell.c | 1196 SIZE_T namesize = sizeof(data.name) / sizeof(data.name[0]); in opendir() local
|