Searched refs:rstr (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c351 const char *lstr, *rstr; local
358 * 'rstr' are non-NULL, then we do a string based comparison.
361 lstr = rstr = NULL;
379 ZPROP_VALUE, &rstr) == 0);
387 rstr = rbuf;
395 rstr = rbuf;
416 ret = strcmp(lstr, rstr);
/freebsd-current/usr.sbin/mixer/
H A Dmixer.c349 char *endp, lstr[8], rstr[8]; local
356 n = sscanf(val, "%7[^:]:%7s", lstr, rstr);
375 if (*rstr == '+' || *rstr == '-')
377 v.right = strtof(rstr, &endp);
379 warnx("invalid volume value: %s", rstr);
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c334 char vendor[16], product[48], revision[16], rstr[12], serial[SID_VENDOR_SPECIFIC_0_SIZE]; local
365 strcpy(rstr, "SCSI-CCS");
368 strcpy(rstr, "SAS");
371 snprintf(rstr, sizeof (rstr), "SCSI-%d",
376 product, revision, serial, rstr);
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cam.c303 char vendor[16], product[48], revision[16], rstr[12]; local
328 strcpy(rstr, "SCSI-CCS");
331 strcpy(rstr, "SAS");
334 snprintf(rstr, sizeof (rstr), "SCSI-%d",
339 vendor, product, revision, rstr);
/freebsd-current/contrib/tcsh/
H A Dtc.str.c335 const Char *rstr; local
337 rstr = NULL;
340 rstr = str;
342 return ((Char *)(intptr_t)rstr);
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_asus.c544 char *rstr; local
550 rv = ACPI_ID_PROBE(device_get_parent(dev), dev, asus_ids, &rstr);
594 if (strncmp("ASUS010", rstr, 7) == 0) {

Completed in 123 milliseconds