/illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb.c | 271 smdb_add_extension(full_name, max_full_name_len, db_name, extension) in smdb_add_extension() argument 275 char *extension; 280 if (full_name == NULL || db_name == NULL || extension == NULL) 283 extension_len = strlen(extension); 291 strcmp(&db_name[db_name_len - extension_len], extension) != 0) 293 db_name, extension); 316 smdb_lock_file(lock_fd, db_name, mode, sff, extension) in smdb_lock_file() argument 321 char *extension; 327 extension); 430 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info) in smdb_setup_file() argument [all …]
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 57 bsd_addr_create(const char *server, const char *printer, const char *extension) in bsd_addr_create() argument 65 addr->extension = (char *)extension; in bsd_addr_create() 84 if ((addr->printer != NULL) || (addr->extension != NULL)) in bsd_addr_to_string() 91 if (addr->extension != NULL) { in bsd_addr_to_string() 93 if (strlcat(buf, addr->extension, sizeof (buf)) in bsd_addr_to_string() 106 char **list, *tmp, *printer = NULL, *extension = NULL; in string_to_bsd_addr() local 117 extension = list[2]; in string_to_bsd_addr() 120 return (bsd_addr_create(list[0], printer, extension)); in string_to_bsd_addr() 266 char *extension = NULL; in posix_name() local 271 split_name(addr, ": \t", &server, &queue, &extension); in posix_name() [all …]
|
H A D | ns.h | 79 char *extension; /* RFC-1179 conformance */ member
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_pathname.c | 50 char extension[5]; in smb_is_executable() local 54 (void) strcpy(extension, &path[len - 3]); in smb_is_executable() 55 (void) smb_strupr(extension); in smb_is_executable() 57 if (strcmp(extension, "EXE") == 0) in smb_is_executable() 60 if (strcmp(extension, "COM") == 0) in smb_is_executable() 63 if (strcmp(extension, "DLL") == 0) in smb_is_executable() 66 if (strcmp(extension, "SYM") == 0) in smb_is_executable()
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 735 uint_t extension; in hsfs_getpage_ra() local 758 extension = 0; in hsfs_getpage_ra() 761 extension += hp->hs_ra_bytes; in hsfs_getpage_ra() 776 len = MIN(extension ? extension : PAGESIZE, filsiz - off); in hsfs_getpage_ra() 1020 uint_t extension; in hsfs_getapage() local 1098 extension = ((which_chunk_lbn + 1) * chunk_data_bytes) - off; in hsfs_getapage() 1099 extension -= (extension % PAGESIZE); in hsfs_getapage() 1101 extension in hsfs_getapage() [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | protocols | 60 # Internet (IPv6) extension headers 67 ipv6-nonxt 59 IPv6-NoNxt # No next header extension header for IPv6
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pshot.c | 2734 char *extension; in pshot_nexus_properties() local 2739 extension = strstr(caddr, ","); in pshot_nexus_properties() 2740 if (extension != NULL) { in pshot_nexus_properties() 2741 ++extension; in pshot_nexus_properties() 2743 extension = "null"; in pshot_nexus_properties() 2751 if (strcmp(extension, "pm_strict") != 0 && in pshot_nexus_properties() 2752 strcmp(extension, "nopm_strict") != 0) { in pshot_nexus_properties() 2779 if (strcmp(extension, "nopm") == 0 || in pshot_nexus_properties() 2780 strcmp(extension, "nopm_strict") == 0) { in pshot_nexus_properties() 2808 char *extension; in pshot_leaf_properties() local [all …]
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | pack.c | 397 r += l9p_pustring(msg, &stat->extension); in l9p_pustat() 550 r = l9p_pustring(msg, &fcall->tcreate.extension); in l9p_pufcall() 902 free(fcall->tcreate.extension); in l9p_freefcall() 974 free(stat->extension); in l9p_freestat() 995 size += STRING_SIZE(stat->extension) in l9p_sizeof_stat()
|
H A D | fcall.h | 271 char *extension; member 334 char *extension; member
|
H A D | utils.c | 651 if (st->extension != NULL) in l9p_describe_l9stat() 652 l9p_describe_name(" extension=", st->extension, sb); in l9p_describe_l9stat() 1033 if (version >= L9P_2000U && fcall->tcreate.extension != NULL) in l9p_describe_fcall() 1035 fcall->tcreate.extension, sb); in l9p_describe_fcall()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_init.c | 195 provider->extension = hca_ptr; in dat_provider_init()
|
H A D | dapl_osd.c | 379 hca_ptr = (DAPL_HCA *) cur_node->data.extension; in dapls_osd_fork_cleanup()
|
H A D | dapl_ia_open.c | 222 hca_ptr = (DAPL_HCA *)provider->extension; in dapl_ia_open()
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 272 Cast from integer to an integer of a bigger size with sign extension. 275 Cast from integer to an integer of a bigger size with zero extension. 310 Range/bounds checking (only used for an unused sparse extension).
|
/illumos-gate/usr/src/cmd/Adm/ |
H A D | mime.types | 36 application/vnd.openofficeorg.extension oxt
|
H A D | mailcap | 55 application/vnd.openofficeorg.extension; /usr/bin/soffice %s
|
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | udat_redirection.h | 214 DAT_PVOID extension; member
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc.h | 232 } extension; member
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 480 extension = fnamelist[-1] 481 if extension in extensions.keys(): 482 return extensions[extension]
|
/illumos-gate/exception_lists/ |
H A D | interface_check | 29 # syntax, there is one extension:
|
H A D | closed-bins | 133 ./usr/lib/localedef/src/iso_8859_1/extension.src
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | mapfile | 222 papiServiceSetPeer ; # extension
|
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | fs.c | 712 s->extension = NULL; in dostat() 716 s->extension = strndup(target, (size_t)ret); in dostat() 720 asprintf(&s->extension, "b %d %d", major(buf->st_rdev), in dostat() 725 asprintf(&s->extension, "c %d %d", major(buf->st_rdev), in dostat() 1095 req->lr_req.tcreate.extension, (gid_t)-1, &st); in fs_create() 1112 if (sscanf(req->lr_req.tcreate.extension, "%c %u %u", in fs_create()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | btree2.test | 88 # long data table is an L-digit number. (The extension on long keys 172 return "Key $i has an invalid extension"
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 1021 ata_ident->support.extension = (1 << 14); in ata_identify_init() 1024 ata_ident->enabled.extension = (1 << 14); in ata_identify_init() 1083 ata_ident->support.extension = (1 << 14); in ata_identify_init() 1088 ata_ident->enabled.extension = (1 << 14); in ata_identify_init()
|