aboutsummaryrefslogtreecommitdiff
path: root/modules/Targets/unix/common.xml
blob: c945ad2ad706d12dc6de988e02afa16308b0a026 (plain)
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
<include_preamble>
    stddef.h
    stdint.h
</include_preamble>

<ignore_symbols>
    _init
    _fini
    key_free
    create_module
    program_name
    get_version
    open64
    __open64
    __h_errno_location
    GetProperty
    SetProperty
    stat64
    DeleteProperty
    ReadBuffer
    WriteBuffer
    MD5_CTX
    get_volume
    client_name
    HMAC
    asn1_free
    MD5Final
    MD5Init
    MD5Update
    next_token
    get_interface
    gconf_client
    multiline_error
    multiline_warning
    MD5
    pthread_create
    disassembler
    basic_string
    qDebug
    QtMobility
    qWarning
    const_iterator
    QSharedDataPointer
    sha1
    sha1_hash
    addGroup
    qHash
    timeStamping
    new_item
    RSAPublicKey
    RSAPrivateKey
    errorType
    trace_level
    get_attribute
    _LIB_VERSION
    FileExists
    prog_name
    open_file
    close_file
    antialiasing
    master_volume
    make_vector
    exit_failure
    get_file_size
    log_info
    string_set
    loc2
    is_blank
    getChar
    is_number
    CharType
    image_type
    runTests
    addTest
    initArgs
    __assert_fail
    utf8_strlen
    threadName
    __allocator
    isAbsolutePath
    pool_free
    next_line
    DBus
    gst_plugin_desc
    fs_init_plugin
    null_driver_open
    gstreamer_driver_open
    pulse_driver_open
    gconf_backend_get_vtable
    C_GetFunctionList
    query_module
    _res
    icu
    xmalloc
    xrealloc
    dist2
    BorderColor
    get_num
    isdir
    fileName
    readFile
    readLine
    cfree
    openFile
    mergesort
    __clone
    inet_addr
    fallocate
    locs
    __select
    MD5Transform
    xfree
    ply_read
    nindex
    durations
    md5_final
    BackgroundColor
    ForegroundColor
    HighlightColor
    auths
    default_auth
    confs
    current_var
    GetMimeType
    OpenStream
    DrawPoint
    domain_id
    init_commands
    value_pos
    draw_lines
    old_flags
    ReadString
    WriteString
    MyFree
    initialized
    initialize
    sighandler
    copy_file
    store_int64
    itemlist
    lts
    onset
    lexicon
    MutexLock
    request_id_counter
    set_attributes
    xmap
    voices
    flac
    safe_malloc
    vorbis
    MetaFile
    curl_handle
    idProduct
    concurrent
    motion_vectors
    bufLength
    facilitynames
    prioritynames
    get_elem
    add_elem
    list_size
    timeout_connect
    catstring
    list_new
    list_append
    window_size
    block_mode
    feature_tags
    list_next
    __rb
    fmap
    LogError
    ExpandEnvVars
    lucene
    path_list
    test_fn
    getIndex
    lineIndex
    find_lock
    active_list
    _des_crypt
    all_fields
    all_classes
    getBoolean
    sqlite3_key
    f_open
    amf
    base64
    parse_line
    search_init
    GetNode
    RemoveList
    concatenate
    set_error
    cmd_data
    rsp_data
    get_server
    schemes
    add_field
    prp
    item_p
    stack_size
    restricted
    default_font
    KCal
    KSettings
    period_size
    buffer_time
    KParts
    QTest
    KLDAP
    NET
    KDevelop
    FunctionType
    mem_free
    new_group
    file_format
    event_names
    vmap
    gen_load
    can_create
    urlType
    get_date
    _Link
    getFields
    getTerms
    rtab
    encode_init
    write_header
    end_element
    min3
    userAgent
    http_post
    data_callback
    charset_convert
    sha1_init
    xml_parse
    validate_method
    FileOpen
    RequestRead
    win32
    FileSize
    ListRemove
    NextToken
    MPList
    SString
    UTF8Length
    report_error
    view_type
    read_string
    free_string
    old_mode
    lock_file
    free_list
    read_only
    get_field
    concurrency
    is_equal
    bitmap_xor
    init_tree
    make_time
    rmid
    _Rep
    calcCRC
    disableExtensions
    toString
    downloadManager
    PacketType
    shiftBits
    print_parents
    significance
    wcsrev
    unilen
    in_options
    copyright_notice
    init_file
    cpu_num
    list_info
    fileCount
    updateFile
    init_proc
    print_handler
    command_handler
    conf_init
    conf_get_str
    area2
    makePath
    visibility
    hexDump
    INACTIVE
    helpers
    in_hash
    SAXHandler
    isPrimary
    inet_pton
    sys_errlist
    sys_nerr
    copy_list
    new_list
    new_elem
    free_elem
    characters
    setNamespace
    xmlRef
    logError
    Tcl_UniCharToUpper
    jinit_2pass_quantizer
    contrib
    file_close
    file_read
    process_group
    idlist
    setdebuglevel
    xasprintf
    g_verbose
    firstkey
    dbmclose
    registered
    on_finish
    on_cancel
    listPosition
    listCount
    c_toupper
    classmap
    BufLen
    lrm
    param_name
    free_f
    hexdump
    load_module
    str_size
    str_pad
    input_len
    num_modules
    input_buffer
    mime_name
    log_err
    readList
    UserAction
    CType
    memicmp
    x_type
    x_value
    NONE
    ErrMsg
    _cmp
    list_find
    list_count
    list_remove
    list_sort
    list_delete
    frequencies
    md5_update
    setVObjectName
    UString
    PropertyMap
    mfile
    ber_len
    int2str
    read_all
    write_all
    read_event
    sha256_init
    MD4Init
    bufferLength
    dictionary
    newBuffer
    fileOffset
    default_callback
    double_int
    next_bit
    region_size
    step_size
    statement_handler
    toXMLString
    declarations
    selections
    projection
    userName
    arg_list
    selectionlist
    linecount
    random_access
    handle_set
    sinks
    add_subtree
    UnicodeToChar
    preprocessing
    PageSize
    ToString
    addFilter
    ulaw2linear
    register_printf_function
    debug_flag
    MapFunction
    BackUp
    base_name
    base_len
    set_program_name
    node_copy
    set_id
    print_node
    is_active
    update_action
    UserList
    getHomeDir
    executeCommand
    loaders
    getTicks
    interpolate
    factor1
    autoConvert
    ProviderManager
    initialised
    current_entry
    libiconv
    hash_string
    get_unit_size
    re_set_syntax
    debugger
    GetMessage
    setLang
    nameLength
    getFuncName
    doStart
    decode_table
    VALUES
    versionString
    interpreter
    read_options
    memdup
    type_info
    quietFlag
    StringValue
    current_file
    xmemdup
    EmptyString
    repository
    is_newline
    cert_data
    release_mutex
    InvertMatrix
    new_state
    source_changed
    display_blocks
    file_type
    begin_element
    gtab
    trace_flag
    read_info
    LCD
    file_list
    safe_free
    NPN_Status
    file_eof
    doubleToString
    StreamIO
    __assert
    _compare
    ToLower
    device_open
    set_verify
    set_credentials
    value_list
    operator
    cbuf_size
    hash_create
    list_insert
    hash_remove
    chat_send
    server_disconnect
    player_list
    is_enum
    suffixcmp
    test_stats
    appendToPath
    DrawColor
    median_
    ch_free
    FindToken
    Interface_Class
    resultBuffer
    color_mode
    glValidateProgram
    get_char
    get_int
    get_encoding
    print_pool
    os_close
    ch_free
    res_color
    human_readable
</ignore_symbols>

<non_prefix>
    home
    time
    save
    img
    small
    static
    matrix
    sample
    wave
    output
    initialize
    restart
    shutdown
    feature
    status
    finish
    prepare
    put
    zoom
    struct
    info
    goto
    app
    script
    tool
    widget
    final
    align
    import
    key
    entity
    trash
    numeric
    self
    public
    volume
    drive
    cell
    title
    push
    mount
    method
    volume
    cmd
    format
    font
    random
    sheet
    layout
    pixmap
    bit
    unit
    pixel
    internal
    atom
    video
    drag
    icon
    rename
    view
    data
    export
    sound
    common
    option
    invalid
    fast
    native
    master
    complex
    part
    plugin
    serial
    buffer
    pool
    mutex
    panel
    return
    single
    draw
    param
    window
    import
    linux
    play
    remote
    release
    link
    quick
    micro
    media
    status
    host
    button
    scroll
    filter
    tab
    color
    format
    use
    audio
    frame
    unique
    header
    leave
    recent
    program
    show
    scan
    index
    query
    node
    sensor
    res
    light
    report
    folder
    mouse
    region
    sub
    model
    edit
    parent
    dialog
    form
    simple
    access
    wired
    all
    descriptor
    digit
    zone
    disk
    local
    music
    max
    min
    job
    task
    data
    size
    symbol
    user
    need
    handle
    gen
    extend
    catch
    fork
    signal
    page
    sys
    int
    unix
    trace
    func
    system
    mem
    module
    live
    core
    cache
    auto
    depend
    range
    uri
    stack
    repl
    swap
    url
    socket
    short
    relation
    record
    pseudo
    options
    move
    item
    label
    last
    change
    channel
    parser
    define
    path
    global
    event
    apply
    result
    good
    flush
    extended
    lock
    unlock
    basic
    shared
    void
    archive
    base
    connection
    attach
    selection
    full
    post
    throw
    must
    thread
    safe
    convert
    alloc
    discard
    bitmap
    do
    arch
    class
    dict
    enum
    exception
    function
    insert
    collection
    connect
    peek
    sock
    style
    string
    is
    input
    catalog
    render
    make
    plot
    row
    try
    words
    block
    edges
    fixed
    column
    destroy
    enlarge
    reset
    graph
    keyboard
    map
    line
    append
    date
    current
    decode
    external
    generate
    log
    setup
    skip
    store
    tree
    version
    zero
    which
    tag
    config
    build
    error
    html
    custom
    memory
    input
    vector
    split
    source
    motion
    codec
    byte
    undo
    was
    verify
    unpack
    test
    sort
    merge
    group
    clone
    register
    print
    lookup
    alarm
    delete
    clean
    action
    state
    text
    table
    object
    document
    component
    process
    message
    send
    enable
    file
    map
    macro
    image
    get
    set
    extract
    find
    copy
    read
    write
    new
    compute
    free
    next
    chunk
    dup
    fill
    default
    atomic
    array
    value
    type
    elem
    list
    parse
    secure
    debug
    hash
    err
    init
    clear
    about
    cancel
    main
    first
    load
    support
    server
    select
    update
    create
    client
    launch
    ask
    start
    login
    player
    chat
    embedded
    entries
    props
    can
    sleep
    interpret
    opt
    connected
    open
    remove
    add
    name
    count
    close
    probe
    str
    cmp
    join
    run
    search
    exists
    dump
    have
    has
    detect
    device
    check
    dir
    true
    field
    rate
    on
    stream
    end
</non_prefix>