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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1338 char *apdup; local
1349 if ((apdup = config_calloc_check(1, strlen(ap_id) + 1, errstring))
1353 (void) strcpy(apdup, ap_id);
1358 if ((ret = split_apid(apdup, &dyncomp, errstring)) != CFGA_OK) {
1381 if ((type = find_arg_type(apdup)) == LOGICAL_LINK_AP) {
1383 "%s%s", CFGA_DEV_DIR SLASH, apdup);
1393 "%s", apdup);
1459 S_FREE(apdup);

Completed in 66 milliseconds