Lines Matching +defs:pathname +defs:name
79 char *infile; /* input module name */
80 char *outfile; /* output module name */
345 char drive[MAXDRIVE], dir[MAXDIR], name[MAXFILE], ext[MAXEXT];
364 fnsplit(infile, drive, dir, name, ext);
365 fnmerge(cppfile, drive, dir, name, ".i");
423 check_nettype(const char *name, const char *list_to_check[])
427 if (strcmp(name, list_to_check[i]) == 0) {
431 f_print(stderr, "illegal nettype :\'%s\'\n", name);
495 generate_guard(const char *pathname)
500 filename = strrchr(pathname, '/'); /* find last component */
501 filename = ((filename == 0) ? pathname : filename + 1);
509 * Convert to valid C symbol name and make it upper case.
530 * Can't have a '_' or '.' at the front of a symbol name, because it
1132 f_print(stderr, "\t%s [-AaBbILMNTv] [-Dname[=value]] [-i size] [-K seconds] [-Y pathname] infile\n",
1169 f_print(stderr, "-Y path\t\tdirectory name to find C preprocessor (cpp)\n");