Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 1281) sorted by last modified time

12345678910>>...52

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1204 link path=usr/share/man/man3c/stpcpy.3c target=string.3c
1211 link path=usr/share/man/man3c/strcat.3c target=string.3c
1212 link path=usr/share/man/man3c/strchr.3c target=string.3c
1214 link path=usr/share/man/man3c/strcmp.3c target=string.3c
1217 link path=usr/share/man/man3c/strcpy.3c target=string.3c
1219 link path=usr/share/man/man3c/strdup.3c target=string.3c
1230 file path=usr/share/man/man3c/string.3c
1234 link path=usr/share/man/man3c/strlen.3c target=string.3c
1248 link path=usr/share/man/man3c/strsep.3c target=string.3c
1250 link path=usr/share/man/man3c/strspn.3c target=string.3c
[all …]
H A Dsystem-test-utiltest.p5m69 file path=opt/util-tests/tests/awk/bugs-fixed/string-conv.awk mode=0444
70 file path=opt/util-tests/tests/awk/bugs-fixed/string-conv.ok mode=0444
/illumos-gate/usr/src/man/man3c/
H A DMakefile455 string.3c \
2397 stpcpy.3c := LINKSRC = string.3c
2403 strcat.3c := LINKSRC = string.3c
2404 strchr.3c := LINKSRC = string.3c
2406 strcmp.3c := LINKSRC = string.3c
2407 strcpy.3c := LINKSRC = string.3c
2409 strdup.3c := LINKSRC = string.3c
2413 strlen.3c := LINKSRC = string.3c
2425 strsep.3c := LINKSRC = string.3c
2426 strspn.3c := LINKSRC = string.3c
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist42 * string that shows up when you run strerror().
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4602 cfg->string) == 0)) { in emlxs_fca_port_manage()
4604 cfg->string, in emlxs_fca_port_manage()
4665 cfg->string) == 0)) { in emlxs_fca_port_manage()
4670 cfg->string, in emlxs_fca_port_manage()
6701 char string[256]; in emlxs_mode_init_masks() local
6723 cfg[CFG_DTM_ENABLE].string); in emlxs_mode_init_masks()
6749 (void) snprintf(string, sizeof (string), in emlxs_mode_init_masks()
7645 char string[256]; in emlxs_get_props() local
7662 cfg->string, new_value); in emlxs_get_props()
7665 (void) snprintf(string, sizeof (string), "%s%d-%s", DRIVER_NAME, in emlxs_get_props()
[all …]
H A Demlxs_mbox.c200 return (emlxs_mb_status_table[i].string); in emlxs_mb_xlate_status()
3255 return (emlxs_mb_cmd_table[i].string); in emlxs_mb_cmd_xlate()
3274 emlxs_request_feature_table[i].string, in emlxs_request_feature_xlate()
H A Demlxs_fct.c853 emlxs_str_atoi(uint8_t *string) in emlxs_str_atoi() argument
858 while (string[i]) { in emlxs_str_atoi()
859 if (!emlxs_is_digit(string[i])) { in emlxs_str_atoi()
863 num = num * 10 + (string[i++] - '0'); in emlxs_str_atoi()
H A Demlxs_hba.c2714 return (emlxs_ffstate_table[i].string); in emlxs_ffstate_xlate()
2734 return (emlxs_ring_table[i].string); in emlxs_ring_xlate()
2754 return (emlxs_pci_cap[i].string); in emlxs_pci_cap_xlate()
2774 return (emlxs_pci_ecap[i].string); in emlxs_pci_ecap_xlate()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids12539 0006 HID Dongle (for OEMs - manufacturer string is "OEM")
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c574 comc_parse_pcidev(const char *string) in comc_parse_pcidev() argument
577 (void) string; in comc_parse_pcidev()
586 pres = strtoul(string, &p, 10); in comc_parse_pcidev()
587 if (errno != 0 || p == string || *p != ':' || pres < 0) in comc_parse_pcidev()
593 if (errno != 0 || p == string || *p != ':' || pres < 0) in comc_parse_pcidev()
599 if (errno != 0 || p == string || (*p != ':' && *p != '\0') || pres < 0) in comc_parse_pcidev()
606 if (errno != 0 || p == string || *p != '\0' || pres <= 0) in comc_parse_pcidev()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c830 char *string; in nwam_condition_to_condition_string() local
906 if ((string = malloc(NWAM_MAX_VALUE_LEN)) == NULL) in nwam_condition_to_condition_string()
913 (void) snprintf(string, NWAM_MAX_VALUE_LEN, in nwam_condition_to_condition_string()
916 *stringp = string; in nwam_condition_to_condition_string()
924 (void) snprintf(string, NWAM_MAX_VALUE_LEN, in nwam_condition_to_condition_string()
927 *stringp = string; in nwam_condition_to_condition_string()
931 free(string); in nwam_condition_to_condition_string()
939 nwam_condition_string_to_condition(const char *string, in nwam_condition_string_to_condition() argument
947 assert(string != NULL && object_typep != NULL && conditionp != NULL && in nwam_condition_string_to_condition()
950 if ((copy = strdup(string)) == NULL) in nwam_condition_string_to_condition()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files81 string.o \
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c264 dprintf_find_string(const char *string) in dprintf_find_string() argument
267 int len = strlen(string); in dprintf_find_string()
275 if (strncmp(tmp_str, string, len) == 0 && in dprintf_find_string()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.S281 .string "syscall_asm_amd64.s:%d lwptoregs(%p) [%p] != rp [%p]"
284 .string "syscall_asm_amd64.s:%d rp->r_cs [%ld] != %ld"
287 .string "syscall_asm_amd64.s:%d lwp %p, pcb_rupdate != 0"
290 .string "syscall_asm_amd64.s:%d CR0.TS set on user return"
1296 .string "sys_lcall32: shouldn't be here!"
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1786 tem_safe_text_display(struct tem_vt_state *tem, term_char_t *string, in tem_safe_text_display() argument
1804 tem_safe_get_color(tem, &fg, &bg, &string[i]); in tem_safe_text_display()
1807 c = TEM_CHAR(string[i].tc_char); in tem_safe_text_display()
1900 term_char_t *string, int count, in tem_safe_pix_display() argument
1918 if (!TEM_ATTR_ISSET(string[i].tc_char, TEM_ATTR_IMAGE)) { in tem_safe_pix_display()
1919 tem_safe_callback_bit2pix(tem, &string[i]); in tem_safe_pix_display()
2704 tem_safe_virtual_display(struct tem_vt_state *tem, term_char_t *string, in tem_safe_virtual_display() argument
2718 *addr++ = string[i]; in tem_safe_virtual_display()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src212 # answerback string. The string may contain the following scanf(3)-like
878 # string F26 ="\033[Z"
2142 # transmits after the <smkx> string is transmitted. If the <smkx> string
4734 # a) add sgr string
12550 # %p2%s OUTPUT (string) as string
13036 # Reset string 2 sets:
13082 # Reset string 1 sets:
13097 # Reset string 2 sets:
13135 # Reset string 1 sets:
21054 # CSI Q<n><string> define function key string
[all …]
H A Dtermcap.src212 # answerback string. The string may contain the following scanf(3)-like
810 # string F26 ="\033[Z"
1888 # transmits after the :ks: string is transmitted. If the :ks: string
4141 # a) add sgr string
11133 # %p2%s OUTPUT (string) as string
11539 # Reset string 2 sets:
11582 # Reset string 1 sets:
11597 # Reset string 2 sets:
11634 # Reset string 1 sets:
18836 # CSI Q<n><string> define function key string
[all …]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1677 const char *string; in zsd_get_pool_pset() local
1760 pool_value_get_string(vals[0], &string) != PO_SUCCESS) in zsd_get_pool_pset()
1763 (void) strlcpy(psetname, string, namelen); in zsd_get_pool_pset()
1836 pool_value_get_string(vals[0], &string) != PO_SUCCESS) in zsd_get_pool_pset()
1839 if (strcmp(string, "on-line") != 0 && in zsd_get_pool_pset()
1840 strcmp(string, "no-intr") != 0) in zsd_get_pool_pset()
2049 const char *string; in zsd_get_zone_pool_pset() local
2086 pool_value_get_string(vals[0], &string) != PO_SUCCESS) in zsd_get_zone_pool_pset()
2088 (void) strlcpy(poolname, (char *)string, sizeof (poolname)); in zsd_get_zone_pool_pset()
2114 pool_value_get_string(vals[0], &string) != PO_SUCCESS) in zsd_get_zone_pool_pset()
[all …]
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c198 static int size_to_string(uint64_t size, char *string, int len);
2931 size_to_string(uint64_t size, char *string, int len) in size_to_string() argument
2937 if (string == NULL) { in size_to_string()
2952 (void) snprintf(string, len, "%llu", size); in size_to_string()
2954 (void) snprintf(string, len, "%llu.%1u", size, in size_to_string()
2959 if ((strlen(string) + 1) >= len) { in size_to_string()
2962 (void) strlcat(string, unit[i], len); in size_to_string()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2779 prog_name(char *string) in prog_name() argument
2787 while (*string == ' ' || *string == '\t') in prog_name()
2788 string++; in prog_name()
2795 if (*string != '.' && *string != '/' && *string != '_' && in prog_name()
2796 (*string < 'a' || *string > 'z') && in prog_name()
2797 (*string < 'A' || * string > 'Z') && in prog_name()
2798 (*string < '0' || *string > '9')) in prog_name()
2807 for (ptr = string; *string != ' ' && *string != '\t' && in prog_name()
2808 *string != '\n' && *string != '\0'; string++) { in prog_name()
2809 if (*string == '/') in prog_name()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c252 *string++; in main()
261 string); in main()
265 string++; in main()
268 string++; in main()
1238 cs = string; in number()
1257 string = cs; in number()
1259 cs = string; in number()
1274 string); in number()
1295 string = cs; in number()
1317 cs = string; in match()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c942 string_to_yyin(char *string) in string_to_yyin() argument
946 if (fwrite(string, strlen(string), 1, yyin) != 1) in string_to_yyin()
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h684 EFI_STRING_ID string; ///< EFI_IFR_TYPE_STRING, EFI_IFR_TYPE_ACTION member
/illumos-gate/usr/src/boot/common/
H A Dtem.c2301 tem_text_display(struct tem_vt_state *tem __unused, term_char_t *string, in tem_text_display() argument
2318 tem_get_color(tem, &fg, &bg, &string[i]); in tem_text_display()
2321 c = TEM_CHAR(string[i].tc_char); in tem_text_display()
2388 term_char_t *string, int count, in tem_pix_display() argument
2401 tem_callback_bit2pix(tem, &string[i]); in tem_pix_display()
2992 tem_virtual_display(struct tem_vt_state *tem, term_char_t *string, in tem_virtual_display() argument
3009 *addr++ = string[i]; in tem_virtual_display()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h39 char string[EMLXS_CFG_STR_SIZE]; member

12345678910>>...52