Home
last modified time | relevance | path

Searched +defs:tfile +defs:c (Results 126 – 129 of 129) sorted by relevance

123456

/dports/mail/alpine/alpine-465e23b/pith/
H A Dpattern.c3380 char *p, *tfile; in write_pattern_file() local
8129 char b[200], c[200], *p; in set_some_flags() local
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dpattern.c3380 char *p, *tfile; in write_pattern_file() local
8129 char b[200], c[200], *p; in set_some_flags() local
/dports/multimedia/lives/lives-3.2.0/src/
H A Dutils.c4455 int lives_touch(const char *tfile) { in lives_touch()
5681 static int get_hex_digit(const char c) { in get_hex_digit()
5696 for (char c = *string; c; c = *(++string)) tot = (tot << 4) + get_hex_digit(c); in hextodec() local
/dports/benchmarks/iozone/iozone3_491/src/current/
H A Diozone.c1426 #define I_PREAD(a,b,c,d) pread64(a,b,(size_t)(c),(off64_t)(d)) argument
1427 #define I_PWRITE(a,b,c,d) pwrite64(a,b,(size_t)(c),(off64_t)(d)) argument
1429 #define I_MMAP(a,b,c,d,e,f) mmap64((void *)(a),(size_t)(b),(int)(c),(int)(d),(int)(e),(off64_t)(f)) argument
1437 #define I_PREAD(a,b,c,d) pread(a,b,(size_t)(c),(off_t)(d)) argument
1438 #define I_PWRITE(a,b,c,d) pwrite(a,b,(size_t)(c),(off_t)(d)) argument
1440 #define I_MMAP(a,b,c,d,e,f) mmap((void *)(a),(size_t)(b),(int)(c),(int)(d),(int)(e),(off_t)(f)) argument
1642 char tfile[MAXNAMESIZE]; variable
7398 unsigned long long c= 0x01010101; local
7566 unsigned long long c = 0x01010101; local

123456