Searched defs:listpp (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_private.c51 char **mods, **listpp; local
119 error = list_dd(&dsp, DSVC_DHCPTAB, &listpp, &count);
124 (void) printf("%s ", listpp[i] != NULL ?
125 listpp[i] : "NULL");
126 free(listpp[i]);
129 free(listpp);
131 (void) printf("list_dd: listpp: 0x%p, count: %d\n",
132 (void *)listpp, count);
285 error = list_dd(&dsp, DSVC_DHCPTAB, &listpp, &count);
290 (void) printf("%s ", listpp[
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c641 char **listpp; local
663 listpp = malloc(sizeof (char **));
664 if (listpp == NULL)
666 listpp[0] = strdup(DT_DHCPTAB);
667 if (listpp[0] == NULL) {
668 free(listpp);
672 *listppp = listpp;
H A Ddhcp_network.c1110 char *re, **new_listpp, **listpp = NULL; local
1149 new_listpp = realloc(listpp,
1155 listpp = new_listpp;
1156 listpp[count] = strdup(ipaddr);
1157 if (listpp[count] == NULL) {
1168 *listppp = listpp;
1175 free(listpp[i]);
1176 free(listpp);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c501 char **listpp; local
523 listpp = malloc(sizeof (char **));
524 if (listpp == NULL)
526 listpp[0] = strdup(DT_DHCPTAB);
527 if (listpp[0] == NULL) {
528 free(listpp);
532 *listppp = listpp;
H A Ddhcp_network.c636 char *re, **new_listpp, **listpp = NULL; local
674 new_listpp = realloc(listpp,
680 listpp = new_listpp;
681 listpp[count] = strdup(ipaddr);
682 if (listpp[count] == NULL) {
693 *listppp = listpp;
701 free(listpp[i]);
702 free(listpp);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c432 char **listpp; local
454 listpp = malloc(sizeof (char **));
455 if (listpp == NULL)
457 listpp[0] = strdup(DT_DHCPTAB);
458 if (listpp[0] == NULL) {
459 free(listpp);
463 *listppp = listpp;
H A Ddhcp_network.c539 char *re, **new_listpp, **listpp = NULL; local
567 new_listpp = realloc(listpp,
573 listpp = new_listpp;
574 listpp[count] = strdup(ipaddr);
575 if (listpp[count] == NULL) {
583 for (i = 0; listpp[count][i] != '\0'; i++) {
584 if (listpp[count][i] == '_')
585 listpp[count][i] = '.';
595 *listppp = listpp;
603 free(listpp[
[all...]
/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c267 struct netconfig **listpp; /* the beginning of the netconfig list */ local
289 if ((listpp = malloc((count + 1) *
305 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++)
310 netlist_free(&listpp);
311 return (listpp);
667 char **listpp; /* the beginning of the list of dir routines */ local
674 if ((listpp = malloc((num + 1) * sizeof (char *))) == NULL)
677 tpp = listpp;
698 for (tpp = listpp; *tpp; tpp++)
700 free(listpp);
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1781 zprop_list_t ***listpp; member in struct:zprop_get_list_arg
1812 *zgl->listpp, zgl->type) != 0)
1815 (**zgl->listpp)->pl_group = B_TRUE;
1816 *zgl->listpp = &(**zgl->listpp)->pl_next;
1826 if (addlist(zgl->hdl, zpd, NULL, zgl->showtype, *zgl->listpp,
1830 (**zgl->listpp)->pl_group = B_TRUE;
1831 *zgl->listpp = &(**zgl->listpp)->pl_next;
1837 zprop_list_t ***listpp, zfs_type_
1836 add_expanded_sublist(libzfs_handle_t *hdl, const char *name, zprop_list_t ***listpp, zfs_type_t type, zprop_showtype_t showtype, boolean_t expand_all) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c388 _nss_ldap_list_t **listpp; member in struct:__anon2782
1453 if (_mlist_add(tc->listpp, username[0]) < 0) {
1552 member_tc.listpp = mlpp;

Completed in 36 milliseconds