HomeSort by: relevance | last modified time | path
    Searched refs:autoname (Results 1 - 7 of 7) sorted by relevancy

  /src/libexec/telnetd/
sys_term.c 527 startslave(char *host, int autologin, char *autoname)
532 if (!autoname || !autoname[0])
547 start_login(host, autologin, autoname);
  /src/external/gpl2/mkhybrid/dist/
mac_label.c 250 if((len = strlen(autoname)) > 11)
260 hce->hfs_hdr[111+i] = autoname[i];
mkisofs.c 129 char *autoname = 0; /* AutoStart filename */ variable
1136 autoname = optarg;
1224 if (*afpfile || probe || mac_name || nomacfiles || hfs_select || hfs_boot_file || magic_file || hfs_ishidden() || gen_pt || autoname || afe_size)
mkisofs.h 320 extern char *autoname; /* Autostart filename */
write.c 1584 if (autoname) {
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h 124 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:__anon6177
uds_daemon.c 1366 if (servicereg->autoname && CountPeerRegistrations(srs) == 0)
1393 if (servicereg->autoname && CountPeerRegistrations(srs) == 0)
1395 // On conflict for an autoname service, rename and reregister *all* autoname services
1399 else // On conflict for a non-autoname service, rename and reregister just that one service
2133 if (servicereg->autoname)
2135 // Clear autoname before calling UpdateDeviceInfoRecord() so it doesn't mistakenly include this in its count of active autoname registrations
2136 servicereg->autoname = mDNSfalse;
2924 if (servicereg->autoname) UpdateDeviceInfoRecord(&mDNSStorage)
    [all...]

Completed in 30 milliseconds