Searched refs:lastname (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 89 char ifname[9], lastname[IFNAMSIZ]; in get_ifi_info_linuxv6() local 101 lastname[0] = 0; in get_ifi_info_linuxv6() 115 if (strncmp(lastname, ifname, IFNAMSIZ) == 0) { in get_ifi_info_linuxv6() 120 strncpy(lastname, ifname, IFNAMSIZ); in get_ifi_info_linuxv6() 229 char *ptr, *buf, lastname[IFNAMSIZ], *cptr; in get_ifi_info() local 275 lastname[0] = 0; in get_ifi_info() 296 if (strncmp(lastname, ifr->ifr_name, IFNAMSIZ) == 0) { in get_ifi_info() 301 memcpy(lastname, ifr->ifr_name, IFNAMSIZ); in get_ifi_info()
|
/external/eigen/scripts/ |
D | eigen_gen_credits.cpp | 110 string lastname(const string& name) in lastname() function 129 return lastname(name).compare(lastname(other.name)) < 0; in operator <()
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1878 "^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$" G "<0>firstname.lastname@mailserver.…
|