OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skip_space
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/bsd/libpcap/dist/
etherent.c
45
static inline int
skip_space
(FILE *);
65
skip_space
(FILE *f)
function
100
c =
skip_space
(fp);
143
c =
skip_space
(fp);
etherent.c
45
static inline int
skip_space
(FILE *);
65
skip_space
(FILE *f)
function
100
c =
skip_space
(fp);
143
c =
skip_space
(fp);
pcap-dpdk.c
561
int
skip_space
= 1;
local
567
if (
skip_space
&& dpdk_cfg[i]!=' '){ // not space
568
skip_space
=!
skip_space
; // skip normal char
571
if (!
skip_space
&& dpdk_cfg[i]==' '){ // find a space
573
skip_space
=!
skip_space
; // skip space char
pcap-dpdk.c
561
int
skip_space
= 1;
local
567
if (
skip_space
&& dpdk_cfg[i]!=' '){ // not space
568
skip_space
=!
skip_space
; // skip normal char
571
if (!
skip_space
&& dpdk_cfg[i]==' '){ // find a space
573
skip_space
=!
skip_space
; // skip space char
/src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.c
230
skip_space
(char *s)
function
254
from =
skip_space
(from);
357
str =
skip_space
(str);
447
str =
skip_space
(str);
592
str =
skip_space
(str);
601
str =
skip_space
(str);
621
str =
skip_space
(str);
626
str =
skip_space
(str);
631
str =
skip_space
(str);
667
str =
skip_space
(str)
[
all
...]
tc-wasm32.c
230
skip_space
(char *s)
function
254
from =
skip_space
(from);
357
str =
skip_space
(str);
447
str =
skip_space
(str);
592
str =
skip_space
(str);
601
str =
skip_space
(str);
621
str =
skip_space
(str);
626
str =
skip_space
(str);
631
str =
skip_space
(str);
667
str =
skip_space
(str)
[
all
...]
tc-visium.c
850
skip_space
(char *s)
function
861
char *s =
skip_space
(*sptr);
898
char *s =
skip_space
(*sptr);
935
char *s =
skip_space
(*sptr);
1079
str =
skip_space
(str);
1108
str =
skip_space
(str);
1138
str =
skip_space
(str);
1148
str =
skip_space
(str);
1181
str =
skip_space
(str);
1186
str =
skip_space
(str + 1)
[
all
...]
tc-visium.c
850
skip_space
(char *s)
function
861
char *s =
skip_space
(*sptr);
898
char *s =
skip_space
(*sptr);
935
char *s =
skip_space
(*sptr);
1079
str =
skip_space
(str);
1108
str =
skip_space
(str);
1138
str =
skip_space
(str);
1148
str =
skip_space
(str);
1181
str =
skip_space
(str);
1186
str =
skip_space
(str + 1)
[
all
...]
tc-avr.c
619
skip_space
(char *s)
function
635
from =
skip_space
(from);
862
str =
skip_space
(str);
944
str =
skip_space
(str);
1051
char *str =
skip_space
(*line);
1147
str =
skip_space
(str + 1);
1158
str =
skip_space
(str + 1);
1182
str =
skip_space
(str + 1);
1210
str =
skip_space
(str);
1392
str =
skip_space
(str)
[
all
...]
tc-pru.c
1838
skip_space
(char *s)
1856
tmp = input_line_pointer =
skip_space
(input_line_pointer);
1865
input_line_pointer =
skip_space
(input_line_pointer + len);
1869
input_line_pointer =
skip_space
(input_line_pointer + 1);
1829
skip_space
(char *s)
function
tc-avr.c
619
skip_space
(char *s)
function
635
from =
skip_space
(from);
862
str =
skip_space
(str);
944
str =
skip_space
(str);
1051
char *str =
skip_space
(*line);
1147
str =
skip_space
(str + 1);
1158
str =
skip_space
(str + 1);
1182
str =
skip_space
(str + 1);
1210
str =
skip_space
(str);
1392
str =
skip_space
(str)
[
all
...]
tc-pru.c
1838
skip_space
(char *s)
1856
tmp = input_line_pointer =
skip_space
(input_line_pointer);
1865
input_line_pointer =
skip_space
(input_line_pointer + len);
1869
input_line_pointer =
skip_space
(input_line_pointer + 1);
1829
skip_space
(char *s)
function
tc-msp430.c
453
skip_space
(char * s)
function
468
from =
skip_space
(from);
660
from =
skip_space
(from);
4347
str =
skip_space
(str); /* Skip leading spaces. */
tc-z80.c
583
skip_space
(const char *s)
function
626
if (is_whitespace (p[1]) && *
skip_space
(p + 1) == '(')
682
rest = (char*)
skip_space
(rest);
859
p =
skip_space
(p + 1);
917
p =
skip_space
(s);
930
p =
skip_space
(p);
940
p =
skip_space
(p+1);
943
p =
skip_space
(p+2);
944
if (*
skip_space
(p+1) == ')' && (*p == '+' || *p == '-'))
949
input_line_pointer = (char*)
skip_space
(p + 1) + 1
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.c
230
skip_space
(char *s)
function
254
from =
skip_space
(from);
357
str =
skip_space
(str);
447
str =
skip_space
(str);
592
str =
skip_space
(str);
601
str =
skip_space
(str);
621
str =
skip_space
(str);
626
str =
skip_space
(str);
631
str =
skip_space
(str);
667
str =
skip_space
(str)
[
all
...]
tc-wasm32.c
230
skip_space
(char *s)
function
254
from =
skip_space
(from);
357
str =
skip_space
(str);
447
str =
skip_space
(str);
592
str =
skip_space
(str);
601
str =
skip_space
(str);
621
str =
skip_space
(str);
626
str =
skip_space
(str);
631
str =
skip_space
(str);
667
str =
skip_space
(str)
[
all
...]
tc-visium.c
850
skip_space
(char *s)
function
861
char *s =
skip_space
(*sptr);
898
char *s =
skip_space
(*sptr);
935
char *s =
skip_space
(*sptr);
1079
str =
skip_space
(str);
1108
str =
skip_space
(str);
1138
str =
skip_space
(str);
1148
str =
skip_space
(str);
1181
str =
skip_space
(str);
1186
str =
skip_space
(str + 1)
[
all
...]
tc-visium.c
850
skip_space
(char *s)
function
861
char *s =
skip_space
(*sptr);
898
char *s =
skip_space
(*sptr);
935
char *s =
skip_space
(*sptr);
1079
str =
skip_space
(str);
1108
str =
skip_space
(str);
1138
str =
skip_space
(str);
1148
str =
skip_space
(str);
1181
str =
skip_space
(str);
1186
str =
skip_space
(str + 1)
[
all
...]
tc-avr.c
619
skip_space
(char *s)
function
635
from =
skip_space
(from);
862
str =
skip_space
(str);
944
str =
skip_space
(str);
1051
char *str =
skip_space
(*line);
1147
str =
skip_space
(str + 1);
1158
str =
skip_space
(str + 1);
1182
str =
skip_space
(str + 1);
1210
str =
skip_space
(str);
1392
str =
skip_space
(str)
[
all
...]
tc-pru.c
1838
skip_space
(char *s)
1856
tmp = input_line_pointer =
skip_space
(input_line_pointer);
1865
input_line_pointer =
skip_space
(input_line_pointer + len);
1869
input_line_pointer =
skip_space
(input_line_pointer + 1);
1829
skip_space
(char *s)
function
tc-avr.c
619
skip_space
(char *s)
function
635
from =
skip_space
(from);
862
str =
skip_space
(str);
944
str =
skip_space
(str);
1051
char *str =
skip_space
(*line);
1147
str =
skip_space
(str + 1);
1158
str =
skip_space
(str + 1);
1182
str =
skip_space
(str + 1);
1210
str =
skip_space
(str);
1392
str =
skip_space
(str)
[
all
...]
tc-pru.c
1838
skip_space
(char *s)
1856
tmp = input_line_pointer =
skip_space
(input_line_pointer);
1865
input_line_pointer =
skip_space
(input_line_pointer + len);
1869
input_line_pointer =
skip_space
(input_line_pointer + 1);
1829
skip_space
(char *s)
function
tc-msp430.c
453
skip_space
(char * s)
function
468
from =
skip_space
(from);
660
from =
skip_space
(from);
4347
str =
skip_space
(str); /* Skip leading spaces. */
/src/usr.bin/mail/
def.h
446
skip_space
(char *p)
function
def.h
446
skip_space
(char *p)
function
Completed in 130 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026