Searched refs:comname (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | uhmodem.c | 201 char comname[16]; in uhmodem_attach() local 327 snprintf(comname, sizeof(comname), "modem"); in uhmodem_attach() 330 snprintf(comname, sizeof(comname), "alt#1"); in uhmodem_attach() 333 snprintf(comname, sizeof(comname), "alt#2"); in uhmodem_attach() 336 snprintf(comname, sizeof(comname), "int#%d", i); in uhmodem_attach() 350 ucaa.ucaa_info = comname; in uhmodem_attach()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | vmsjobs.c | 308 char *comname = 0; in child_execute_job() local 484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM"); in child_execute_job() 566 sprintf (cmd, "$ @%s", comname); in child_execute_job() 680 if (comname && !ISDB (DB_JOBS)) in child_execute_job() 681 unlink (comname); in child_execute_job()
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | beos.em | 248 set_pe_stack_heap (char *resname, char *comname) 254 set_pe_value (comname);
|
H A D | pep.em | 729 set_pep_stack_heap (char *resname, char *comname) 736 set_pep_value (comname);
|
H A D | pe.em | 757 set_pe_stack_heap (char *resname, char *comname) 764 set_pe_value (comname);
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | beos.em | 248 set_pe_stack_heap (char *resname, char *comname) 254 set_pe_value (comname);
|
H A D | pep.em | 670 set_pep_stack_heap (char *resname, char *comname) 677 set_pep_value (comname);
|
H A D | pe.em | 715 set_pe_stack_heap (char *resname, char *comname) 722 set_pe_value (comname);
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2013 | 10344 * cli/cli-cmds.c (show_user): Make "comname" local const.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2013 | 10344 * cli/cli-cmds.c (show_user): Make "comname" local const.
|