HomeSort by: relevance | last modified time | path
    Searched defs:text (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sys/stand/efiboot/
userconf.c 58 char *text; local
73 text = alloc(len);
74 if (text == NULL) {
77 memcpy(text, cmd, len);
79 uc->uc_text = text;
userconf.c 58 char *text; local
73 text = alloc(len);
74 if (text == NULL) {
77 memcpy(text, cmd, len);
79 uc->uc_text = text;
  /src/tests/crypto/opencrypto/
h_comp.c 40 char text[100000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (memcmp(text, buf2, co2.dst_len))
h_comp_zlib.c 39 char text[10000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (z.total_out != sizeof(text))
89 if (memcmp(buf2, text, sizeof(text)))
h_comp_zlib_rnd.c 40 char text[1000]; variable
52 for (i = 0; i < sizeof(text)/sizeof(long); i++)
53 *(long *)(text + i * sizeof(long)) = random();
67 co1.len = sizeof(text);
68 co1.src = text;
91 if (z.total_out != sizeof(text))
93 if (memcmp(buf2, text, sizeof(text)))
h_comp.c 40 char text[100000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (memcmp(text, buf2, co2.dst_len))
h_comp_zlib.c 39 char text[10000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (z.total_out != sizeof(text))
89 if (memcmp(buf2, text, sizeof(text)))
h_comp_zlib_rnd.c 40 char text[1000]; variable
52 for (i = 0; i < sizeof(text)/sizeof(long); i++)
53 *(long *)(text + i * sizeof(long)) = random();
67 co1.len = sizeof(text);
68 co1.src = text;
91 if (z.total_out != sizeof(text))
93 if (memcmp(buf2, text, sizeof(text)))
  /src/tests/lib/libc/string/
t_bm.c 49 const char *text; member in struct:__anon7866
76 char *text; local
83 ATF_REQUIRE((text = strdup(testcases[ts].text)));
84 off = bm_exec(pattern, (u_char *)text, strlen(text));
90 (off-(u_char *)text));
93 free(text);
t_bm.c 49 const char *text; member in struct:__anon7866
76 char *text; local
83 ATF_REQUIRE((text = strdup(testcases[ts].text)));
84 off = bm_exec(pattern, (u_char *)text, strlen(text));
90 (off-(u_char *)text));
93 free(text);
  /src/usr.bin/sdiff/
edit.c 76 char buf[BUFSIZ], *text; local
82 text = NULL;
96 if (asprintf(&text, "%s\n%s\n", left, right) == -1)
106 if (asprintf(&text, "%s\n", left) == -1)
117 if (asprintf(&text, "%s\n", right) == -1)
131 if (text != NULL) {
134 len = strlen(text);
135 if ((size_t)write(fd, text, len) != len) {
142 /* text is no longer used. */
143 free(text);
    [all...]
edit.c 76 char buf[BUFSIZ], *text; local
82 text = NULL;
96 if (asprintf(&text, "%s\n%s\n", left, right) == -1)
106 if (asprintf(&text, "%s\n", left) == -1)
117 if (asprintf(&text, "%s\n", right) == -1)
131 if (text != NULL) {
134 len = strlen(text);
135 if ((size_t)write(fd, text, len) != len) {
142 /* text is no longer used. */
143 free(text);
    [all...]
  /src/bin/sh/
expand.h 41 char *text; member in struct:strlist
expand.h 41 char *text; member in struct:strlist
  /src/games/adventure/
hdr.h 85 struct text { struct
91 extern struct text rtext[RTXSIZE]; /* random text messages */
94 extern struct text mtext[MAGSIZE]; /* magic messages */
98 extern struct text ctext[CLSMAX]; /* classes of adventurer */
101 extern struct text ptext[101]; /* object descriptions */
104 extern struct text ltext[LOCSIZE]; /* long loc description */
105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
hdr.h 85 struct text { struct
91 extern struct text rtext[RTXSIZE]; /* random text messages */
94 extern struct text mtext[MAGSIZE]; /* magic messages */
98 extern struct text ctext[CLSMAX]; /* classes of adventurer */
101 extern struct text ptext[101]; /* object descriptions */
104 extern struct text ltext[LOCSIZE]; /* long loc description */
105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
  /src/games/monop/
cards.c 51 static void printmes(const char *text);
57 const char *text; member in struct:cardinfo
253 printmes(thiscard->text);
341 printmes(const char *text)
347 for (i = 0; text[i] != '\0'; i++)
348 putchar(text[i]);
cards.c 51 static void printmes(const char *text);
57 const char *text; member in struct:cardinfo
253 printmes(thiscard->text);
341 printmes(const char *text)
347 for (i = 0; text[i] != '\0'; i++)
348 putchar(text[i]);
  /src/usr.bin/menuc/
parse.y 61 %type <s_value> init_code system helpstr text
136 text : NAME | STRING label
159 | TITLE text { cur_menu->info->title = $2; }
160 | EXITSTRING text { cur_menu->info->exitstr = $2;
177 option_legend : text { cur_optn->name = $1; }
232 | HELP text ";" { cur_menu->info->helpstr = $2; }
parse.y 61 %type <s_value> init_code system helpstr text
136 text : NAME | STRING label
159 | TITLE text { cur_menu->info->title = $2; }
160 | EXITSTRING text { cur_menu->info->exitstr = $2;
177 option_legend : text { cur_optn->name = $1; }
232 | HELP text ";" { cur_menu->info->helpstr = $2; }
  /src/sbin/efi/
devpath2.c 59 static char text[8]; local
67 text[0] = (char)__SHIFTOUT(u.b[0], __BITS(4,0));
68 text[1] = (char)__SHIFTOUT(u.b[0], __BITS(7,5));
69 text[1] |= (char)__SHIFTOUT(u.b[1], __BITS(1,0)) << 3;
70 text[2] = (char)__SHIFTOUT(u.b[1], __BITS(7,2));
72 text[0] += 0x40; /* '@' */
73 text[1] += 0x40;
74 text[2] += 0x40;
78 text[3] = hexdigits[hi_nib(u.b[3])];
79 text[4] = hexdigits[lo_nib(u.b[3])]
    [all...]
  /src/sys/arch/ia64/stand/common/
interp.c 188 char *text; member in struct:includeline
245 sp->text = (char *)sp + sizeof(struct includeline);
246 strcpy(sp->text, cp);
275 res = bf_run(sp->text);
278 filename, sp->text);
287 printf("%s\n", sp->text);
291 if (!parse(&argc, &argv, sp->text)) {
  /src/sys/dev/i2c/
sht4xvar.h 58 const char *text; member in struct:sht4x_resolution
si70xxvar.h 56 const char *text; member in struct:si70xx_resolution
  /src/sys/dev/std/
ieee1212var.h 53 char *text; member in struct:p1212_textdata
59 struct p1212_textdata **text; member in struct:p1212_com

Completed in 391 milliseconds

1 2 3 4 5