Lines Matching refs:funct
68 char *funct, *bin_path;
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
79 sprintf(funct, "%s/genceil", bin_path);
80 child = create_file(funct, 0);
83 sprintf(funct, "%s/genfabs", bin_path);
84 child = create_file(funct, 0);
87 sprintf(funct, "%s/genfloor", bin_path);
88 child = create_file(funct, 0);
91 sprintf(funct, "%s/genfmod", bin_path);
92 child = create_file(funct, 0);
95 sprintf(funct, "%s/genpow", bin_path);
96 child = create_file(funct, 0);
99 sprintf(funct, "%s/gensqrt", bin_path);
100 child = create_file(funct, 0);