Lines Matching refs:funct
69 char *funct, *bin_path;
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
80 sprintf(funct, "%s/gencos", bin_path);
81 child = create_file(funct, 0);
84 sprintf(funct, "%s/gensin", bin_path);
85 child = create_file(funct, 0);
88 sprintf(funct, "%s/gentan", bin_path);
89 child = create_file(funct, 0);
92 sprintf(funct, "%s/genatan", bin_path);
93 child = create_file(funct, 0);
96 sprintf(funct, "%s/genatan2", bin_path);
97 child = create_file(funct, 0);
100 sprintf(funct, "%s/genacos", bin_path);
101 child = create_file(funct, 0);
104 sprintf(funct, "%s/genasin", bin_path);
105 child = create_file(funct, 0);