/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 391 final String name = readCString((int) namesize); in readNewEntry() 398 skip(ret.getHeaderPadCount(namesize - 1)); in readNewEntry() 417 final long namesize = readAsciiLong(6, 8); in readOldAsciiEntry() local 419 final String name = readCString((int) namesize); in readOldAsciiEntry() 445 final long namesize = readBinaryLong(2, swapHalfWord); in readOldBinaryEntry() local 447 final String name = readCString((int) namesize); in readOldBinaryEntry() 454 skip(ret.getHeaderPadCount(namesize - 1)); in readOldBinaryEntry()
|
D | CpioArchiveEntry.java | 508 public int getHeaderPadCount(long namesize) { in getHeaderPadCount() argument 512 size += namesize; in getHeaderPadCount()
|
/external/libcups/cups/ |
D | ppd-cache.c | 39 static void pwg_ppdize_name(const char *ipp, char *name, size_t namesize); 40 …_resolution(ipp_attribute_t *attr, int element, int *xres, int *yres, char *name, size_t namesize); 41 static void pwg_unppdize_name(const char *ppd, char *name, size_t namesize, 4263 size_t namesize) /* I - Size of name buffer */ in _pwgInputSlotForSource() argument 4269 if (!media_source || !name || namesize < PPD_MAX_NAME) in _pwgInputSlotForSource() 4273 strlcpy(name, "Cassette", namesize); in _pwgInputSlotForSource() 4275 strlcpy(name, "Multipurpose", namesize); in _pwgInputSlotForSource() 4277 strlcpy(name, "LargeCapacity", namesize); in _pwgInputSlotForSource() 4279 strlcpy(name, "Lower", namesize); in _pwgInputSlotForSource() 4281 strlcpy(name, "Middle", namesize); in _pwgInputSlotForSource() [all …]
|
D | ppd-private.h | 220 char *name, size_t namesize); 222 char *name, size_t namesize); 224 char *name, size_t namesize);
|
D | dest.c | 148 static char *appleGetPaperSize(char *name, size_t namesize); 239 size_t namesize, const char **instance); 246 static void cups_queue_name(char *name, const char *serviceName, size_t namesize); 2323 size_t namesize) /* I - Size of name buffer */ in _cupsUserDefault() argument 2337 strlcpy(name, env, namesize); in _cupsUserDefault() 2349 CFStringGetCString(locprinter, name, (CFIndex)namesize, kCFStringEncodingUTF8); in _cupsUserDefault() 2473 size_t namesize) /* I - Size of buffer */ in appleGetPaperSize() argument 2482 !CFStringGetCString(defaultPaperID, name, (CFIndex)namesize, kCFStringEncodingUTF8)) in appleGetPaperSize() 2485 strlcpy(name, pwgmedia->pwg, namesize); in appleGetPaperSize() 4118 size_t namesize, /* I - Size of name buffer */ argument [all …]
|
D | cups-private.h | 264 extern char *_cupsUserDefault(char *name, size_t namesize);
|
D | adminutil.c | 2171 size_t namesize, /* I - Size of filename buffer */ in get_cupsd_conf() argument 2191 snprintf(name, namesize, "%s/cupsd.conf", cg->cups_serverroot); in get_cupsd_conf() 2227 if ((fd = cupsTempFd(name, (int)namesize)) < 0) in get_cupsd_conf()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.c | 159 int namesize = 0; in add_file() local 161 namesize = snprintf(buf, FILENAME_MAX, "%s/%s%s%d", in add_file() 165 namesize = snprintf(buf, FILENAME_MAX, in add_file() 170 if (namesize >= FILENAME_MAX) in add_file() 213 int namesize = 0; in add_dir() local 214 namesize = snprintf(buf, FILENAME_MAX, "%s/%s%s%d", in add_dir() 217 if (namesize >= FILENAME_MAX) in add_dir()
|
/external/libpcap/ |
D | etherent.c | 86 size_t namesize; in pcap_next_etherent() local 153 namesize = sizeof(e.name) - 1; in pcap_next_etherent() 159 } while (!isspace(c) && --namesize != 0); in pcap_next_etherent()
|
/external/selinux/libsepol/src/ |
D | genbools.c | 33 static int process_boolean(char *buffer, char *name, int namesize, int *val) in process_boolean() argument 52 strtrim(name, name1, namesize - 1); 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() argument 361 strtrim(name, name1, namesize - 1); in process_boolean()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 620 /// int getlogin_r(char *name, size_t namesize);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 811 /// int getlogin_r(char *name, size_t namesize);
|
/external/sqlite/dist/orig/ |
D | shell.c | 1190 SIZE_T namesize = sizeof(data.name) / sizeof(data.name[0]); in opendir() local 1201 _snprintf(data.name, namesize, "%s\\*", dirname); in opendir()
|
/external/sqlite/dist/ |
D | shell.c | 1196 SIZE_T namesize = sizeof(data.name) / sizeof(data.name[0]); in opendir() local 1207 _snprintf(data.name, namesize, "%s\\*", dirname); in opendir()
|