Searched refs:str_set (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
H A D | options.c | 55 static void str_set(int, char *); /* set string option */ 66 { "-sysroot=", STR(9), str_set, &opt.sysroot }, 106 { "isystem", ARG(0), str_set, &opt.isystem }, 110 { "isysroot", ARG(0), str_set, &opt.isysroot }, 129 { "o", ARG(1), str_set, &opt.outfile }, 192 str_set(int n, char *arg) in str_set() function
|