Searched defs:first_name (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_parse.c | 529 char *first_name, *other_names, *cur_name; local 539 first_name = name_list; 542 other_names = strchr(first_name, '|'); 546 if (invalid_term_name(first_name)) 547 warning("'%s': bad first term name.", first_name); 550 DEBUG(7, "First name = '%s'\n", first_name); 553 if ((len = strlen(first_name)) > 128) 554 warning("'%s': terminal name too long.", first_name); 556 warning("'%s': terminal name too short.", first_name); 558 check_dir(first_name[ [all...] |
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 648 char *first_name; /* where the first name is located */ local 690 first_name = np->nr_chkp_nm; 691 (void) strlcpy(first_name, bk_path, TLM_MAX_PATH_NAME); 693 first_name = tlm_build_snapshot_name(bk_path, np->nr_chkp_nm, 698 erc = fs_getstat(first_name, &ret_fh, &ret_attr); 700 NDMP_LOG(LOG_ERR, "Path %s not found.", first_name); 710 (void) strlcpy(dir_info.fd_dir_name, first_name, TLM_MAX_PATH_NAME);
|
Completed in 65 milliseconds