Searched refs:last_field (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bart/ |
H A D | create.c | 420 char last_field[PATH_MAX], ftype, *acl_str; local 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)); [all...] |
/illumos-gate/usr/src/cmd/ps/ |
H A D | ps.c | 152 static struct field *last_field = NULL; variable in typeref:struct:field 1208 fields = last_field = f; 1210 last_field->next = f; 1211 last_field = f;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.c | 1368 asn1_addfield(val->last_field, n, asn1_type);
|
Completed in 78 milliseconds