Searched refs:NULL (Results 1 - 25 of 43) sorted by relevance

12

/scripts/genksyms/
H A Dparse.y69 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
128 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
130 { free_list(*$2, NULL); *$2 = NULL; }
150 (*$3)->next = NULL;
154 current_name = NULL;
161 /* empty */ { $$ = NULL; }
168 *$1 = NULL;
171 current_name = NULL;
[all...]
H A Dgenksyms.c61 [SYM_NORMAL] = { 0, NULL},
179 return NULL;
214 free_list(last_enum_expr, NULL);
215 last_enum_expr = copy_list_range(defn, NULL);
223 expr = copy_list_range(last_enum_expr, NULL);
228 mk_node(buf), NULL);
234 free_list(last_enum_expr, NULL);
235 last_enum_expr = NULL;
239 return NULL;
294 sym->expansion_trail = NULL;
[all...]
/scripts/kconfig/
H A Dkxgettext.c15 int multiline = strchr(text, '\n') != NULL;
73 if (self == NULL)
78 self->next = NULL;
97 if (self == NULL)
101 if (self->files == NULL)
105 if (self->msg == NULL)
109 self->next = NULL;
116 self = NULL;
124 while (m != NULL) {
139 if (fl == NULL)
175 message__add(menu_get_prompt(menu), NULL, local
[all...]
H A Dconf.c149 def = NULL;
446 {"oldaskconfig", no_argument, NULL, oldaskconfig},
447 {"oldconfig", no_argument, NULL, oldconfig},
448 {"silentoldconfig", no_argument, NULL, silentoldconfig},
449 {"defconfig", optional_argument, NULL, defconfig},
450 {"savedefconfig", required_argument, NULL, savedefconfig},
451 {"allnoconfig", no_argument, NULL, allnoconfig},
452 {"allyesconfig", no_argument, NULL, allyesconfig},
453 {"allmodconfig", no_argument, NULL, allmodconfig},
454 {"alldefconfig", no_argument, NULL, alldefconfi
[all...]
H A Dgconf.c44 GtkWidget *main_wnd = NULL;
45 GtkWidget *tree1_w = NULL; // left frame
46 GtkWidget *tree2_w = NULL; // right frame
47 GtkWidget *text_w = NULL;
48 GtkWidget *hpaned = NULL;
49 GtkWidget *vpaned = NULL;
50 GtkWidget *back_btn = NULL;
51 GtkWidget *save_btn = NULL;
52 GtkWidget *save_menu_item = NULL;
138 xml = glade_xml_new(glade_file, "window1", NULL);
270 "radio", COL_BTNRAD, NULL); local
278 COL_COLOR, NULL); local
311 "visible", COL_PIXVIS, NULL); local
320 "radio", COL_BTNRAD, NULL); local
328 COL_COLOR, NULL); local
363 G_CALLBACK(renderer_edited), NULL); local
[all...]
H A Dexpr.c67 return NULL;
92 e = NULL;
245 e->right.expr = NULL;
261 e->right.expr = NULL;
287 e->right.expr = NULL;
303 e->right.expr = NULL;
320 return NULL;
333 e->right.sym = NULL;
354 return NULL;
356 return NULL;
[all...]
H A Dmconf.c404 struct menu *def_menu = NULL;
522 struct menu *active_menu = NULL;
556 sym = NULL;
595 show_textbox(NULL, setmod_text, 6, 74);
732 show_textbox(NULL, _("You have made an invalid entry."), 5, 43);
749 res = dialog_inputbox(NULL, load_config_text,
760 show_textbox(NULL, _("File does not exist!"), 5, 38);
776 res = dialog_inputbox(NULL, save_config_text,
786 show_textbox(NULL, _("Can't create file! Probably a nonexistent directory."), 5, 60);
803 res = dialog_yesno(NULL,
[all...]
H A Dsymbol.c103 return NULL;
112 return NULL;
124 return NULL;
136 return NULL;
152 return strtol(sym->curr.val, NULL, base);
174 val = strtol(sym->curr.val, NULL, base);
232 * Return NULL if none was found
257 return NULL;
285 if (def_sym == NULL)
597 val = strtol(str, NULL, 1
[all...]
H A Dmenu.c62 menu_add_symbol(P_SYMBOL, sym, NULL);
148 while ((menu = menu->parent) != NULL) {
166 return menu_add_prop(type, prompt, NULL, dep);
177 menu_add_prop(type, NULL, expr, dep);
182 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep);
322 basedep = parent->prompt ? parent->prompt->visible.expr : NULL;
325 last_menu = NULL;
350 last_menu->next = NULL;
388 menu_add_symbol(P_CHOICE, sym, NULL);
392 *ep = expr_alloc_one(E_LIST, NULL);
[all...]
H A Dzconf.y236 /* empty */ { $$ = NULL; }
247 menu_add_expr(P_CHOICE, NULL, NULL);
319 menu_add_entry(NULL);
346 menu_add_prompt(P_MENU, $2, NULL);
353 menu_add_entry(NULL);
354 menu_add_prompt(P_MENU, $2, NULL);
391 menu_add_entry(NULL);
392 menu_add_prompt(P_COMMENT, $2, NULL);
465 if_expr: /* empty */ { $$ = NULL; }
[all...]
H A Dconfdata.c187 FILE *in = NULL;
245 sym->def[def].val = NULL;
252 sym = NULL;
416 * passing a non-NULL argument to the printer.
427 bool skip_unset = (arg != NULL);
615 while (menu != NULL)
618 if (sym == NULL) {
652 conf_write_symbol(out, sym, &kconfig_printer_cb, NULL);
655 if (menu->list != NULL) {
658 else if (menu->next != NULL) {
[all...]
H A Dqconf.cc809 struct menu *menu = NULL;
828 action = new Q3Action(NULL, _("Show Name"), 0, this);
836 action = new Q3Action(NULL, _("Show Range"), 0, this);
844 action = new Q3Action(NULL, _("Show Data"), 0, this);
987 sym = NULL;
1167 Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup);
1183 : Parent(parent, name), result(NULL)
1249 ConfigItem *lastItem = NULL;
1342 Q3Action *showNameAction = new Q3Action(NULL, _("Show Name"), 0, this);
1347 Q3Action *showRangeAction = new Q3Action(NULL,
[all...]
/scripts/dtc/
H A Dchecks.c82 CHECK(nm, check_##nm, NULL, NULL, d, lvl, __VA_ARGS__)
84 CHECK(nm, NULL, check_##nm, NULL, d, lvl, __VA_ARGS__)
86 CHECK(nm, NULL, NULL, check_##nm, d, lvl, __VA_ARGS__)
88 CHECK(nm, NULL, NULL, NULL, NULL, lv
[all...]
H A Dfstree.c37 tree = build_node(NULL, NULL);
39 while ((de = readdir(d)) != NULL) {
89 return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
H A Ddtc.c103 const char *depname = NULL;
107 FILE *outf = NULL;
129 outversion = strtol(optarg, NULL, 0);
135 reservenum = strtol(optarg, NULL, 0);
138 minsize = strtol(optarg, NULL, 0);
141 padsize = strtol(optarg, NULL, 0);
150 cmdline_boot_cpuid = strtoll(optarg, NULL, 0);
H A Dlivetree.c56 assert(first->next == NULL);
65 struct property *head = NULL;
96 assert(node->name == NULL);
119 new_prop->next = NULL;
130 new_prop = NULL;
146 new_child->parent = NULL;
147 new_child->next_sibling = NULL;
153 new_child = NULL;
172 assert(first->next_sibling == NULL);
182 prop->next = NULL;
[all...]
H A Ddtc-parser.y96 $$ = NULL;
154 $$ = NULL;
197 FILE *f = srcfile_relative_open($4.val, NULL);
214 FILE *f = srcfile_relative_open($4.val, NULL);
288 $$ = NULL;
H A Dsrcpos.c40 return NULL;
43 FILE *depfile; /* = NULL */
44 struct srcfile_state *current_srcfile; /* = NULL */
131 .file = NULL,
/scripts/mod/
H A Dmodpost.c134 if (s != NULL)
225 return NULL;
345 return NULL;
348 map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0);
352 return NULL;
387 return NULL;
669 return NULL;
676 return NULL;
697 return NULL;
704 return get_next_modinfo(modinfo, modinfo_len, tag, NULL);
[all...]
/scripts/
H A Ddocproc.c78 static char **all_list = NULL;
90 all_list[i] = NULL;
174 return NULL;
199 if (filename_exist(filename) == NULL) {
208 if (fp == NULL) {
216 if (((p = strstr(line, "EXPORT_SYMBOL_GPL")) != NULL) ||
217 ((p = strstr(line, "EXPORT_SYMBOL")) != NULL)) {
260 if (vec == NULL) {
276 vec[idx] = NULL;
317 vec[idx] = NULL;
[all...]
H A Dunifdef.c320 if (input == NULL)
326 if (ofilename == NULL) {
340 if (dirsep != NULL)
350 if (output == NULL)
355 if (output == NULL)
649 if (fgets(tline, MAXLINE, input) == NULL)
651 if (newline == NULL) {
684 if (value[cursym] == NULL)
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) {
873 *valp = (value[sym] != NULL);
[all...]
H A Dconmakehash.c117 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL )
119 if ( (p = strchr(buffer, '\n')) != NULL )
/scripts/dtc/libfdt/
H A Dfdt.c84 return NULL;
89 return NULL;
189 return NULL;
H A Dfdt_ro.c178 return NULL;
241 return NULL;
251 return NULL;
375 nodedepth - 1, NULL);
393 for (offset = fdt_next_node(fdt, startoffset, NULL);
395 offset = fdt_next_node(fdt, offset, NULL)) {
458 for (offset = fdt_next_node(fdt, startoffset, NULL);
460 offset = fdt_next_node(fdt, offset, NULL)) {
/scripts/basic/
H A Dfixdep.c207 hashtab[i] = NULL;
298 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
392 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);

Completed in 164 milliseconds

12