source: trunk/sys/dietlibc/TAGS @ 1

Last change on this file since 1 was 1, checked in by alain, 7 years ago

First import

File size: 34.7 KB
Line 
1
2iswalnum.c,47
3int __iswalnum_ascii(5,72
4int iswalnum(9,157
5
6strerror.c,126
7#define _BSD_SOURCE5,67
8#undef __attribute_dontuse__6,87
9#define __attribute_dontuse__7,116
10char*strerror(strerror12,206
11
12dietstdio.h,854
13#define BUFSIZE 11,165
14#define BUFSIZE 13,191
15struct __stdio_file 16,220
16  int fd;17,242
17  int flags;18,252
18  uint32_t bs;19,265
19  uint32_t bm;20,308
20  uint32_t buflen;21,348
21  char *buf;buf22,387
22  struct __stdio_file *next;next23,400
23  pid_t popen_kludge;24,446
24  unsigned char ungetbuf;25,468
25  char ungotten;26,494
26  pthread_mutex_t m;28,535
27#define ERRORINDICATOR 32,567
28#define EOFINDICATOR 33,592
29#define BUFINPUT 34,615
30#define BUFLINEWISE 35,634
31#define NOBUF 36,656
32#define STATICBUF 37,673
33#define FDPIPE 38,694
34#define CANREAD 39,712
35#define CANWRITE 40,732
36#define _IONBF 42,754
37#define _IOLBF 43,771
38#define _IOFBF 44,788
39struct arg_scanf 55,1097
40  void *data;data56,1116
41  int (*getch)getch57,1130
42  int (*putch)putch58,1153
43struct arg_printf 63,1259
44  void *data;data64,1279
45  int (*put)put65,1293
46
47wmemset.c,31
48wchar_t *wmemset(wmemset3,20
49
50fdglue2.c,92
51FILE*__stdio_init_file(__stdio_init_file13,200
52FILE* __stdio_init_file_nothreads(51,1151
53
54dietstring.h,236
55#define _DIET_STRING_H_2,24
56# define MKW(7,91
57# define STRALIGN(8,152
58# define MKW(10,250
59# define STRALIGN(11,287
60# define GFC(17,484
61# define INCSTR(18,511
62# define GFC(20,562
63# define INCSTR(21,608
64#define UNALIGNED(24,661
65
66chdir.c,18
67int chdir(26,895
68
69iprintf.c,50
70#define SIZE_OF_BUF 47,1564
71int iprintf 48,1587
72
73fprintf.c,18
74int fprintf(6,79
75
76sprintf.c,18
77int sprintf(6,79
78
79mbrtowc.c,53
80static mbstate_t internal;5,63
81size_t mbrtowc(7,91
82
83fopen.c,70
84FILE *fopen_unlocked(fopen_unlocked11,202
85FILE *fopen(fopen22,469
86
87fputc_unlocked.c,43
88int fputc_unlocked(5,64
89int fputc(35,817
90
91errlistu.c,36
92const char  __sys_err_unknown 5,44
93
94islower.c,45
95int __islower_ascii 4,52
96int islower 8,132
97
98rand_r.c,91
99#define M       13,247
100#define A       14,271
101#define Q       15,287
102#define R       16,311
103int rand_r(20,388
104
105fcntl.h,25
106#define _FCNTL_H_23,846
107
108time.h,55
109#define _TIME_H_24,846
110#define CLOCKS_PER_SEC 28,884
111
112sleep.c,54
113unsigned int __attribute__ ((noinline)) sleep 28,951
114
115creat.c,45
116int __attribute__ ((noinline)) creat(26,894
117
118memset.c,28
119void *memset memset24,849
120
121iswprint.c,47
122int __iswprint_ascii(4,53
123int iswprint(8,138
124
125fseeko.c,45
126int fseeko_unlocked(4,44
127int fseeko(12,279
128
129wctype.c,165
130struct { const char* name;4,41
131struct { const char* name; wctype_t func;4,41
132struct { const char* name; wctype_t func; } types[types4,41
133wctype_t wctype(19,401
134
135wcsstr.c,29
136wchar_t *wcsstr(wcsstr3,20
137
138dirent.h,633
139#define _DIRENT_H_23,847
140#define _DIRENT_HAVE_D_TYPE28,907
141#define _DIRENT_HAVE_D_SIZE29,935
142#define _BSD_SOURCE32,984
143  DT_REG 37,1019
144  DT_DIR 38,1034
145  DT_FIFO 39,1049
146  DT_FIFO = 0x20,x2039,1049
147  DT_SOCK,40,1067
148  DT_CHR 41,1078
149  DT_CHR = 0x40,x4041,1078
150  DT_BLK 42,1095
151  DT_BLK = 0x80,x8042,1095
152  DT_UNKNOWN43,1112
153typedef uint32_t ino_t;46,1129
154struct dirent 48,1154
155  ino_t          d_ino;49,1170
156  size_t         d_size;50,1226
157  unsigned char  d_type;51,1278
158  char           d_name[d_name52,1304
159typedef struct libc_dir_s55,1343
160  int fd;57,1371
161  struct dirent entry;58,1381
162} DIR;59,1404
163
164isgraph.c,45
165int __isgraph_ascii 2,32
166int isgraph 6,116
167
168__ltostr.c,19
169int __ltostr(4,41
170
171fputs.c,42
172int fputs_unlocked(4,44
173int fputs(8,142
174
175iswalpha.c,47
176int __iswalpha_ascii(5,72
177int iswalpha(9,157
178
179freopen.c,78
180FILE *freopen_unlocked(freopen_unlocked10,193
181FILE *freopen(freopen29,753
182
183mbsrtowcs.c,23
184size_t mbsrtowcs(3,20
185
186isdigit.c,45
187int __isdigit_ascii 4,52
188int isdigit 8,131
189
190assert.h,282
191#define _ASSERT_H2,18
192#define __ASSERT_FUNCTION 6,65
193#   define __ASSERT_FUNCTION    9,179
194#   define __ASSERT_FUNCTION    11,225
195#undef assert15,290
196#define assert(17,318
197extern void __assert_fail 22,444
198void __assert_fail 28,630
199# define assert(36,876
200# define assert(41,1059
201
202puts.c,64
203int __stdio_outs(6,90
204int __stdio_outs(7,156
205int puts(12,252
206
207isspace.c,45
208int __isspace_ascii 4,52
209int isspace 9,143
210
211abs.c,30
212int abs(4,41
213long labs(6,99
214
215btowc.c,19
216wint_t btowc(4,44
217
218fgets.c,67
219char *fgets_unlocked(fgets_unlocked3,24
220char*fgets(fgets28,466
221
222strcspn.c,21
223size_t strcspn(4,40
224
225vfscanf.c,19
226int vfscanf(7,103
227
228strtof.c,19
229float strtof(5,60
230
231memmove.c,81
232#define _POSIX_SOURCE1,0
233#define _XOPEN_SOURCE2,22
234void *memmove(memmove6,84
235
236wcschr.c,22
237wchar_t* wcschr(3,20
238
239strstr.c,26
240char *strstr(strstr4,40
241
242stdlib.h,664
243#define _STDLIB_H2,18
244#define alloca(9,99
245typedef unsigned short randbuf[randbuf38,992
246int abs(52,1469
247long int labs(53,1512
248long long int llabs(54,1566
249#define EXIT_FAILURE 57,1633
250#define EXIT_SUCCESS 58,1656
251#define RAND_MAX 60,1680
252#define MB_CUR_MAX 62,1710
253typedef struct { int quot,67,1849
254typedef struct { int quot,rem;67,1849
255typedef struct { int quot,rem; } div_t;67,1849
256typedef struct { long quot,68,1889
257typedef struct { long quot,rem;68,1889
258typedef struct { long quot,rem; } ldiv_t;68,1889
259typedef struct { long long quot,74,2042
260typedef struct { long long quot,rem;74,2042
261typedef struct { long long quot,rem; } lldiv_t;74,2042
262
263stdint.h,1009
264#define _STDINT_H_23,847
265typedef signed char int8_t;26,899
266typedef unsigned char uint8_t;27,927
267typedef signed short int int16_t;29,959
268typedef unsigned short int uint16_t;30,993
269typedef signed int int32_t;32,1031
270typedef unsigned int uint32_t;33,1059
271typedef signed long long int int64_t;35,1091
272typedef unsigned long long int uint64_t;36,1129
273typedef uint32_t uintptr_t;39,1225
274typedef int32_t int_fast8_t;42,1306
275typedef uint32_t uint_fast8_t;43,1335
276typedef int32_t int_fast16_t;45,1367
277typedef uint32_t uint_fast16_t;46,1397
278typedef int32_t int_fast32_t;48,1430
279typedef uint32_t uint_fast32_t;49,1460
280typedef int64_t int_fast64_t;51,1493
281typedef uint64_t uint_fast64_t 52,1523
282typedef uint32_t size_t;55,1608
283typedef int32_t ssize_t;56,1633
284#define INT8_MIN 59,1697
285#define INT16_MIN 60,1727
286#define INT32_MIN 61,1761
287#define INT8_MAX 64,1842
288#define INT16_MAX 65,1871
289#define INT32_MAX 66,1902
290#define UINT8_MAX 69,1982
291#define UINT16_MAX 70,2011
292#define UINT32_MAX 71,2042
293
294wchar.h,271
295#define _WCHAR_H2,17
296typedef __WINT_TYPE__ wint_t;9,122
297typedef unsigned int wint_t;11,158
298typedef int (*wctype_t)wctype_t13,194
299#define WCHAR_MIN 16,273
300#define WCHAR_MAX 17,309
301#define WEOF 20,360
302  int count;24,410
303  wchar_t sofar;25,423
304} mbstate_t;26,440
305
306towlower.c,22
307wint_t towlower(3,21
308
309strtok.c,67
310static char *strtok_pos;strtok_pos3,21
311char *strtok(strtok5,47
312
313strxfrm.c,21
314size_t strxfrm(5,66
315
316ffs.c,14
317int ffs(3,22
318
319ftello.c,49
320off_t ftello_unlocked(4,44
321off_t ftello(10,209
322
323qsort.c,73
324static void exch(3,21
325static void quicksort(17,377
326void qsort(37,1069
327
328fseek.c,43
329int fseek_unlocked(4,44
330int fseek(12,292
331
332vsprintf.c,20
333int vsprintf(7,104
334
335clearerr.c,50
336void clearerr_unlocked(3,24
337void clearerr(7,115
338
339fileno.c,43
340int fileno_unlocked(3,24
341int fileno(6,82
342
343putchar.c,38
344#undef putchar3,20
345int putchar(4,35
346
347wcsncpy.c,23
348wchar_t* wcsncpy(3,20
349
350wctomb.c,17
351int wctomb(4,40
352
353perror.c,117
354#define _BSD_SOURCE6,86
355#undef __attribute_dontuse__7,106
356#define __attribute_dontuse__8,135
357void  perror 13,227
358
359tolower.c,18
360int tolower(3,20
361
362unlink.c,46
363int __attribute__ ((noinline)) unlink(26,895
364
365iswblank.c,47
366int __iswblank_ascii(4,53
367int iswblank(8,123
368
369_crt0.c,63
370static void __attribute__ ((section (".init"))) _start(29,959
371
372dietlocale.h,60
373extern enum __encoding 1,0
374  CT_8BIT,2,25
375  CT_UTF8,3,36
376
377isalnum.c,18
378int isalnum(3,20
379
380strlen.c,141
381size_t strlen(7,123
382typedef uint64_t        word_t;17,264
383typedef uint32_t        word_t;19,312
384static word_t const     magic 24,381
385size_t strlen(26,443
386
387strchr.c,52
388char *strchr(strchr4,47
389char *index(index19,403
390
391toupper.c,25
392inline int toupper(3,20
393
394lseek.c,47
395off_t __attribute__ ((noinline)) lseek(26,895
396
397mbtowc.c,17
398int mbtowc(4,40
399
400rand.c,103
401static unsigned int seed=3,21
402int rand(5,50
403void srand(9,94
404int random(11,134
405void srandom(12,183
406
407vprintf.c,67
408int __stdio_outs(5,64
409int __stdio_outs(6,130
410int vprintf(10,223
411
412memcmp.c,35
413int memcmp(6,176
414int bcmp(20,440
415
416md5.h,139
417#define _MD5_H24,947
418  uint32_t state[state35,1153
419  uint32_t count[count36,1199
420  uint8_t  buffer[buffer37,1283
421} MD5_CTX;38,1356
422
423string.h,100
424#define _STRING_H2,18
425#define strerror 55,1381
426#define strdupa(66,1699
427#define strndupa(67,1803
428
429isblank.c,18
430int isblank 3,20
431
432strcat.c,19
433char* strcat(4,47
434
435errno.h,3521
436#define _ERRNO_H_2,18
437#define EPERM   4,37
438#define ENOENT  5,85
439#define ESRCH   6,136
440#define EINTR   7,176
441#define EIO     8,224
442#define ENXIO   9,256
443#define E2BIG   10,306
444#define ENOEXEC 11,348
445#define EBADF   12,392
446#define ECHILD  13,432
447#define EAGAIN  14,476
448#define ENOMEM  15,511
449#define EACCES  16,550
450#define EFAULT  17,593
451#define ENOTBLK 18,630
452#define EBUSY   19,678
453#define EEXIST  20,726
454#define EXDEV   21,763
455#define ENODEV  22,805
456#define ENOTDIR 23,845
457#define EISDIR  24,887
458#define EINVAL  25,927
459#define ENFILE  26,969
460#define EMFILE  27,1014
461#define ENOTTY  28,1059
462#define ETXTBSY 29,1101
463#define EFBIG   30,1142
464#define ENOSPC  31,1181
465#define ESPIPE  32,1230
466#define EROFS   33,1268
467#define EMLINK  34,1314
468#define EPIPE   35,1354
469#define EDOM    36,1390
470#define ERANGE  37,1449
471#define EDEADLK 38,1504
472#define ENAMETOOLONG    39,1560
473#define ENOLCK  40,1609
474#define ENOSYS  41,1660
475#define ENOTEMPTY       42,1710
476#define ELOOP   43,1757
477#define EWOULDBLOCK     44,1817
478#define ENOMSG  45,1872
479#define EIDRM   46,1924
480#define ECHRNG  47,1967
481#define EL2NSYNC        48,2020
482#define EL3HLT  49,2071
483#define EL3RST  50,2111
484#define ELNRNG  51,2150
485#define EUNATCH 52,2200
486#define ENOCSI  53,2255
487#define EL2HLT  54,2307
488#define EBADE   55,2347
489#define EBADR   56,2388
490#define EXFULL  57,2439
491#define ENOANO  58,2478
492#define EBADRQC 59,2512
493#define EBADSLT 60,2559
494#define EDEADLOCK       61,2598
495#define EBFONT  62,2660
496#define ENOSTR  63,2706
497#define ENODATA 64,2751
498#define ETIME   65,2795
499#define ENOSR   66,2833
500#define ENONET  67,2882
501#define ENOPKG  68,2937
502#define EREMOTE 69,2984
503#define ENOLINK 70,3027
504#define EADV    71,3075
505#define ESRMNT  72,3114
506#define ECOMM   73,3153
507#define EPROTO  74,3205
508#define EMULTIHOP       75,3245
509#define EDOTDOT 76,3291
510#define EBADMSG 77,3336
511#define EOVERFLOW       78,3381
512#define ENOTUNIQ        79,3446
513#define EBADFD  80,3499
514#define EREMCHG 81,3553
515#define ELIBACC 82,3602
516#define ELIBBAD 83,3667
517#define ELIBSCN 84,3730
518#define ELIBMAX 85,3788
519#define ELIBEXEC        86,3862
520#define EILSEQ  87,3926
521#define ERESTART        88,3973
522#define ESTRPIPE        89,4043
523#define EUSERS  90,4088
524#define ENOTSOCK        91,4128
525#define EDESTADDRREQ    92,4185
526#define EMSGSIZE        93,4244
527#define EPROTOTYPE      94,4287
528#define ENOPROTOOPT     95,4346
529#define EPROTONOSUPPORT 96,4398
530#define ESOCKTNOSUPPORT 97,4454
531#define EOPNOTSUPP      98,4513
532#define ENOTSUP 99,4587
533#define EPFNOSUPPORT    100,4667
534#define EAFNOSUPPORT    101,4727
535#define EADDRINUSE      102,4798
536#define EADDRNOTAVAIL   103,4849
537#define ENETDOWN        104,4912
538#define ENETUNREACH     105,4955
539#define ENETRESET       106,5008
540#define ECONNABORTED    107,5080
541#define ECONNRESET      108,5144
542#define ENOBUFS 109,5198
543#define EISCONN 110,5251
544#define ENOTCONN        111,5318
545#define ESHUTDOWN       112,5381
546#define ETOOMANYREFS    113,5455
547#define ETIMEDOUT       114,5521
548#define ECONNREFUSED    115,5570
549#define EHOSTDOWN       116,5620
550#define EHOSTUNREACH    117,5661
551#define EALREADY        118,5709
552#define EINPROGRESS     119,5766
553#define ESTALE  120,5822
554#define EUCLEAN 121,5870
555#define ENOTNAM 122,5922
556#define ENAVAIL 123,5977
557#define EISNAM  124,6034
558#define EREMOTEIO       125,6081
559#define EDQUOT  126,6126
560#define EUNKNOWN 127,6167
561#define EBADBLK 128,6215
562#define EEODIR 129,6263
563#define ENOTSUPPORTED 130,6314
564#define ENOKEY  131,6383
565#define EKEYEXPIRED     132,6436
566#define EKEYREVOKED     133,6482
567#define EKEYREJECTED    134,6533
568#define ENOMEDIUM       135,6592
569#define EMEDIUMTYPE     136,6636
570#define ECANCELED       137,6684
571#define __SYS_NERR 138,6731
572#define errno 147,6838
573#define __set_errno(152,6919
574
575ldiv.c,18
576ldiv_t ldiv(3,21
577
578wcscat.c,22
579wchar_t* wcscat(3,20
580
581strtold.c,26
582long double strtold(5,60
583
584fwrite.c,53
585size_t fwrite_unlocked(7,102
586size_t fwrite(63,1582
587
588crypt.c,661
589static const char IP[IP6,91
590static const char FP[FP18,375
591static const char PC1_C[PC1_C32,760
592static const char PC1_D[PC1_D39,889
593static const char shifts[shifts47,1070
594static const char PC2_C[PC2_C53,1240
595static const char PC2_D[PC2_D58,1373
596static char C[C65,1568
597static char D[D66,1587
598static char KS[KS68,1654
599static char E[E71,1712
600static const char e2[e272,1731
601void setkey(80,2005
602static const char S[S123,2990
603static const char P[P182,4870
604static char L[L188,5055
605#define R 189,5074
606static char tempL[tempL190,5091
607static char f[f191,5114
608static char preS[preS194,5200
609void encrypt(197,5258
610char * crypt(255,6962
611
612setjmp.h,128
613#define _SETJMP_H_23,843
614typedef struct __jmp_buffer_s jmp_buf[jmp_buf31,947
615#define setjmp(33,990
616#define longjmp(34,1036
617
618strrchr.c,56
619char *strrchr(strrchr4,47
620char *rindex(rindex20,441
621
622__lltostr.c,21
623int __lltostr(5,101
624
625fdprintf.c,19
626int fdprintf(6,79
627
628wcscmp.c,36
629int wcscmp(3,20
630int wcscoll(9,130
631
632isupper.c,45
633int __isupper_ascii 4,52
634int isupper 9,131
635
636iscntrl.c,45
637int __iscntrl_ascii 4,52
638int iscntrl 8,138
639
640abort.c,18
641void abort(7,105
642
643stat.h,56
644#define _STAT_H_23,845
645typedef uint32_t mode_t;27,883
646
647limits.h,1335
648#define _LIMITS_H2,18
649#define __SCHAR_MAX__ 7,80
650#define __SHRT_MAX__ 10,136
651#define __INT_MAX__ 13,193
652#define __LONG_MAX__ 17,277
653#define __LONG_MAX__ 19,328
654#define CHAR_BIT 23,379
655#define SCHAR_MIN 25,399
656#define SCHAR_MAX 26,440
657#define UCHAR_MAX 27,480
658#undef CHAR_MIN30,550
659#define CHAR_MIN 31,566
660#undef CHAR_MAX32,585
661#define CHAR_MAX 33,601
662#undef CHAR_MIN35,634
663#define CHAR_MIN 36,650
664#undef CHAR_MAX37,677
665#define CHAR_MAX 38,693
666#define SHRT_MIN 41,728
667#define SHRT_MAX 42,768
668#define USHRT_MAX 44,845
669#define USHRT_MAX 46,896
670#define INT_MIN 49,947
671#define INT_MAX 50,986
672#define UINT_MAX 51,1024
673#define LONG_MIN 53,1069
674#define LONG_MAX 54,1110
675#define ULONG_MAX 55,1156
676#define LLONG_MAX 57,1204
677#define LLONG_MIN 58,1244
678#define ULLONG_MAX 61,1358
679#define SSIZE_MIN 63,1402
680#define SSIZE_MAX 64,1429
681#define PASS_MAX        66,1457
682#define NR_OPEN 68,1479
683#define NGROUPS_MAX     70,1502
684#define ARG_MAX 71,1568
685#define CHILD_MAX       72,1635
686#define OPEN_MAX 74,1737
687#define LINK_MAX        75,1789
688#define MAX_CANON       76,1840
689#define MAX_INPUT       77,1902
690#define NAME_MAX        79,2010
691#define PATH_MAX        80,2051
692#define PIPE_BUF        82,2159
693#define RTSIG_MAX       84,2215
694#define LINE_MAX        86,2237
695#define ATEXIT_MAX 87,2259
696#define _POSIX_PATH_MAX 90,2313
697#define MB_LEN_MAX 91,2346
698#define IOV_MAX 94,2390
699
700swab.c,16
701void swab(3,21
702
703tmpfile.c,77
704FILE *tmpfile_unlocked(tmpfile_unlocked9,175
705FILE *tmpfile(tmpfile18,371
706
707ftell.c,45
708long ftell_unlocked(5,63
709long ftell(14,304
710
711open.c,17
712int open(28,932
713
714atoi.c,15
715int atoi(6,81
716
717memmem.c,51
718#define _GNU_SOURCE 1,0
719void *memmem(memmem5,63
720
721wmemcmp.c,18
722int wmemcmp(3,20
723
724dma_memcpy.c,97
725static void* __attribute__ ((noinline)) _dma_memcpy 28,949
726void *dma_memcpy dma_memcpy39,1140
727
728div.c,16
729div_t div(4,46
730
731atol.c,65
732long int atol(5,60
733long long int atoll(20,354
734int atoi(22,427
735
736strtoul.c,32
737unsigned long int strtoul(6,79
738
739strtoull.c,108
740unsigned long long int strtoull(7,101
741unsigned long long int strtouq(60,1300
742uintmax_t strtoumax(63,1412
743
744rand48.c,354
745static randbuf rand48buf;3,21
746#define A_0 4,47
747#define A_1 5,67
748#define A_2 6,87
749#define C 7,104
750static randbuf a 8,118
751static unsigned short c 9,156
752static void calc_next(11,186
753long lrand48(28,560
754long mrand48(32,612
755void srand48(36,664
756unsigned short *seed48(seed4846,834
757void lcong48(60,1066
758long jrand48(69,1212
759long nrand48(76,1314
760
761pipe.c,17
762int pipe(26,895
763
764inttypes.h,4862
765#define _INTTYPES_H2,20
766#  define __PRI64_PREFIX        7,84
767#  define __PRIPTR_PREFIX       8,113
768#  define __PRI64_PREFIX        10,150
769#  define __PRIPTR_PREFIX11,180
770# define PRId8  17,287
771# define PRId16 18,307
772# define PRId32 19,328
773# define PRId64 20,349
774# define PRIdLEAST8     22,386
775# define PRIdLEAST16    23,410
776# define PRIdLEAST32    24,435
777# define PRIdLEAST64    25,460
778# define PRIdFAST8      27,501
779# define PRIdFAST16     28,524
780# define PRIdFAST32     29,548
781# define PRIdFAST64     30,572
782# define PRIi8  33,613
783# define PRIi16 34,633
784# define PRIi32 35,654
785# define PRIi64 36,675
786# define PRIiLEAST8     38,712
787# define PRIiLEAST16    39,736
788# define PRIiLEAST32    40,761
789# define PRIiLEAST64    41,786
790# define PRIiFAST8      43,827
791# define PRIiFAST16     44,850
792# define PRIiFAST32     45,874
793# define PRIiFAST64     46,898
794# define PRIo8  49,961
795# define PRIo16 50,981
796# define PRIo32 51,1002
797# define PRIo64 52,1023
798# define PRIoLEAST8     54,1060
799# define PRIoLEAST16    55,1084
800# define PRIoLEAST32    56,1109
801# define PRIoLEAST64    57,1134
802# define PRIoFAST8      59,1175
803# define PRIoFAST16     60,1198
804# define PRIoFAST32     61,1222
805# define PRIoFAST64     62,1246
806# define PRIu8  65,1312
807# define PRIu16 66,1332
808# define PRIu32 67,1353
809# define PRIu64 68,1374
810# define PRIuLEAST8     70,1411
811# define PRIuLEAST16    71,1435
812# define PRIuLEAST32    72,1460
813# define PRIuLEAST64    73,1485
814# define PRIuFAST8      75,1526
815# define PRIuFAST16     76,1549
816# define PRIuFAST32     77,1573
817# define PRIuFAST64     78,1597
818# define PRIx8  81,1676
819# define PRIx16 82,1696
820# define PRIx32 83,1717
821# define PRIx64 84,1738
822# define PRIxLEAST8     86,1775
823# define PRIxLEAST16    87,1799
824# define PRIxLEAST32    88,1824
825# define PRIxLEAST64    89,1849
826# define PRIxFAST8      91,1890
827# define PRIxFAST16     92,1913
828# define PRIxFAST32     93,1937
829# define PRIxFAST64     94,1961
830# define PRIX8  97,2040
831# define PRIX16 98,2060
832# define PRIX32 99,2081
833# define PRIX64 100,2102
834# define PRIXLEAST8     102,2139
835# define PRIXLEAST16    103,2163
836# define PRIXLEAST32    104,2188
837# define PRIXLEAST64    105,2213
838# define PRIXFAST8      107,2254
839# define PRIXFAST16     108,2277
840# define PRIXFAST32     109,2301
841# define PRIXFAST64     110,2325
842# define PRIdMAX        114,2421
843# define PRIiMAX        115,2457
844# define PRIoMAX        116,2493
845# define PRIuMAX        117,2529
846# define PRIxMAX        118,2565
847# define PRIXMAX        119,2601
848# define PRIdPTR        123,2694
849# define PRIiPTR        124,2731
850# define PRIoPTR        125,2768
851# define PRIuPTR        126,2805
852# define PRIxPTR        127,2842
853# define PRIXPTR        128,2879
854# define SCNd8  134,2997
855# define SCNd16 135,3019
856# define SCNd32 136,3041
857# define SCNd64 137,3062
858# define SCNdLEAST8     139,3099
859# define SCNdLEAST16    140,3125
860# define SCNdLEAST32    141,3151
861# define SCNdLEAST64    142,3176
862# define SCNdFAST8      144,3217
863# define SCNdFAST16     145,3242
864# define SCNdFAST32     146,3282
865# define SCNdFAST64     147,3322
866# define SCNi8  150,3394
867# define SCNi16 151,3416
868# define SCNi32 152,3438
869# define SCNi64 153,3459
870# define SCNiLEAST8     155,3496
871# define SCNiLEAST16    156,3522
872# define SCNiLEAST32    157,3548
873# define SCNiLEAST64    158,3573
874# define SCNiFAST8      160,3614
875# define SCNiFAST16     161,3639
876# define SCNiFAST32     162,3679
877# define SCNiFAST64     163,3719
878# define SCNu8  166,3793
879# define SCNu16 167,3815
880# define SCNu32 168,3837
881# define SCNu64 169,3858
882# define SCNuLEAST8     171,3895
883# define SCNuLEAST16    172,3921
884# define SCNuLEAST32    173,3947
885# define SCNuLEAST64    174,3972
886# define SCNuFAST8      176,4013
887# define SCNuFAST16     177,4038
888# define SCNuFAST32     178,4078
889# define SCNuFAST64     179,4118
890# define SCNo8  182,4181
891# define SCNo16 183,4203
892# define SCNo32 184,4225
893# define SCNo64 185,4246
894# define SCNoLEAST8     187,4283
895# define SCNoLEAST16    188,4309
896# define SCNoLEAST32    189,4335
897# define SCNoLEAST64    190,4360
898# define SCNoFAST8      192,4401
899# define SCNoFAST16     193,4426
900# define SCNoFAST32     194,4466
901# define SCNoFAST64     195,4506
902# define SCNx8  198,4575
903# define SCNx16 199,4597
904# define SCNx32 200,4619
905# define SCNx64 201,4640
906# define SCNxLEAST8     203,4677
907# define SCNxLEAST16    204,4703
908# define SCNxLEAST32    205,4729
909# define SCNxLEAST64    206,4754
910# define SCNxFAST8      208,4795
911# define SCNxFAST16     209,4820
912# define SCNxFAST32     210,4860
913# define SCNxFAST64     211,4900
914# define SCNdMAX        215,4996
915# define SCNiMAX        216,5032
916# define SCNoMAX        217,5068
917# define SCNuMAX        218,5104
918# define SCNxMAX        219,5140
919# define SCNdPTR        222,5232
920# define SCNiPTR        223,5269
921# define SCNoPTR        224,5306
922# define SCNuPTR        225,5343
923# define SCNxPTR        226,5380
924typedef int int16_t 230,5505
925typedef int int32_t 234,5628
926typedef unsigned int uint16_t 238,5748
927typedef unsigned int uint32_t 242,5881
928typedef signed long int64_t;247,5976
929typedef unsigned long uint64_t;248,6005
930typedef signed long int intmax_t;249,6037
931typedef unsigned long int uintmax_t;250,6071
932typedef signed long long int intmax_t;252,6114
933typedef unsigned long long int uintmax_t;253,6153
934
935mbstowcs.c,22
936size_t mbstowcs(4,40
937
938setvbuf.c,77
939static int set_flags(7,108
940int setvbuf_unlocked(17,462
941int setvbuf(37,950
942
943memory.h,23
944#define _MEMORY_H2,18
945
946strcmp.c,35
947strcmp 7,156
948int strcoll(50,1175
949
950close.c,18
951int close 26,895
952
953iswpunct.c,47
954int __iswpunct_ascii(4,53
955int iswpunct(9,144
956
957wcwidth.c,44
958#define _XOPEN_SOURCE1,0
959int wcwidth(4,42
960
961getcwd.c,49
962char * __attribute__ ((noinline)) getcwd(26,895
963
964stddef.h,279
965#define _STDDEF_H2,18
966typedef __PTRDIFF_TYPE__ ptrdiff_t;8,101
967typedef __WCHAR_TYPE__ wchar_t;10,163
968typedef signed long ptrdiff_t;13,208
969typedef int wchar_t;14,239
970#undef NULL17,268
971#define NULL 19,305
972#define NULL 21,326
973#undef offsetof24,356
974#define offsetof(25,372
975
976memcpy.c,14
977memcpy 8,160
978
979iswupper.c,47
980int __iswupper_ascii 4,56
981int iswupper 9,137
982
983fgetc_unlocked.c,43
984int fgetc_unlocked(4,44
985int fgetc(43,948
986
987stdio.h,1302
988#define _STDIO_H2,17
989typedef struct __stdio_file FILE;9,116
990int printf(17,355
991int fprintf(18,437
992int sprintf(19,534
993int snprintf(20,628
994int asprintf(21,736
995int scanf(23,833
996int fscanf(24,913
997int sscanf(25,1008
998int vprintf(27,1107
999int vfprintf(28,1197
1000int vsprintf(29,1302
1001int vsnprintf(30,1404
1002int fdprintf(32,1521
1003int vfdprintf(33,1613
1004int vscanf(35,1714
1005int vsscanf(36,1802
1006int vfscanf(37,1908
1007#define putc(59,2567
1008#define putchar(60,2606
1009#define putc_unlocked(61,2641
1010#define putchar_unlocked(62,2698
1011inline int putc(64,2757
1012inline int putc_unlocked(65,2823
1013#define getc(69,2941
1014#define getchar(70,2976
1015#define getc_unlocked(71,3007
1016#define getchar_unlocked(72,3060
1017inline int getc_unlocked(74,3115
1018inline int getchar_unlocked(75,3190
1019#define off_t 92,3730
1020#define fseeko(93,3751
1021#define ftello(94,3801
1022#define EOF 129,4768
1023#define BUFSIZ 131,4786
1024#define _IONBF 133,4806
1025#define _IOLBF 134,4823
1026#define _IOFBF 135,4840
1027#define setbuf(141,5020
1028#define setbuffer(142,5092
1029#define setlinebuf(143,5170
1030inline int setbuf(145,5235
1031inline int setbuffer(147,5338
1032inline int setlinebuf(149,5455
1033#define L_tmpnam 157,5628
1034#define P_tmpdir 158,5649
1035#define FILENAME_MAX 164,5845
1036#define FOPEN_MAX 165,5876
1037#define TMP_MAX 167,5898
1038#define L_ctermid 170,5967
1039
1040errno_location.c,90
1041int *__errno_location(__errno_location3,19
1042int *__errno_location(__errno_location4,70
1043
1044endian.h,570
1045#define _ENDIAN_H2,18
1046#define __LITTLE_ENDIAN 4,37
1047#define __BIG_ENDIAN    5,66
1048#undef __mips64__11,172
1049#define __BYTE_ORDER    16,293
1050#define __FLOAT_WORD_ORDER      17,331
1051#define __BYTE_ORDER    21,550
1052#define __FLOAT_WORD_ORDER      22,588
1053#define __BYTE_ORDER    28,683
1054#define __FLOAT_WORD_ORDER      29,718
1055#define LITTLE_ENDIAN   32,766
1056#define BIG_ENDIAN      33,805
1057#define BYTE_ORDER      34,838
1058# define __LONG_LONG_PAIR(37,908
1059# define __LONG_LONG_PAIR(39,984
1060#define __WORDSIZE 44,1213
1061#define __WORDSIZE_COMPAT32 48,1318
1062#define __WORDSIZE 52,1395
1063#define __WORDSIZE 56,1444
1064
1065iswdigit.c,19
1066int iswdigit(3,21
1067
1068strtok_r.c,29
1069char*strtok_r(strtok_r3,21
1070
1071strncat.c,29
1072char *strncat(strncat6,183
1073
1074isxdigit.c,47
1075int __isxdigit_ascii 2,33
1076int isxdigit 8,178
1077
1078fclose.c,45
1079int fclose_unlocked(5,64
1080int fclose(24,445
1081
1082ferror.c,44
1083int ferror_unlocked(3,24
1084int ferror(6,102
1085
1086wctype.h,333
1087#define _WCTYPE_H2,18
1088typedef const int32_t* wctrans_t;6,57
1089int iswalnum(8,92
1090int iswalpha(9,143
1091int iswblank(10,194
1092int iswcntrl(11,245
1093int iswdigit(12,296
1094int iswgraph(13,347
1095int iswlower(14,398
1096int iswprint(15,449
1097int iswpunct(16,500
1098int iswspace(17,551
1099int iswupper(18,602
1100int iswxdigit(19,653
1101int iswctype(20,705
1102
1103wcslen.c,20
1104size_t wcslen(3,20
1105
1106ctype.h,447
1107#define _CTYPE_H2,17
1108extern int isascii 4,35
1109extern int isblank 5,92
1110extern int isalnum 6,149
1111extern int isalpha 7,206
1112extern int isdigit 8,263
1113extern int isspace 9,320
1114extern int isupper 11,378
1115extern int islower 12,435
1116extern int toascii(14,493
1117extern int tolower(15,549
1118extern int toupper(16,605
1119extern int isprint(18,662
1120extern int ispunct(19,718
1121extern int iscntrl(20,774
1122extern int isxdigit(23,861
1123extern int isgraph(25,919
1124
1125strcpy.c,14
1126strcpy 7,159
1127
1128strtod.c,20
1129double strtod(5,60
1130
1131printf.c,18
1132int printf(7,103
1133
1134vscanf.c,18
1135int vscanf(7,103
1136
1137write.c,49
1138ssize_t __attribute__ ((noinline)) write(27,950
1139
1140strncmp.c,19
1141int strncmp(6,176
1142
1143iswspace.c,47
1144int __iswspace_ascii(4,53
1145int iswspace(8,140
1146
1147opendir.c,85
1148static int __attribute__ ((noinline)) _opendir(30,955
1149DIR *opendir(opendir41,1112
1150
1151wmemcpy.c,31
1152wchar_t *wmemcpy(wmemcpy3,20
1153
1154isatty.c,17
1155int isatty(3,21
1156
1157strncasecmp.c,23
1158int  strncasecmp 4,41
1159
1160dietfeatures.h,542
1161#define _DIETFEATURES_H2,24
1162#define WANT_CHARACTER_CLASSES_IN_SCANF8,194
1163#define WANT_NULL_PRINTF9,234
1164#define WANT_FREAD_OPTIMIZATION20,588
1165#define SLASH_PROC_OK23,691
1166#define WANT_LD_SO_GDB_SUPPORT35,960
1167#define WANT_FASTER_STRING_ROUTINES38,1045
1168#define WANT_CRYPT_MD581,2523
1169#define WANT_SSP119,4245
1170#define CALL_IN_STARTCODE 126,4353
1171#define CALL_IN_STARTCODE 128,4394
1172#define WANT_SMALL_STRING_ROUTINES132,4469
1173#define errno 137,4558
1174#define _REENTRANT138,4594
1175#define WANT_DYNAMIC145,4734
1176#undef WANT_SAFEGUARD149,4832
1177
1178strtol.c,81
1179#define ABS_LONG_MIN 8,126
1180#define ABS_LONG_MIN 10,175
1181long int strtol(12,216
1182
1183strcasecmp.c,22
1184int  strcasecmp 3,22
1185
1186fdopen.c,73
1187FILE *fdopen_unlocked(fdopen_unlocked7,108
1188FILE *fdopen(fdopen15,328
1189
1190isprint.c,18
1191int isprint 4,44
1192
1193readdir.c,203
1194struct vfs_dirent_s29,954
1195  uint32_t d_type;31,976
1196  size_t d_size;32,995
1197  char d_name[d_name33,1012
1198static int __attribute__ ((noinline)) _readdir(37,1042
1199struct dirent *readdir(readdir48,1231
1200
1201strncpy.c,82
1202#define _POSIX_SOURCE1,0
1203#define _XOPEN_SOURCE2,22
1204char *strncpy(strncpy9,246
1205
1206ungetc.c,45
1207int ungetc_unlocked(3,24
1208int ungetc(12,246
1209
1210stderr.c,83
1211static FILE __stderr 3,24
1212FILE *stderr=stderr18,262
1213int __fflush_stderr(20,287
1214
1215strlcpy.c,58
1216static char *rcsid rcsid31,1594
1217size_t strlcpy(42,1951
1218
1219fread.c,50
1220size_t fread_unlocked(6,83
1221size_t fread(69,1671
1222
1223ispunct.c,45
1224int __ispunct_ascii 4,52
1225int ispunct 9,152
1226
1227strdup.c,26
1228char *strdup(strdup4,41
1229
1230__v_printf.c,266
1231#define MAX_WIDTH 10,173
1232static inline unsigned long skip_to(12,200
1233#define A_WRITE(18,347
1234#define B_WRITE(19,416
1235static const char pad_line[pad_line21,569
1236static int write_pad(22,649
1237int __v_printf(36,1025
1238      union { char*s;s51,1360
1239#define s 52,1391
1240
1241sys_errlist.c,49
1242const char * const sys_errlist[sys_errlist3,20
1243
1244atexit.c,186
1245typedef void (*function)function6,85
1246#define NUM_ATEXIT      8,118
1247static function __atexitlist[__atexitlist10,141
1248static int atexit_counter;11,183
1249int atexit(13,211
1250void exit(23,364
1251
1252vsscanf.c,121
1253struct str_data 7,103
1254  unsigned char* str;8,121
1255static int sgetc(11,147
1256static int sputc(16,262
1257int vsscanf(20,345
1258
1259strtoll.c,56
1260long long int strtoll(7,101
1261intmax_t strtoimax(29,597
1262
1263errno_list.c,35
1264char *sys_errlist[sys_errlist1,0
1265
1266md5crypt.c,107
1267static char rcsid[rcsid16,623
1268static unsigned char itoa64[itoa6424,824
1269to64(30,1011
1270md5crypt(48,1192
1271
1272mkdir.c,45
1273int __attribute__ ((noinline)) mkdir(26,893
1274
1275stdout.c,127
1276static char __stdout_buf[__stdout_buf3,24
1277static FILE __stdout 4,59
1278FILE *stdout=stdout19,330
1279int __fflush_stdout(21,355
1280
1281iswgraph.c,47
1282int __iswgraph_ascii(4,53
1283int iswgraph(8,136
1284
1285wcsncat.c,23
1286wchar_t* wcsncat(3,20
1287
1288md5.c,332
1289static void CopyToLittleEndian 31,1167
1290void MD5Init 55,1728
1291#define ROTATE_LEFT(65,1999
1292#define F(67,2053
1293#define G(68,2092
1294#define H(69,2131
1295#define I(70,2162
1296#define FF(72,2197
1297#define GG(73,2315
1298#define HH(74,2433
1299#define II(75,2551
1300static void __MD5Transform 77,2670
1301void MD5Update 181,7044
1302void MD5Final 215,8011
1303
1304memchr.c,19
1305void* memchr(5,71
1306
1307regex.h,1045
1308#define _REGEX_H2,17
1309typedef ptrdiff_t regoff_t;7,75
1310  regoff_t rm_so;10,121
1311  regoff_t rm_eo;11,139
1312} regmatch_t;12,157
1313#define REG_EXTENDED 14,172
1314#define REG_ICASE 15,195
1315#define REG_NOSUB 16,215
1316#define REG_NEWLINE 17,235
1317#define REG_NOTBOL 19,258
1318#define REG_NOTEOL 20,279
1319#define REG_NOMATCH 22,301
1320#define RE_DUP_MAX 24,325
1321typedef int (*matcher)matcher28,369
1322typedef struct __regex_t 30,461
1323  struct regex 31,488
1324    matcher m;32,505
1325    void* next;33,520
1326    int pieces;34,536
1327    int num;35,552
1328    struct branch* b;36,565
1329  } r;37,587
1330  int brackets,38,594
1331  int brackets,cflags;38,594
1332  regmatch_t* l;39,617
1333} regex_t;40,634
1334#define re_nsub 41,645
1335enum __regex_errors 48,947
1336  REG_NOERROR,49,969
1337  REG_BADRPT,50,984
1338  REG_BADBR,51,1082
1339  REG_EBRACE,52,1141
1340  REG_EBRACK,53,1198
1341  REG_ERANGE,54,1253
1342  REG_ECTYPE,56,1385
1343  REG_ECOLLATE,57,1435
1344  REG_EPAREN,58,1484
1345  REG_ESUBREG,59,1544
1346  REG_EEND,60,1608
1347  REG_EESCAPE,61,1679
1348  REG_BADPAT,62,1720
1349  REG_ESIZE,63,1796
1350  REG_ESPACE 65,1928
1351
1352iswcntrl.c,47
1353int __iswcntrl_ascii(4,53
1354int iswcntrl(8,135
1355
1356malloc.c,114
1357void * __attribute__ ((noinline)) malloc 30,1010
1358void free(40,1165
1359void* realloc(44,1191
1360void* calloc(72,1581
1361
1362wcrtomb.c,53
1363static mbstate_t internal;4,44
1364size_t wcrtomb(6,72
1365
1366crt0.c,74
1367int errno 28,957
1368void __attribute__ ((section (".init"))) _start(30,973
1369
1370strspn.c,20
1371size_t strspn(4,40
1372
1373bsearch.c,28
1374void *bsearch(bsearch4,41
1375
1376unistd.h,455
1377#define _UNISTD_H_23,847
1378#define O_APPEND 27,887
1379#define O_RDONLY 28,917
1380#define O_WRONLY 29,947
1381#define O_RDWR 30,977
1382#define O_CREAT 31,1007
1383#define O_EXCL 32,1037
1384#define O_TRUNC 33,1067
1385#define SEEK_SET 35,1089
1386#define SEEK_CUR 36,1110
1387#define SEEK_END 37,1131
1388#define STDIN_FILENO 39,1153
1389#define STDOUT_FILENO 40,1176
1390#define STDERR_FILENO 41,1200
1391static char __buff_[__buff_64,1764
1392#define log_msg(65,1790
1393#define log_msg(71,1943
1394
1395stdin.c,148
1396static char __stdin_buf[__stdin_buf4,44
1397static FILE __stdin 5,78
1398int __stdin_is_tty(20,355
1399FILE *stdin=stdin26,454
1400int __fflush_stdin(28,477
1401
1402mbrlen.c,52
1403static mbstate_t internal;4,39
1404size_t mbrlen(6,67
1405
1406strlcat.c,58
1407static char *rcsid rcsid31,1594
1408size_t strlcat(44,2044
1409
1410iswxdigit.c,50
1411int __iswxdigit_ascii(4,54
1412int iswxdigit(10,196
1413
1414fgetpos.c,18
1415int fgetpos(3,20
1416
1417closedir.c,78
1418static int __attribute__ ((noinline)) _closedir(26,895
1419int closedir(36,1056
1420
1421vsnprintf.c,133
1422struct str_data 8,123
1423  char* str;9,141
1424  size_t len;10,154
1425  size_t size;11,168
1426static int swrite(14,187
1427int vsnprintf(28,481
1428
1429llabs.c,26
1430long long int llabs(5,62
1431
1432towupper.c,22
1433wint_t towupper(3,21
1434
1435isalpha.c,18
1436int isalpha(3,20
1437
1438iswlower.c,47
1439int __iswlower_ascii(4,53
1440int iswlower 8,130
1441
1442__v_scanf.c,68
1443#define A_GETC(12,194
1444#define A_PUTC(13,250
1445int __v_scanf(15,313
1446
1447vfprintf.c,48
1448static int __fwrite(7,103
1449int vfprintf(11,193
1450
1451fflush.c,190
1452FILE *__stdio_root __stdio_root7,109
1453int __stdio_atexit=9,137
1454int fflush(11,160
1455void __stdio_flushall(13,234
1456int fflush_unlocked(18,350
1457int __fflush4(48,996
1458int __stdio_outs(65,1494
1459
1460sscanf.c,17
1461int sscanf(4,40
1462
1463mbsinit.c,18
1464int mbsinit(3,20
1465
1466lldiv.c,44
1467#define _GNU_SOURCE1,0
1468lldiv_t lldiv(4,41
1469
1470strpbrk.c,28
1471char *strpbrk(strpbrk4,40
1472
1473wcscpy.c,22
1474wchar_t* wcscpy(3,20
1475
1476mkfifo.c,19
1477int mkfifo(26,893
1478
1479clock.c,22
1480clock_t clock(28,931
1481
1482mblen.c,16
1483int mblen(4,40
1484
1485vfdprintf.c,49
1486static int __fwrite(7,103
1487int vfdprintf(11,190
1488
1489wcsrchr.c,23
1490wchar_t* wcsrchr(3,20
1491
1492fscanf.c,18
1493int fscanf(7,103
1494
1495fsetpos.c,18
1496int fsetpos(4,40
1497
1498memccpy.c,81
1499#define _POSIX_SOURCE1,0
1500#define _XOPEN_SOURCE2,22
1501void *memccpy(memccpy6,84
1502
1503memrchr.c,44
1504#define _GNU_SOURCE1,0
1505void* memrchr(5,60
1506
1507atoll.c,26
1508long long int atoll(6,81
1509
1510isascii.c,18
1511int isascii 3,20
1512
1513feof.c,40
1514int feof_unlocked(3,24
1515int feof(8,148
1516
1517rx.c,2439
1518#define NDEBUG1,0
1519#undef WANT_REGEX_JIT11,178
1520struct bracketed 34,1263
1521  unsigned int cc[cc35,1282
1522struct string 47,1431
1523  char* s;48,1447
1524  size_t len;49,1458
1525struct atom 52,1476
1526  matcher m;53,1490
1527  void* next;54,1503
1528  enum { ILLEGAL,55,1517
1529  enum { ILLEGAL, EMPTY,55,1517
1530  enum { ILLEGAL, EMPTY, REGEX,55,1517
1531  enum { ILLEGAL, EMPTY, REGEX, BRACKET,55,1517
1532  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY,55,1517
1533  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART,55,1517
1534  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND,55,1517
1535  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART,55,1517
1536  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART, WORDEND,55,1517
1537  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART, WORDEND, CHAR,55,1517
1538  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART, WORDEND, CHAR, STRING,55,1517
1539  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART, WORDEND, CHAR, STRING, BACKREF,55,1517
1540  enum { ILLEGAL, EMPTY, REGEX, BRACKET, ANY, LINESTART, LINEEND, WORDSTART, WORDEND, CHAR, STRING, BACKREF, } type;55,1517
1541  int bnum;56,1634
1542    struct regex r;58,1656
1543    struct bracketed b;59,1676
1544    char c;60,1700
1545    struct string s;61,1712
1546  } u;62,1733
1547struct piece 65,1744
1548  matcher m;66,1759
1549  void* next;67,1772
1550  struct atom a;68,1786
1551  unsigned int min,69,1803
1552  unsigned int min,max;69,1803
1553struct branch 72,1831
1554  matcher m;73,1847
1555  void* next;74,1860
1556  int num;75,1874
1557  struct piece *p;p76,1885
1558static void clearcc(79,1908
1559static void setcc(83,1990
1560static int issetcc(87,2079
1561static const char* parsebracketed(91,2177
1562static int matchatom_CHAR(113,2816
1563static int matchatom_CHAR_ICASE(125,3257
1564static int matchatom(137,3719
1565static const char* parseatom(246,6822
1566static int matchpiece(323,8502
1567static const char* parsepiece(368,10013
1568static int matchbranch(398,10804
1569static int matchempty(416,11360
1570static const char* parsebranch(420,11509
1571static int matchregex(454,12440
1572static const char* parseregex(473,13000
1573static void atom_putnext(515,14188
1574static void piece_putnext(521,14337
1575static void branch_putnext(526,14464
1576static void regex_putnext(541,14883
1577int regcomp(550,15055
1578int regexec(559,15300
1579static void __regfree(584,16208
1580void regfree(599,16529
1581size_t regerror(604,16619
1582int main(613,16834
1583
1584read.c,48
1585ssize_t __attribute__ ((noinline)) read 27,950
1586
1587scanf.c,17
1588int scanf(7,103
1589
1590strings.h,149
1591#define _STRINGS_H2,19
1592int ffs(9,187
1593#define bzero(12,232
1594#define bcopy(13,265
1595#define bcmp(14,311
1596#define index(15,345
1597#define rindex(16,376
1598
1599strsep.c,26
1600char *strsep(strsep3,21
1601
1602dietwarning.h,85
1603#define link_warning(7,79
1604#define link_warning(12,202
1605#define link_warning(21,318
1606
1607mkstemp.c,46
1608#define O_NOFOLLOW 9,144
1609int mkstemp(12,173
1610
1611fdglue.c,31
1612int __stdio_parse_mode(10,154
Note: See TracBrowser for help on using the repository browser.