Searched refs:last_field (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/bart/ |
H A D | create.c | 420 char last_field[PATH_MAX], ftype, *acl_str; in eval_file() local 463 last_field[i] = '\0'; in eval_file() 477 (void) strcpy(last_field, "-"); in eval_file() 479 if (generate_hash(fd, last_field) != 0) { in eval_file() 483 (void) strcpy(last_field, "-"); in eval_file() 490 (void) strcpy(last_field, "-"); in eval_file() 498 ret = readlink(fname, last_field, sizeof (last_field)); in eval_file() 504 (void) strcpy(last_field, "-"); in eval_file() 507 (void) strlcpy(last_field, in eval_file() 508 sanitized_fname(last_field, B_FALSE), in eval_file() [all …]
|
/titanic_41/usr/src/cmd/ps/ |
H A D | ps.c | 152 static struct field *last_field = NULL; variable 1208 fields = last_field = f; in parse_format() 1210 last_field->next = f; in parse_format() 1211 last_field = f; in parse_format()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | table.test | 206 append sql "last_field text)"
|
/titanic_41/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);
|