Searched defs:srchp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c94 *srchp[NRECURS][16], variable
427 for (i = 0; srchp[nfp][i]; i++) {
429 srchp[nfp][i], basename);
455 for (n = 0; srchp[nfp][n]; n++)
456 free(srchp[nfp][n]);
469 srchp[nfp][n++] = qstrdup(pt);
471 srchp[nfp][n] = NULL;
689 srchp[nfp][0] = NULL;
752 for (i = 0; srchp[nfp][i]; i++)
753 free(srchp[nf
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1181 * srchp: hostent for the source address(es)
1198 struct hostent *srchp, struct hostent *dsthp,
1254 if (srchp == &dummy.he) {
1256 srchp->h_addr_list[1] = NULL;
1257 } else if (srchp != NULL) {
1259 if (srchp->h_addr_list[i] == NULL)
1267 bcopy(srchp->h_addr_list[i], &sin6->sin6_addr,
1328 } while (srchp != NULL && srchp->h_addr_list[++i] != NULL);
1359 if (!unspec_src && srchp !
1197 doaddresses(uint8_t sadb_msg_type, uint8_t sadb_msg_satype, int cmd, struct hostent *srchp, struct hostent *dsthp, struct sadb_address *src, struct sadb_address *dst, boolean_t unspec_src, uint64_t *buffer, int buffer_size, uint32_t spi, char *ebuf) argument
1666 struct hostent *srchp = NULL, *dsthp = NULL, *isrchp = NULL, local
2982 struct hostent *srchp = NULL, *dsthp = NULL; local
[all...]

Completed in 59 milliseconds