Lines Matching refs:name
72 char name[NAME_LENGTH + 1];
300 /* and store its name in path_list */
415 /* Maximum path name length */
426 "%s/%s", string, name);
482 /* and store its name in path_list */
518 /* store its name in path_list */
680 /* sense---file or directory name */
693 /* initialize name */
698 name[i] = 'a';
699 name[NAME_LENGTH] = '\0';
717 /* a name to get the lexiographically */
718 /* next name */
724 if (name[position] == 'z')
730 name[position] = 'a'; /**********************/
740 name[position]++; /* otherwise, increment this one */