This file is indexed.

/usr/share/splint/imports/setjmp.lcs is in splint-data 3.1.2.dfsg1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
%PASSED Output from LCLint 2.0
%LCLimports 
%LCLSortTable
%LCLsort bool immutable nil nil
%LCLsort Bool synonym bool nil
%LCLsort int primitive nil nil
%LCLsort char primitive nil nil
%LCLsort void primitive nil nil
%LCLsort _char_Obj obj char nil
%LCLsort __char_Obj_Ptr ptr _char_Obj nil
%LCLsort __char_Obj_Arr arr _char_Obj nil
%LCLsort _char_Vec vec char __char_Obj_Arr
%LCLsort float primitive nil nil
%LCLsort double primitive nil nil
%LCLsort _eerrno0e_Enum enum eerrno0e nil
%LCLsort EDUPTOOMANYCPUS enumMem nil nil
%LCLsort EDUPINTRANSIT enumMem nil nil
%LCLsort EDUPBADOPCODE enumMem nil nil
%LCLsort EDUPNOTRUN enumMem nil nil
%LCLsort EDUPNOTWAIT enumMem nil nil
%LCLsort EDUPNOTIDLE enumMem nil nil
%LCLsort EDUPNOTCNTD enumMem nil nil
%LCLsort EDUPNODISCONN enumMem nil nil
%LCLsort EDUPNOCONN enumMem nil nil
%LCLsort ENODUST enumMem nil nil
%LCLsort ENOSYSTEM enumMem nil nil
%LCLsort ENORESOURCES enumMem nil nil
%LCLsort ENOACTIVE enumMem nil nil
%LCLsort EACTIVE enumMem nil nil
%LCLsort ENOSYS enumMem nil nil
%LCLsort ENOLCK enumMem nil nil
%LCLsort EDEADLK enumMem nil nil
%LCLsort EALIGN enumMem nil nil
%LCLsort EIDRM enumMem nil nil
%LCLsort ENOMSG enumMem nil nil
%LCLsort EREMOTE enumMem nil nil
%LCLsort ESTALE enumMem nil nil
%LCLsort EDQUOT enumMem nil nil
%LCLsort EUSERS enumMem nil nil
%LCLsort EPROCLIM enumMem nil nil
%LCLsort ENOTEMPTY enumMem nil nil
%LCLsort EHOSTUNREACH enumMem nil nil
%LCLsort EHOSTDOWN enumMem nil nil
%LCLsort ENAMETOOLONG enumMem nil nil
%LCLsort ELOOP enumMem nil nil
%LCLsort ECONNREFUSED enumMem nil nil
%LCLsort ETIMEDOUT enumMem nil nil
%LCLsort ETOOMANYREFS enumMem nil nil
%LCLsort ESHUTDOWN enumMem nil nil
%LCLsort ENOTCONN enumMem nil nil
%LCLsort EISCONN enumMem nil nil
%LCLsort ENOBUFS enumMem nil nil
%LCLsort ECONNRESET enumMem nil nil
%LCLsort ECONNABORTED enumMem nil nil
%LCLsort ENETRESET enumMem nil nil
%LCLsort ENETUNREACH enumMem nil nil
%LCLsort ENETDOWN enumMem nil nil
%LCLsort EADDRNOTAVAIL enumMem nil nil
%LCLsort EADDRINUSE enumMem nil nil
%LCLsort EAFNOSUPPORT enumMem nil nil
%LCLsort EPFNOSUPPORT enumMem nil nil
%LCLsort EOPNOTSUPP enumMem nil nil
%LCLsort ESOCKTNOSUPPORT enumMem nil nil
%LCLsort EPROTONOSUPPORT enumMem nil nil
%LCLsort ENOPROTOOPT enumMem nil nil
%LCLsort EPROTOTYPE enumMem nil nil
%LCLsort EMSGSIZE enumMem nil nil
%LCLsort EDESTADDRREQ enumMem nil nil
%LCLsort ENOTSOCK enumMem nil nil
%LCLsort EALREADY enumMem nil nil
%LCLsort EINPROGRESS enumMem nil nil
%LCLsort EWOULDBLOCK enumMem nil nil
%LCLsort ERANGE enumMem nil nil
%LCLsort EDOM enumMem nil nil
%LCLsort EPIPE enumMem nil nil
%LCLsort EMLINK enumMem nil nil
%LCLsort EROFS enumMem nil nil
%LCLsort ESPIPE enumMem nil nil
%LCLsort ENOSPC enumMem nil nil
%LCLsort EFBIG enumMem nil nil
%LCLsort ETXTBSY enumMem nil nil
%LCLsort ENOTTY enumMem nil nil
%LCLsort EMFILE enumMem nil nil
%LCLsort ENFILE enumMem nil nil
%LCLsort EINVAL enumMem nil nil
%LCLsort EISDIR enumMem nil nil
%LCLsort ENOTDIR enumMem nil nil
%LCLsort ENODEV enumMem nil nil
%LCLsort EXDEV enumMem nil nil
%LCLsort EEXIST enumMem nil nil
%LCLsort EBUSY enumMem nil nil
%LCLsort ENOTBLK enumMem nil nil
%LCLsort EFAULT enumMem nil nil
%LCLsort EACCES enumMem nil nil
%LCLsort ENOMEM enumMem nil nil
%LCLsort EAGAIN enumMem nil nil
%LCLsort ECHILD enumMem nil nil
%LCLsort EBADF enumMem nil nil
%LCLsort ENOEXEC enumMem nil nil
%LCLsort E2BIG enumMem nil nil
%LCLsort ENXIO enumMem nil nil
%LCLsort EIO enumMem nil nil
%LCLsort EINTR enumMem nil nil
%LCLsort ESRCH enumMem nil nil
%LCLsort ENOENT enumMem nil nil
%LCLsort EPERM enumMem nil nil
%LCLsort enumEnd nil nil nil
%LCLsort __eerrno0e_Enum_Obj obj _eerrno0e_Enum nil
%LCLsort _int_Obj obj int nil
%LCLsort _lconv_Struct str lconv nil
%LCLsort n_sign_posn strMem _char_Obj nil
%LCLsort p_sign_posn strMem _char_Obj nil
%LCLsort n_sep_by_space strMem _char_Obj nil
%LCLsort n_cs_precedes strMem _char_Obj nil
%LCLsort p_sep_by_space strMem _char_Obj nil
%LCLsort p_cs_precedes strMem _char_Obj nil
%LCLsort frac_digits strMem _char_Obj nil
%LCLsort int_frac_digits strMem _char_Obj nil
%LCLsort negative_sign strMem ___char_Obj_Ptr_Obj nil
%LCLsort positive_sign strMem ___char_Obj_Ptr_Obj nil
%LCLsort mon_grouping strMem ___char_Obj_Ptr_Obj nil
%LCLsort mon_thousands_sep strMem ___char_Obj_Ptr_Obj nil
%LCLsort mon_decimal_point strMem ___char_Obj_Ptr_Obj nil
%LCLsort currency_symbol strMem ___char_Obj_Ptr_Obj nil
%LCLsort int_curr_symbol strMem ___char_Obj_Ptr_Obj nil
%LCLsort grouping strMem ___char_Obj_Ptr_Obj nil
%LCLsort thousands_sep strMem ___char_Obj_Ptr_Obj nil
%LCLsort decimal_point strMem ___char_Obj_Ptr_Obj nil
%LCLsort strEnd nil nil nil
%LCLsort ___char_Obj_Ptr_Obj obj __char_Obj_Ptr nil
%LCLsort _lconv_Struct_Tuple tup _lconv_Struct nil
%LCLsort __lconv_Struct_Ptr ptr _lconv_Struct nil
%LCLsort __lconv_Struct_Arr arr _lconv_Struct nil
%LCLsort __lconv_Struct_Tuple_Vec vec _lconv_Struct_Tuple __lconv_Struct_Arr
%LCLsort ___lconv synonym _lconv_Struct nil
%LCLsort _exception_Struct str exception nil
%LCLsort retval strMem _double_Obj nil
%LCLsort arg2 strMem _double_Obj nil
%LCLsort arg1 strMem _double_Obj nil
%LCLsort name strMem ___char_Obj_Ptr_Obj nil
%LCLsort ttype strMem _int_Obj nil
%LCLsort strEnd nil nil nil
%LCLsort _double_Obj obj double nil
%LCLsort _exception_Struct_Tuple tup _exception_Struct nil
%LCLsort __exception_Struct_Ptr ptr _exception_Struct nil
%LCLsort __exception_Struct_Arr arr _exception_Struct nil
%LCLsort __exception_Struct_Tuple_Vec vec _exception_Struct_Tuple __exception_Struct_Arr
%LCLsort ___exception synonym _exception_Struct nil
%LCLsort __int_Obj_Ptr ptr _int_Obj nil
%LCLsort __int_Obj_Arr arr _int_Obj nil
%LCLsort _int_Vec vec int __int_Obj_Arr
%LCLsort __double_Obj_Ptr ptr _double_Obj nil
%LCLsort __double_Obj_Arr arr _double_Obj nil
%LCLsort _double_Vec vec double __double_Obj_Arr
%LCLsort _emath1e_Enum enum emath1e nil
%LCLsort PLOSS enumMem nil nil
%LCLsort TLOSS enumMem nil nil
%LCLsort UNDERFLOW enumMem nil nil
%LCLsort OVERFLOW enumMem nil nil
%LCLsort SING enumMem nil nil
%LCLsort DOMAIN enumMem nil nil
%LCLsort enumEnd nil nil nil
%LCLsort __emath1e_Enum_Obj obj _emath1e_Enum nil
%LCLsort _jmp_buf synonym __int_Obj_Arr nil
%LCLsort _sigjmp_buf synonym __int_Obj_Arr nil
%LCLSortTableEnd
%LCLSymbolTable
%LCLop ENOMSG : -> _eerrno0e_Enum
%LCLop mod :int, int -> int
%LCLop EIDRM : -> _eerrno0e_Enum
%LCLop min :int, int -> int
%LCLop EALIGN : -> _eerrno0e_Enum
%LCLop max :int, int -> int
%LCLop EDEADLK : -> _eerrno0e_Enum
%LCLop 0 : -> int
%LCLop 0 : -> double
%LCLop ENOLCK : -> _eerrno0e_Enum
%LCLop 1 : -> int
%LCLop 1 : -> double
%LCLop if __ then __ else __  :bool, bool, bool -> bool
%LCLop if __ then __ else __  :bool, int, int -> int
%LCLop if __ then __ else __  :bool, double, double -> double
%LCLop if __ then __ else __  :bool, _char_Vec, _char_Vec -> _char_Vec
%LCLop if __ then __ else __  :bool, char, char -> char
%LCLop ENOSYS : -> _eerrno0e_Enum
%LCLop EACTIVE : -> _eerrno0e_Enum
%LCLop __ < __  :int, int -> bool
%LCLop __ < __  :double, double -> bool
%LCLop ENOACTIVE : -> _eerrno0e_Enum
%LCLop empty : -> _char_Vec
%LCLop __ > __  :int, int -> bool
%LCLop __ > __  :double, double -> bool
%LCLop ENORESOURCES : -> _eerrno0e_Enum
%LCLop ENOSYSTEM : -> _eerrno0e_Enum
%LCLop ENODUST : -> _eerrno0e_Enum
%LCLop count :char, _char_Vec -> int
%LCLop EDUPNOCONN : -> _eerrno0e_Enum
%LCLop head :_char_Vec -> char
%LCLop __ \inv :double -> double
%LCLop EDUPNODISCONN : -> _eerrno0e_Enum
%LCLop init :_char_Vec -> _char_Vec
%LCLop EDUPNOTCNTD : -> _eerrno0e_Enum
%LCLop isEmpty :_char_Vec -> bool
%LCLop EDUPNOTIDLE : -> _eerrno0e_Enum
%LCLop last :_char_Vec -> char
%LCLop EDUPNOTWAIT : -> _eerrno0e_Enum
%LCLop len :_char_Vec -> int
%LCLop __ \implies __  :bool, bool -> bool
%LCLop EDUPNOTRUN : -> _eerrno0e_Enum
%LCLop prefix :_char_Vec, int -> _char_Vec
%LCLop __ / __  :double, double -> double
%LCLop EDUPBADOPCODE : -> _eerrno0e_Enum
%LCLop removePrefix :_char_Vec, int -> _char_Vec
%LCLop EDUPINTRANSIT : -> _eerrno0e_Enum
%LCLop substring :_char_Vec, int, int -> _char_Vec
%LCLop __ || __  :_char_Vec, _char_Vec -> _char_Vec
%LCLop EDUPTOOMANYCPUS : -> _eerrno0e_Enum
%LCLop tail :_char_Vec -> _char_Vec
%LCLop __ \in __  :char, _char_Vec -> bool
%LCLop nullTerminated :_char_Vec -> bool
%LCLop throughNull :_char_Vec -> _char_Vec
%LCLop sameStr :_char_Vec, _char_Vec -> bool
%LCLop __ \select decimal_point :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select decimal_point :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop lenStr :_char_Vec -> int
%LCLop __ \select thousands_sep :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select thousands_sep :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop times10plus :int, int -> int
%LCLop __ \field_arrow decimal_point :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select grouping :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select grouping :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop plus1 :int -> int
%LCLop __ \field_arrow thousands_sep :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select int_curr_symbol :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select int_curr_symbol :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 2 : -> int
%LCLop __ \field_arrow grouping :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select currency_symbol :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select currency_symbol :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 3 : -> int
%LCLtag exception struct
%LCLop __ \field_arrow int_curr_symbol :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select mon_decimal_point :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select mon_decimal_point :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 4 : -> int
%LCLop __ \field_arrow currency_symbol :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select mon_thousands_sep :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select mon_thousands_sep :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 5 : -> int
%LCLop __ \field_arrow mon_decimal_point :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select mon_grouping :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select mon_grouping :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 6 : -> int
%LCLop __ \field_arrow mon_thousands_sep :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select positive_sign :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select positive_sign :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 7 : -> int
%LCLop __ \field_arrow mon_grouping :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select negative_sign :_lconv_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select negative_sign :_lconv_Struct -> ___char_Obj_Ptr_Obj
%LCLop 8 : -> int
%LCLop __ \field_arrow positive_sign :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select int_frac_digits :_lconv_Struct_Tuple -> char
%LCLop __ \select int_frac_digits :_lconv_Struct -> _char_Obj
%LCLop 9 : -> int
%LCLop __ \field_arrow negative_sign :__lconv_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select frac_digits :_lconv_Struct_Tuple -> char
%LCLop __ \select frac_digits :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow int_frac_digits :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select p_cs_precedes :_lconv_Struct_Tuple -> char
%LCLop __ \select p_cs_precedes :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow frac_digits :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select p_sep_by_space :_lconv_Struct_Tuple -> char
%LCLop __ \select p_sep_by_space :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow p_cs_precedes :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select n_cs_precedes :_lconv_Struct_Tuple -> char
%LCLop __ \select n_cs_precedes :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow p_sep_by_space :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select n_sep_by_space :_lconv_Struct_Tuple -> char
%LCLop __ \select n_sep_by_space :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow n_cs_precedes :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select p_sign_posn :_lconv_Struct_Tuple -> char
%LCLop __ \select p_sign_posn :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow n_sep_by_space :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \select n_sign_posn :_lconv_Struct_Tuple -> char
%LCLop __ \select n_sign_posn :_lconv_Struct -> _char_Obj
%LCLop __ \field_arrow p_sign_posn :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ \field_arrow n_sign_posn :__lconv_Struct_Ptr -> _char_Obj
%LCLop __ * __  :int, int -> int
%LCLop __ * __  :double, double -> double
%LCLop true : -> bool
%LCLop false : -> bool
%LCLop __ \and __  :bool, bool -> bool
%LCLop __ \or __  :bool, bool -> bool
%LCLop __ \eq __  :bool, bool -> bool
%LCLop __ \eq __  :int, int -> bool
%LCLop __ \eq __  :double, double -> bool
%LCLop __ \eq __  :_char_Vec, _char_Vec -> bool
%LCLop __ \eq __  :char, char -> bool
%LCLop \not __  :bool -> bool
%LCLop __ \neq __  :bool, bool -> bool
%LCLop __ \neq __  :int, int -> bool
%LCLop __ \neq __  :double, double -> bool
%LCLop __ \neq __  :_char_Vec, _char_Vec -> bool
%LCLop __ \neq __  :char, char -> bool
%LCLop { __ } :char -> _char_Vec
%LCLop EPERM : -> _eerrno0e_Enum
%LCLop ENOENT : -> _eerrno0e_Enum
%LCLop ESRCH : -> _eerrno0e_Enum
%LCLop EINTR : -> _eerrno0e_Enum
%LCLop __ \select ttype :_exception_Struct_Tuple -> int
%LCLop __ \select ttype :_exception_Struct -> _int_Obj
%LCLop EIO : -> _eerrno0e_Enum
%LCLop __ \select name :_exception_Struct_Tuple -> __char_Obj_Ptr
%LCLop __ \select name :_exception_Struct -> ___char_Obj_Ptr_Obj
%LCLop ENXIO : -> _eerrno0e_Enum
%LCLop __ \field_arrow ttype :__exception_Struct_Ptr -> _int_Obj
%LCLop __ \select arg1 :_exception_Struct_Tuple -> double
%LCLop __ \select arg1 :_exception_Struct -> _double_Obj
%LCLop E2BIG : -> _eerrno0e_Enum
%LCLop __ \field_arrow name :__exception_Struct_Ptr -> ___char_Obj_Ptr_Obj
%LCLop __ \select arg2 :_exception_Struct_Tuple -> double
%LCLop __ \select arg2 :_exception_Struct -> _double_Obj
%LCLop ENOEXEC : -> _eerrno0e_Enum
%LCLop __ \field_arrow arg1 :__exception_Struct_Ptr -> _double_Obj
%LCLop __ \select retval :_exception_Struct_Tuple -> double
%LCLop __ \select retval :_exception_Struct -> _double_Obj
%LCLop EBADF : -> _eerrno0e_Enum
%LCLop __ \field_arrow arg2 :__exception_Struct_Ptr -> _double_Obj
%LCLop ECHILD : -> _eerrno0e_Enum
%LCLop __ \field_arrow retval :__exception_Struct_Ptr -> _double_Obj
%LCLop EAGAIN : -> _eerrno0e_Enum
%LCLop __ [] :__char_Obj_Ptr -> __char_Obj_Arr
%LCLop __ [] :__lconv_Struct_Ptr -> __lconv_Struct_Arr
%LCLop __ [] :__exception_Struct_Ptr -> __exception_Struct_Arr
%LCLop __ [] :__int_Obj_Ptr -> __int_Obj_Arr
%LCLop __ [] :__double_Obj_Ptr -> __double_Obj_Arr
%LCLop ENOMEM : -> _eerrno0e_Enum
%LCLop EACCES : -> _eerrno0e_Enum
%LCLop __ [__] :_char_Vec, int -> char
%LCLop __ [__] :__char_Obj_Arr, int -> _char_Obj
%LCLop __ [__] :__lconv_Struct_Tuple_Vec, int -> _lconv_Struct_Tuple
%LCLop __ [__] :__lconv_Struct_Arr, int -> _lconv_Struct
%LCLop __ [__] :__exception_Struct_Tuple_Vec, int -> _exception_Struct_Tuple
%LCLop __ [__] :__exception_Struct_Arr, int -> _exception_Struct
%LCLop __ [__] :_int_Vec, int -> int
%LCLop __ [__] :__int_Obj_Arr, int -> _int_Obj
%LCLop __ [__] :_double_Vec, int -> double
%LCLop __ [__] :__double_Obj_Arr, int -> _double_Obj
%LCLop EFAULT : -> _eerrno0e_Enum
%LCLop __ |- __  :_char_Vec, char -> _char_Vec
%LCLop ENOTBLK : -> _eerrno0e_Enum
%LCLop EBUSY : -> _eerrno0e_Enum
%LCLop __ -| __  :char, _char_Vec -> _char_Vec
%LCLop [__, __, __, __, __] :double, double, double, __char_Obj_Ptr, int -> _exception_Struct_Tuple
%LCLop EEXIST : -> _eerrno0e_Enum
%LCLop EXDEV : -> _eerrno0e_Enum
%LCLop ENODEV : -> _eerrno0e_Enum
%LCLop ENOTDIR : -> _eerrno0e_Enum
%LCLop __ \leq __  :int, int -> bool
%LCLop __ \leq __  :double, double -> bool
%LCLop EISDIR : -> _eerrno0e_Enum
%LCLop EINVAL : -> _eerrno0e_Enum
%LCLop __ \geq __  :int, int -> bool
%LCLop __ \geq __  :double, double -> bool
%LCLop ENFILE : -> _eerrno0e_Enum
%LCLop EMFILE : -> _eerrno0e_Enum
%LCLop ENOTTY : -> _eerrno0e_Enum
%LCLop ETXTBSY : -> _eerrno0e_Enum
%LCLop null : -> char
%LCLop EFBIG : -> _eerrno0e_Enum
%LCLop ENOSPC : -> _eerrno0e_Enum
%LCLop ESPIPE : -> _eerrno0e_Enum
%LCLop EROFS : -> _eerrno0e_Enum
%LCLop EMLINK : -> _eerrno0e_Enum
%LCLop EPIPE : -> _eerrno0e_Enum
%LCLop EDOM : -> _eerrno0e_Enum
%LCLop ERANGE : -> _eerrno0e_Enum
%LCLop EWOULDBLOCK : -> _eerrno0e_Enum
%LCLop EINPROGRESS : -> _eerrno0e_Enum
%LCLop EALREADY : -> _eerrno0e_Enum
%LCLop ENOTSOCK : -> _eerrno0e_Enum
%LCLop EDESTADDRREQ : -> _eerrno0e_Enum
%LCLop EMSGSIZE : -> _eerrno0e_Enum
%LCLop EPROTOTYPE : -> _eerrno0e_Enum
%LCLop ENOPROTOOPT : -> _eerrno0e_Enum
%LCLop [__, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __] :char, char, char, char, char, char, char, char, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr, __char_Obj_Ptr -> _lconv_Struct_Tuple
%LCLop EPROTONOSUPPORT : -> _eerrno0e_Enum
%LCLop ESOCKTNOSUPPORT : -> _eerrno0e_Enum
%LCLop EOPNOTSUPP : -> _eerrno0e_Enum
%LCLop EPFNOSUPPORT : -> _eerrno0e_Enum
%LCLop EAFNOSUPPORT : -> _eerrno0e_Enum
%LCLop EADDRINUSE : -> _eerrno0e_Enum
%LCLop EADDRNOTAVAIL : -> _eerrno0e_Enum
%LCLop NIL : -> __char_Obj_Ptr
%LCLop NIL : -> __lconv_Struct_Ptr
%LCLop NIL : -> __exception_Struct_Ptr
%LCLop NIL : -> __int_Obj_Ptr
%LCLop NIL : -> __double_Obj_Ptr
%LCLop ENETDOWN : -> _eerrno0e_Enum
%LCLop ENETUNREACH : -> _eerrno0e_Enum
%LCLop ENETRESET : -> _eerrno0e_Enum
%LCLop ECONNABORTED : -> _eerrno0e_Enum
%LCLop ECONNRESET : -> _eerrno0e_Enum
%LCLop ENOBUFS : -> _eerrno0e_Enum
%LCLop EISCONN : -> _eerrno0e_Enum
%LCLop - __  :int -> int
%LCLop - __  :double -> double
%LCLop ENOTCONN : -> _eerrno0e_Enum
%LCLop __ + __  :__char_Obj_Ptr, int -> __char_Obj_Ptr
%LCLop __ + __  :int, __char_Obj_Ptr -> __char_Obj_Ptr
%LCLop __ + __  :int, int -> int
%LCLop __ + __  :double, double -> double
%LCLop __ + __  :__lconv_Struct_Ptr, int -> __lconv_Struct_Ptr
%LCLop __ + __  :int, __lconv_Struct_Ptr -> __lconv_Struct_Ptr
%LCLop __ + __  :__exception_Struct_Ptr, int -> __exception_Struct_Ptr
%LCLop __ + __  :int, __exception_Struct_Ptr -> __exception_Struct_Ptr
%LCLop __ + __  :__int_Obj_Ptr, int -> __int_Obj_Ptr
%LCLop __ + __  :int, __int_Obj_Ptr -> __int_Obj_Ptr
%LCLop __ + __  :__double_Obj_Ptr, int -> __double_Obj_Ptr
%LCLop __ + __  :int, __double_Obj_Ptr -> __double_Obj_Ptr
%LCLop ESHUTDOWN : -> _eerrno0e_Enum
%LCLop __ - __  :__char_Obj_Ptr, int -> __char_Obj_Ptr
%LCLop __ - __  :__char_Obj_Ptr, __char_Obj_Ptr -> int
%LCLop __ - __  :int, int -> int
%LCLop __ - __  :double, double -> double
%LCLop __ - __  :__lconv_Struct_Ptr, int -> __lconv_Struct_Ptr
%LCLop __ - __  :__lconv_Struct_Ptr, __lconv_Struct_Ptr -> int
%LCLop __ - __  :__exception_Struct_Ptr, int -> __exception_Struct_Ptr
%LCLop __ - __  :__exception_Struct_Ptr, __exception_Struct_Ptr -> int
%LCLop __ - __  :__int_Obj_Ptr, int -> __int_Obj_Ptr
%LCLop __ - __  :__int_Obj_Ptr, __int_Obj_Ptr -> int
%LCLop __ - __  :__double_Obj_Ptr, int -> __double_Obj_Ptr
%LCLop __ - __  :__double_Obj_Ptr, __double_Obj_Ptr -> int
%LCLop sizeof :bool -> int
%LCLop sizeof :int -> int
%LCLop sizeof :char -> int
%LCLop sizeof :void -> int
%LCLop sizeof :float -> int
%LCLop sizeof :double -> int
%LCLop sizeof :_eerrno0e_Enum -> int
%LCLop sizeof :_emath1e_Enum -> int
%LCLop DOMAIN : -> _emath1e_Enum
%LCLop ETOOMANYREFS : -> _eerrno0e_Enum
%LCLop SING : -> _emath1e_Enum
%LCLop ETIMEDOUT : -> _eerrno0e_Enum
%LCLop OVERFLOW : -> _emath1e_Enum
%LCLop ECONNREFUSED : -> _eerrno0e_Enum
%LCLop isSub :_char_Vec, int -> bool
%LCLop isSub :__char_Obj_Arr, int -> bool
%LCLop isSub :__lconv_Struct_Tuple_Vec, int -> bool
%LCLop isSub :__lconv_Struct_Arr, int -> bool
%LCLop isSub :__exception_Struct_Tuple_Vec, int -> bool
%LCLop isSub :__exception_Struct_Arr, int -> bool
%LCLop isSub :_int_Vec, int -> bool
%LCLop isSub :__int_Obj_Arr, int -> bool
%LCLop isSub :_double_Vec, int -> bool
%LCLop isSub :__double_Obj_Arr, int -> bool
%LCLtag lconv struct
%LCLop UNDERFLOW : -> _emath1e_Enum
%LCLop ELOOP : -> _eerrno0e_Enum
%LCLop TLOSS : -> _emath1e_Enum
%LCLop ENAMETOOLONG : -> _eerrno0e_Enum
%LCLop PLOSS : -> _emath1e_Enum
%LCLop EHOSTDOWN : -> _eerrno0e_Enum
%LCLop EHOSTUNREACH : -> _eerrno0e_Enum
%LCLop ENOTEMPTY : -> _eerrno0e_Enum
%LCLop succ :int -> int
%LCLop EPROCLIM : -> _eerrno0e_Enum
%LCLop pred :int -> int
%LCLop EUSERS : -> _eerrno0e_Enum
%LCLop EDQUOT : -> _eerrno0e_Enum
%LCLop ESTALE : -> _eerrno0e_Enum
%LCLop abs :int -> int
%LCLop abs :double -> double
%LCLop EREMOTE : -> _eerrno0e_Enum
%LCLop div :int, int -> int
%LCLtype float float exposed
%LCLtype bool bool immutable
%LCLconst FALSE bool
%LCLconst TRUE bool
%LCLconst JB_ONSIGSTK int
%LCLconst JB_SIGMASK int
%LCLconst JB_PC int
%LCLconst JB_REGS int
%LCLconst JB_ZERO int
%LCLconst JB_MAGIC int
%LCLconst JB_AT int
%LCLconst JB_V0 int
%LCLconst JB_V1 int
%LCLconst JB_A0 int
%LCLconst JB_A1 int
%LCLconst JB_A2 int
%LCLconst JB_A3 int
%LCLconst JB_T0 int
%LCLconst JB_T1 int
%LCLconst JB_T2 int
%LCLconst JB_T3 int
%LCLconst JB_T4 int
%LCLconst JB_T5 int
%LCLconst JB_T6 int
%LCLconst JB_T7 int
%LCLconst JB_S0 int
%LCLconst JB_S1 int
%LCLconst JB_S2 int
%LCLconst JB_S3 int
%LCLconst JB_S4 int
%LCLconst JB_S5 int
%LCLconst JB_S6 int
%LCLconst JB_S7 int
%LCLconst JB_T8 int
%LCLconst JB_T9 int
%LCLconst JB_K0 int
%LCLconst JB_K1 int
%LCLconst JB_GP int
%LCLconst JB_SP int
%LCLconst JB_S8 int
%LCLconst JB_RA int
%LCLconst JB_FREGS int
%LCLconst JB_F0 int
%LCLconst JB_F1 int
%LCLconst JB_F2 int
%LCLconst JB_F3 int
%LCLconst JB_F4 int
%LCLconst JB_F5 int
%LCLconst JB_F6 int
%LCLconst JB_F7 int
%LCLconst JB_F8 int
%LCLconst JB_F9 int
%LCLconst JB_F10 int
%LCLconst JB_F11 int
%LCLconst JB_F12 int
%LCLconst JB_F13 int
%LCLconst JB_F14 int
%LCLconst JB_F15 int
%LCLconst JB_F16 int
%LCLconst JB_F17 int
%LCLconst JB_F18 int
%LCLconst JB_F19 int
%LCLconst JB_F20 int
%LCLconst JB_F21 int
%LCLconst JB_F22 int
%LCLconst JB_F23 int
%LCLconst JB_F24 int
%LCLconst JB_F25 int
%LCLconst JB_F26 int
%LCLconst JB_F27 int
%LCLconst JB_F28 int
%LCLconst JB_F29 int
%LCLconst JB_F30 int
%LCLconst JB_F31 int
%LCLconst JB_FPC_CSR int
%LCLconst SC_MDLO int
%LCLconst SC_MDHI int
%LCLconst JB_FLAGS int
%LCLconst JBMAGIC int
%LCLconst SIGCONTEXT_PAD int
%LCLconst NJBREGS int
%LCLtype jmp_buf _jmp_buf exposed
%LCLtype sigjmp_buf _sigjmp_buf exposed
%LCLfcn longjmp : __int_Obj_Arr, int -> void 
%LCLfcnGlobals 
%LCLfcn setjmp : __int_Obj_Arr -> int 
%LCLfcnGlobals 
%LCLfcn sigsetjmp : __int_Obj_Arr, int -> int 
%LCLfcnGlobals 
%LCLfcn siglongjmp : __int_Obj_Arr, int -> void 
%LCLfcnGlobals 
%LCLSymbolTableEnd