HomeSort by: relevance | last modified time | path
    Searched defs:label (Results 1 - 25 of 580) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/gspa/gspa/
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
80 | label
86 label : ID ':' { set_label($1); } label
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
80 | label
86 label : ID ':' { set_label($1); } label
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
80 | label
86 label : ID ':' { set_label($1); } label
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
80 | label
86 label : ID ':' { set_label($1); } label
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
80 | label
86 label : ID ':' { set_label($1); } label
  /src/sbin/newfs_v7fs/
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
  /src/sys/compat/linux/common/
linux_blkio.c 72 struct disklabel label; local in function:linux_ioctl_blkio
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
linux_blkio.c 72 struct disklabel label; local in function:linux_ioctl_blkio
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
linux_blkio.c 72 struct disklabel label; local in function:linux_ioctl_blkio
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
linux_blkio.c 72 struct disklabel label; local in function:linux_ioctl_blkio
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
linux_blkio.c 72 struct disklabel label; local in function:linux_ioctl_blkio
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
  /src/tests/lib/libc/locale/
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local in function:ATF_TC_BODY
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local in function:ATF_TC_BODY
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local in function:ATF_TC_BODY
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local in function:ATF_TC_BODY
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local in function:ATF_TC_BODY
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
  /src/usr.sbin/mscdlabel/
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);

Completed in 176 milliseconds

1 2 3 4 5 6 7 8 91011>>