Lines Matching refs:fmtcmd
292 char *fmtcmd; in insert() local
300 fmtcmd = devattr(device, "fmtcmd"); in insert()
359 if (fmtcmd && *fmtcmd && mkfscmd && *mkfscmd) { in insert()
363 } else if (fmtcmd && *fmtcmd) { in insert()
374 if (fmtcmd && *fmtcmd) { in insert()
415 doformat(voltxt, fmtcmd, mkfscmd); in insert()
417 doformat(voltxt, fmtcmd, NULL); in insert()
436 doformat(char *voltxt, char *fmtcmd, char *mkfscmd) in doformat() argument
440 if (fmtcmd && *fmtcmd) { in doformat()
441 (void) fprintf(stderr, "\t[%s]\n", fmtcmd); in doformat()
442 (void) snprintf(buffer, sizeof (buffer), "(%s) 1>&2", fmtcmd); in doformat()