Searched refs:temp (Results 1 – 3 of 3) sorted by relevance
| /common/ |
| A D | iomux.c | 35 char *console_args, *temp, **start; in iomux_doenv() local 53 temp = console_args; in iomux_doenv() 58 temp = strchr(temp, ','); in iomux_doenv() 59 if (temp == NULL) in iomux_doenv() 62 temp++; in iomux_doenv() 72 temp = strchr(start[i++], ','); in iomux_doenv() 73 if (temp == NULL) in iomux_doenv() 75 *temp = '\0'; in iomux_doenv() 76 start[i] = temp + 1; in iomux_doenv()
|
| A D | cli_hush.c | 774 char *temp = child->argv[1]; in builtin_set() local 777 if (temp == NULL) in builtin_set() 781 set_local_var(temp, 0); in builtin_set() 3181 o_string temp=NULL_O_STRING; local 3192 rcode = parse_stream(&temp, &ctx, inp, 3204 done_word(&temp, &ctx); 3211 b_free(&temp); 3234 b_reset(&temp); 3240 temp.nonnull = 0; 3241 temp.quote = 0; [all …]
|
| A D | dlmalloc.src | 2116 mchunkptr fwd; /* misc temp for linking */ 2117 mchunkptr bck; /* misc temp for linking */ 2118 mbinptr q; /* misc temp */ 2375 mchunkptr bck; /* misc temp for linking */ 2376 mchunkptr fwd; /* misc temp for linking */ 2518 mchunkptr bck; /* misc temp for linking */ 2519 mchunkptr fwd; /* misc temp for linking */
|
Completed in 16 milliseconds