Searched refs:s1_p2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 502 char *s1_p2, *s2_p2; in if_sort() local 507 if ((s1_p2 = strchr(s1, '_'))) { /* if an underscore is found... */ in if_sort() 508 s1_p1_len = s1_p2 - s1; /* the prefix length is the difference in pointers */ in if_sort() 509 s1_p2++; /* the suffix actually starts _after_ the underscore */ in if_sort() 512 s1_p2 = 0; /* and there is no suffix */ in if_sort() 525 …return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the s… in if_sort()
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8084.dtsi | 547 "s1_p1", "s1_p2",
|
H A D | qcom-msm8226.dtsi | 723 "s1_p1", "s1_p2",
|
H A D | qcom-msm8974.dtsi | 1204 "s1_p1", "s1_p2",
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8976.dtsi | 652 "s1_p1", "s1_p2",
|
H A D | qcs404.dtsi | 582 "s1_p1", "s1_p2",
|
H A D | msm8939.dtsi | 625 "s1_p1", "s1_p2",
|
H A D | msm8916.dtsi | 560 "s1_p1", "s1_p2",
|