Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 1281) sorted by path

12345678910>>...52

/illumos-gate/exception_lists/
H A Dpackaging476 # Private, for ilstr string handling routines:
/illumos-gate/usr/src/boot/common/
H A Dconsole.c39 static int cons_check(const char *string);
40 static int cons_change(const char *string, char **);
313 cons_check(const char *string) in cons_check() argument
318 dup = next = strdup(string); in cons_check()
379 cons_change(const char *string, char **list) in cons_change() argument
390 dup = next = strdup(string); in cons_change()
H A Dhelp.common111 later use by the kernel or other modules. <type> may be any string.
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/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/forth/
H A Dbeadm.4th156 2dup 1 - + C@ [char] : = if ( string[len-1] == ':' ) 1 - then
162 [char] : swap c! \ save ':' at the end of the string
H A Dcheck-password.4th94 : read ( c-addr/u -- ) \ Expects string prompt as stack input
107 \ password, otherwise augment the key to a string.
H A Ddelay.4th113 2drop \ we don't need the command string anymore
115 evaluate \ evaluate/execute the command string
H A Dloader.4th323 \ its 3 cases now: end of string, -switch, or option list
325 over 0= if \ end of string, remove trailing -B
360 \ its options string "option1,option2,... -..."
391 \ acpi-user-options is set, now move remaining string to its place.
489 dup c@ 0= if \ end of string
556 conf_files string=
593 module.loadname string=
H A Dmenu-commands.4th395 \ Store the string in "nmi_initial" if not already set
502 print_version \ print version string (bottom-right; see version.4th)
H A Dmenu.4th229 \ Print the menu caption (we expect a string to be on the stack
837 \ along smoothly, allocate a temporary NULL string
848 \ c-addr/u - string value we intend to store to menu_caption[x]
1210 \ Initialize string containers
H A Dmenu.rc12 print_version \ print version string (bottom-right; see `version.4th')
H A Dmenusets.4th49 s" cmdbuf" getenv swap drop ( -- u1 ) \ get string length
61 \ Generate a string representing rvalue inheritance var
119 s" cmdbuf" getenv swap drop ( -- u1 ) \ get string length
131 \ Generate a string representing rvalue inheritance var
216 s" cmdbuf" getenv swap drop ( -- u1 ) \ get string length
228 \ Generate a string representing rvalue inheritance var
292 \ convert to string
341 \ We now have a string that is the assembled variable name to check
354 \ string [portion] representing the original numeric input.
364 \ variables or we have a string representing the numeric stack-input
H A Dscreen.4th65 \ Convert all occurrences of given character (c) in string (c-addr/u) to Esc
H A Dshortcuts.4th45 print_version \ print version string (bottom-right; see version.4th)
H A Dsupport.4th40 \ string counted string structure
42 \ cell .len string length
110 structure: string
168 string conf_files
173 \ Support string functions
223 \ Number to string
411 \ unquote a string
418 string name_buffer
419 string value_buffer
435 string read_buffer
[all …]
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S163 mov $idtctl,%si # Control string
370 movl $dmpfmt,%esi # Dump format string
617 popfl # string ops dec
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S93 movl $m_args,%esi # Format string
272 stosb # string
277 testb %al,%al # End of string?
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c99 static const struct string { struct
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c42 char *curpos, *next, *string; in bi_getboothowto() local
104 string = next = strdup(getenv("console")); in bi_getboothowto()
131 if (!strcmp(string, "text")) in bi_getboothowto()
134 free(string); in bi_getboothowto()
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/boot/i386/pmbr/
H A Dpmbr.s150 # Output an ASCIZ string to the console via the BIOS.
156 testb %al,%al # End of string?
/illumos-gate/usr/src/boot/libficl/softcore/
H A DMakefile27 FR += freebsd.fr ficllocal.fr oo.fr classes.fr string.fr wordsets.fr
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.com49 pics/%.o objs/%.o: $(SASRC)/string/%.c
H A DMakefile.inc45 SRCS += $(SASRC)/string/bcmp.c $(SASRC)/string/bcopy.c
46 SRCS += $(SASRC)/string/bzero.c $(SASRC)/string/ffs.c
47 SRCS += $(SASRC)/string/fls.c $(SASRC)/string/memccpy.c
48 SRCS += $(SASRC)/string/memchr.c $(SASRC)/string/memcmp.c
49 SRCS += $(SASRC)/string/memcpy.c $(SASRC)/string/memmove.c
50 SRCS += $(SASRC)/string/memset.c $(SASRC)/string/strcat.c
51 SRCS += $(SASRC)/string/strchr.c $(SASRC)/string/strcmp.c
52 SRCS += $(SASRC)/string/strcpy.c $(SASRC)/string/stpcpy.c
58 SRCS += $(SASRC)/string/strsep.c $(SASRC)/string/strspn.c
59 SRCS += $(SASRC)/string/strstr.c $(SASRC)/string/strtok.c
[all …]

12345678910>>...52