Searched refs:lastname (Results 1 - 6 of 6) sorted by relevance
/third_party/popt/tests/ |
H A D | test2.c | 32 static char *lastname = NULL; variable 53 { "last", 'l', POPT_ARG_STRING, &lastname, 0, in main() 143 username, password, firstname, lastname, in main()
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
H A D | rubydomain.py | 374 lastname = self.names and self.names[-1][1] 375 if lastname and not self.env.temp_data.get('rb:class'): 376 self.env.temp_data['rb:class'] = lastname.strip('.')
|
/third_party/python/Lib/ |
H A D | pickle.py | 1091 lastname = name.rpartition('.')[2] 1093 name = lastname 1100 self.save_reduce(getattr, (parent, lastname))
|
/third_party/python/Modules/ |
H A D | _pickle.c | 3609 PyObject *lastname = NULL; in save_global() local 3652 lastname = PyList_GET_ITEM(dotted_path, PyList_GET_SIZE(dotted_path)-1); in save_global() 3653 Py_INCREF(lastname); in save_global() 3743 Py_INCREF(lastname); in save_global() 3745 global_name = lastname; in save_global() 3761 st->getattr, parent, lastname); in save_global() 3849 Py_XDECREF(lastname); in save_global()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 698 Dear {$title} {$lastname}, 736 lastname => 'Smith',
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 698 Dear {$title} {$lastname}, 736 lastname => 'Smith',
|
Completed in 30 milliseconds