Lines Matching refs:last_field
420 char last_field[PATH_MAX], ftype, *acl_str;
463 last_field[i] = '\0';
466 * Regular files, compute the MD5 checksum and put it into 'last_field'
477 (void) strcpy(last_field, "-");
479 if (generate_hash(fd, last_field) != 0) {
483 (void) strcpy(last_field, "-");
490 (void) strcpy(last_field, "-");
495 * 'last_field'
498 ret = readlink(fname, last_field, sizeof (last_field));
504 (void) strcpy(last_field, "-");
507 (void) strlcpy(last_field,
508 sanitized_fname(last_field, B_FALSE),
509 sizeof (last_field));
516 if (strlen(last_field) == 0)
517 (void) strcpy(last_field, "\\000");
533 else if (strlen(last_field) > 0)
534 (void) printf(" %s\n", last_field);