about summary refs log tree commit diff
path: root/utils/autodict_ql/strncmp-str.ql
blob: dbb952e53a6200ad8342ac938189b79ca292edf7 (plain) (blame)
1
2
3
4
5
6
7
8
import cpp 

/// function : strncmp

from FunctionCall fucall, Expr size
where
    fucall.getTarget().hasName("strncmp")
select fucall.getArgument(_).getValueText()