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

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2301 char apbuf[MAXPATHLEN]; local
2321 if (len >= sizeof (apbuf)) {
2325 (void) strncpy(apbuf, ap_id, len);
2326 apbuf[len] = '\0';
2332 if (*apbuf == '/' && stat(apbuf, &sbuf) == 0) {
2339 (void) snprintf(path, sizeof (path), "%s/%s", CFGA_DEV_DIR, apbuf);
2352 if ((mkr = strchr(apbuf, ':')) == NULL) {
2355 size_ap = strlen(apbuf);
2357 mkr = apbuf;
[all...]

Completed in 292 milliseconds