Home
last modified time | relevance | path

Searched refs:nameptr (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/sail/
H A Dpl_main.c60 char *nameptr; in initialize() local
187 if ((nameptr = (char *) getenv("SAILNAME")) && *nameptr) in initialize()
188 (void) strlcpy(captain, nameptr, sizeof captain); in initialize()
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1948 const char* nameptr = SvPV(name, namelen);
1970 for (s = nameptr; s <= nameptr + namelen; s++) {
1971 if (s > nameptr && *s == ':' && s[-1] == ':') {
1993 for (i = 0, j = 0; j < end - nameptr; ++i, ++j) {
1994 if (nameptr[j] == '\'') {
1999 left[i] = nameptr[j];
2005 stash = gv_stashpvn(nameptr, end - nameptr, GV_ADD | utf8flag);
2006 nameptr = begin;
2007 namelen -= begin - nameptr;
2030 … sv_catpvn_flags(new_full_name, nameptr, s - nameptr, utf8flag ? SV_CATUTF8 : SV_CATBYTES);
[all …]
/openbsd/sys/isofs/udf/
H A Dudf_vnops.c1011 char *nameptr; in udf_lookup() local
1024 nameptr = ap->a_cnp->cn_nameptr; in udf_lookup()
1096 nameptr, fid->l_fi, namelen, ump))) { in udf_lookup()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c6573 char *trigger_func_name, *nameptr; in handle_gnu_v3_exceptions() local
6582 nameptr = trigger_func_name; in handle_gnu_v3_exceptions()
6583 sals = decode_line_1 (&nameptr, 1, NULL, 0, NULL, NULL); in handle_gnu_v3_exceptions()