Searched refs:machinename (Results 1 – 8 of 8) sorted by relevance
/freebsd/share/examples/sunrpc/sort/ |
H A D | rsort.c | 13 char *machinename; local 21 machinename = argv[1]; 26 if ((i = callrpc(machinename, SORTPROG, SORTVERS, SORT,
|
/freebsd/usr.sbin/config/ |
H A D | config.y | 154 if (machinename != NULL && !eq($2, machinename)) 157 machinename = $2; 165 if (machinename != NULL && !eq($2, machinename)) 168 machinename = $2;
|
H A D | main.cc | 63 char *machinename; variable 219 if (machinename == NULL) { in main() 234 printf("%s\t%s\n",machinename,machinearch); in main() 473 cfg << "machine\t" << machinename << lend; in configfile_dynamic()
|
H A D | mkmakefile.cc | 118 snprintf(line, sizeof(line), "../../conf/Makefile.%s", machinename); in open_makefile_template() 121 snprintf(line, sizeof(line), "Makefile.%s", machinename); in open_makefile_template() 145 fprintf(ofp, "MACHINE=%s\n", machinename); in makefile() 627 "../../conf/files.%s", machinename); in read_files()
|
H A D | mkoptions.cc | 435 machinename); in read_options() 437 (void)snprintf(fname, sizeof fname, "options.%s", machinename); in read_options()
|
H A D | config.h | 159 extern char *machinename;
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | mailspool.cs.mc | 22 # "root.machinename" instead of "root+machinename", so this is included
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | tncc.c | 1175 char *machinename = "wpa_supplicant@w1.fi"; in tncc_build_soh() local 1244 wpabuf_put_be16(buf, os_strlen(machinename) + 1); in tncc_build_soh() 1245 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1); in tncc_build_soh()
|