Searched defs:strlist (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_get_property.c238 char **strlist; local
240 if ((strlist = libhal_device_get_property_strlist (hal_ctx, udi, key, &error)) != NULL) {
242 for (i = 0; strlist[i] != 0; i++) {
243 printf ("%s", strlist[i]);
244 if (strlist[i+1] != NULL)
H A Dhal-device.c276 char **strlist; local
279 strlist = libhal_psi_get_strlist(&it);
280 while (*strlist) {
281 printf("'%s'%s", *strlist, strlist[1] ? ", " : "");
282 strlist++;
H A Dlshal.c150 char **strlist; local
154 strlist = libhal_psi_get_strlist (&it);
155 for (i = 0; strlist[i] != 0; i++) {
156 printf ("'%s'", strlist[i]);
157 if (strlist[i+1] != NULL)
438 char **strlist; local
445 strlist = libhal_device_get_property_strlist (hal_ctx, udi, key, &error);
446 for (i = 0; strlist[i] != 0; i++) {
447 printf ("'%s'", strlist[i]);
448 if (strlist[
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c1107 GSList *strlist; local
1110 strlist = hal_device_property_get_strlist (device, key);
1111 if (strlist == NULL)
1114 i = g_slist_nth (strlist, index);
1310 GSList *strlist; local
1313 strlist = hal_device_property_get_strlist (device, key);
1314 if (strlist == NULL )
1317 if (g_slist_length (strlist) > 0)
H A Dutil.c784 hal_util_dup_strv_from_g_slist (GSList *strlist) argument
791 len = g_slist_length (strlist);
794 for (i = strlist, j = 0; i != NULL; i = g_slist_next (i), j++) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_cache_door.h121 ldap_strlist_t strlist; member in union:__anon2531::__anon2532
143 ldap_strlist_t strlist; member in struct:__anon2534
161 ldap_strlist_t strlist; member in union:__anon2535::__anon2536
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c37 typedef struct strlist { struct
39 struct strlist *next;
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c38 typedef struct strlist { struct
40 struct strlist *next;

Completed in 61 milliseconds