Home | Sort by: relevance | last modified time | path |
/src/sbin/gpt/ | |
header.c | 58 const struct gpt_cmd c_header = { variable in typeref:typename:const struct gpt_cmd 65 #define usage() gpt_usage(NULL, &c_header) |
/src/usr.bin/error/ | |
pi.c | 53 static char **c_header = &unk_hdr[0]; variable in typeref:typename:char ** 358 nwordv[1] = strdup(c_header[0]); 359 nwordv[2] = strdup(c_header[1]); 360 nwordv[3] = strdup(c_header[2]); 398 c_header = wordvsplice(0, cur_wordc, cur_wordv+1); |