Searched refs:last_name (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A Dsecond2.cs45 memcpy(&s.last_name, "Churchill ", sizeof(s.last_name));
H A Dsecond.javas79 srec.last_name = "Churchill ";
86 srec.last_name);
117 // Make a fixed-length array of last_name
118 byte[] last_name_data = srec.last_name.getBytes();
132 String last_name; // assumed to be 15 bytes long
138 last_name = new String(data, 4, 15);
145 byte[] last_name_raw = last_name.getBytes();
/macosx-10.9.5/BerkeleyDB-21/db/docs/ref/am/
H A Dsecond.javas79 srec.last_name = "Churchill ";
86 srec.last_name);
117 // Make a fixed-length array of last_name
118 byte[] last_name_data = srec.last_name.getBytes();
132 String last_name; // assumed to be 15 bytes long
138 last_name = new String(data, 4, 15);
145 byte[] last_name_raw = last_name.getBytes();
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.h119 struct demangle_component *last_name; member in struct:d_info
H A Dcp-demangle.c225 /* What to set the last_name field of d_info to; NULL if we should
1322 di->last_name = ret;
1668 if (di->last_name != NULL)
1670 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
1671 di->expansion += di->last_name->u.s_name.len;
1672 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
1673 di->expansion += di->last_name->u.s_string.len;
1696 return d_make_ctor (di, kind, di->last_name);
1718 return d_make_dtor (di, kind, di->last_name);
2220 hold_last_name = di->last_name;
[all...]
H A Dcplus-dem.c3130 string last_name; local
3139 string_init (&last_name);
3203 string_clear (&last_name);
3217 &last_name, 1, 0);
3252 string_delete (&last_name);
3253 success = do_type (work, mangled, &last_name);
3256 string_appends (&temp, &last_name);
3279 string_appends (&temp, &last_name);
3294 string_delete (&last_name);
H A Dcp-demangle.c.orig225 /* What to set the last_name field of d_info to; NULL if we should
1322 di->last_name = ret;
1668 if (di->last_name != NULL)
1670 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
1671 di->expansion += di->last_name->u.s_name.len;
1672 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
1673 di->expansion += di->last_name->u.s_string.len;
1696 return d_make_ctor (di, kind, di->last_name);
1718 return d_make_dtor (di, kind, di->last_name);
2220 hold_last_name = di->last_name;
[all...]
/macosx-10.9.5/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmanwhatis157 if ($3 != last_file || $1 != last_name) { # Don't repeat the same entry link.
160 last_name = $1;
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_setenvif.c455 char *last_name; local
469 last_name = NULL;
479 if (b->name != last_name) {
480 last_name = b->name;
/macosx-10.9.5/swig-10/Lib/
H A Dswigrun.swg368 const char *last_name = type->str;
371 if (*s == '|') last_name = s+1;
372 return last_name;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-sita.c237 char *last_name = 0; local
245 if (p->IOPname) last_name = p->name; /* remembering the last name found */
246 if (n-- == 0) return last_name; /* and if we hit the instance requested */
253 if (last_name) return last_name; /* ... but we did have at least one entry... return the last entry found */
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dref.cpp355 const char *last_name = find_last_name(s, s + len, &last_name_end); local
356 sortify_word(last_name, last_name_end, key);
358 if (last_name > s)
359 sortify_words(s, last_name, ".", key);
/macosx-10.9.5/ruby-104/ruby/ext/json/parser/
H A Dparser.c105 VALUE last_name = Qnil; local
154 np = JSON_parse_string(json, p, pe, &last_name);
238 rb_hash_aset(*result, last_name, v);
240 rb_funcall(*result, i_aset, 2, last_name, v);
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c298 const char *last_name = type->str; local
301 if (*s == '|') last_name = s+1;
302 return last_name;
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim2083 \ 'ibase_add_user(': 'resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] | bool',
2114 \ 'ibase_modify_user(': 'resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] | bool',

Completed in 309 milliseconds