HomeSort by: relevance | last modified time | path
    Searched defs:heading (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/quota/
quota.c 90 static void heading(int, const char *, id_t, const char *, const char *);
333 heading(idtype, idtypename, id, idname, "none");
363 heading(idtype, idtypename, id, idname, "");
391 heading(idtype, idtypename, id, idname, "");
408 heading(int idtype, const char *idtypename, id_t id, const char *idname, function
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 276 char * heading = strtok (line, ","); local
279 while (heading != NULL)
281 if (strncmp (heading, cpu_type_heading,
284 else if (strncmp (heading, mpy_type_heading,
289 heading = strtok (NULL, ",");
297 warning (0, "%<CPU_TYPE%> column heading is missing from "
300 warning (0, "%<MPY_TYPE%> column heading is missing from "
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 276 char * heading = strtok (line, ","); local
279 while (heading != NULL)
281 if (strncmp (heading, cpu_type_heading,
284 else if (strncmp (heading, mpy_type_heading,
289 heading = strtok (NULL, ",");
297 warning (0, "%<CPU_TYPE%> column heading is missing from "
300 warning (0, "%<MPY_TYPE%> column heading is missing from "
  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 759 const char *heading; local
776 /* First heading line */
781 heading = rh->fields[fp->field_num].heading;
784 fp->width, fp->width, heading) < 0) {
785 log_error("dm_report: snprintf heading failed");
792 } else if (!dm_pool_grow_object(rh->mem, heading, 0)) {
992 if (!dm_pool_grow_object(rh->mem, rh->fields[fp->field_num].heading, 0)) {
libdevmapper.h 970 const char heading[32]; /* string printed in header */ member in struct:dm_report_field_type
  /src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c 1109 static int heading; local
1116 if (heading == 0) {
1125 heading = 1;
  /src/external/gpl2/lvm2/dist/include/
libdevmapper.h 970 const char heading[32]; /* string printed in header */ member in struct:dm_report_field_type

Completed in 54 milliseconds