Searched refs:line_ptr (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dparse.c27 * parse(line_ptr, argc_ptr)
33 * line_ptr (char *)
45 char **ss_parse (sci_idx, line_ptr, argc_ptr)
47 register char *line_ptr;
65 cp = line_ptr; /* cp is for output */
69 printf ("character `%c', mode %d\n", *line_ptr, parse_mode);
73 if (*line_ptr == '\0')
75 if (*line_ptr == ' ' || *line_ptr == '\t') {
76 line_ptr
[all...]
H A Dexecute_cmd.c184 * ss_execute_line(sci_idx, line_ptr)
191 * line_ptr (char *)
199 int ss_execute_line (sci_idx, line_ptr)
201 char *line_ptr;
207 while (line_ptr[0] == ' ' || line_ptr[0] == '\t')
208 line_ptr++;
211 if (*line_ptr == '!') {
215 line_ptr++;
216 system(line_ptr);
[all...]
H A Dss_internal.h85 int ss_execute_line(int sci_idx, char *line_ptr);
86 char **ss_parse(int sci_idx, char *line_ptr, int *argc_ptr);
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.h61 extern char *disk_device, *line_ptr;
H A Dfdisk.c143 *line_ptr, /* interactive input */ variable
1022 line_ptr = line_buffer;
1033 while (*line_ptr && !isgraph(*line_ptr))
1034 line_ptr++;
1035 return *line_ptr;
1045 return *line_ptr;
1054 *line_ptr = '\n';
1055 line_ptr[1] = 0;
1057 return *line_ptr;
[all...]
H A Dfdiskbsdlabel.c455 while (!isdigit (*line_ptr));
456 return atoi (line_ptr);
532 line_ptr[strlen (line_ptr)-1] = '\0';
533 dkbasename = line_ptr;
H A Dfdisksgilabel.c555 if (strcmp (line_ptr, _("YES\n")))
H A Dfdisksunlabel.c634 if (strcmp (line_ptr, _("YES\n")))

Completed in 107 milliseconds