Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c505 char *nameptr; in validdomain() local
508 nameptr = name + strlen(name) - 1; in validdomain()
509 while (*nameptr && (nameptr != name) && (*nameptr == '.')) in validdomain()
510 nameptr--; in validdomain()
511 *(++nameptr) = '\0'; in validdomain()
512 nameptr = name; in validdomain()
513 while (*nameptr && (*nameptr == '.')) in validdomain()
514 nameptr++; in validdomain()
515 if (*nameptr == '\0') in validdomain()
519 if (chksrchdmns && (cmpdmn(nameptr, be->dmnsrchlist, in validdomain()
[all …]
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c271 const char *nameptr; /* Pointer into name */ in httpGetHostByName() local
321 for (nameptr = name; isdigit(*nameptr & 255) || *nameptr == '.'; nameptr ++); in httpGetHostByName()
323 if (!*nameptr) in httpGetHostByName()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c267 int nameptr; in interpret_netbios_ns() local
332 nameptr = getshort(data)&0x3fff; in interpret_netbios_ns()
333 netbiosname2ascii(name, (data0+nameptr+1)); in interpret_netbios_ns()
/titanic_41/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1619 char *nameptr; in analyze_args() local
1623 if ((nameptr = strrchr(argv[0], slash)) != NULL) in analyze_args()
1624 nameptr++; in analyze_args()
1626 nameptr = argv[0]; in analyze_args()
1654 "usage: %s [-p] [-s] [-o outputfile] ", nameptr); in analyze_args()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1516 const char *nameptr, *propstr, *lastnameptr; in platform_payloadprop() local
1553 if (get_array_info(lastnameptr, &nameptr, &index)) { in platform_payloadprop()
1559 nameptr, &arraynvp, &nelem); in platform_payloadprop()
1583 not_array = get_array_info(lastnameptr, &nameptr, &index); in platform_payloadprop()
1585 nameptr = stable(lastnameptr); in platform_payloadprop()
1596 if (nameptr == stable(nvpname)) in platform_payloadprop()
/titanic_41/usr/src/cmd/format/
H A Dstartup.c3001 char *nameptr; in name_represents_wholedisk() local
3010 nameptr = symname; in name_represents_wholedisk()
3013 nameptr += (sizeof (DISK_PREFIX) - 1); in name_represents_wholedisk()
3015 if (conventional_name(nameptr)) { in name_represents_wholedisk()
3016 if (whole_disk_name(nameptr)) in name_represents_wholedisk()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1488 getqname(const void *nameptr, char *buf, uint_t bufsize) in getqname() argument
1492 if (mdb_readstr(buf, bufsize, (uintptr_t)nameptr) == -1) in getqname()