HomeSort by: relevance | last modified time | path
    Searched refs:nl (Results 1 - 25 of 240) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/tests/bin/sh/
t_here.sh 30 nl='
48 # some of the tests expect us to expand $nl internally...
49 CMD="nl='${nl}'; $1"
82 IFS="$nl"
131 check 'x=`cat <<EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0
132 check 'x=`cat <<\EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text'
    [all...]
t_here.sh 30 nl='
48 # some of the tests expect us to expand $nl internally...
49 CMD="nl='${nl}'; $1"
82 IFS="$nl"
131 check 'x=`cat <<EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0
132 check 'x=`cat <<\EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text'
    [all...]
  /src/usr.bin/nl/
Makefile 3 PROG= nl
5 COPTS.nl.c += -Wno-format-nonliteral
Makefile 3 PROG= nl
5 COPTS.nl.c += -Wno-format-nonliteral
  /src/distrib/syspkg/sets/base/base-locale-nl/
Makefile 3 PKGBASE=base-locale-nl
Makefile 3 PKGBASE=base-locale-nl
  /src/distrib/syspkg/sets/comp/comp-c_locale-nl/
Makefile 3 PKGBASE=comp-c_locale-nl
Makefile 3 PKGBASE=comp-c_locale-nl
  /src/libexec/identd/
pf.c 33 struct pfioc_natlook nl; local in function:pf_natlookup
36 (void)memset(&nl, 0, sizeof(nl));
41 (void)memcpy(&nl.daddr.v4, &csatosin(&ss[0])->sin_addr,
43 (void)memcpy(&nl.saddr.v4, &csatosin(&ss[1])->sin_addr,
45 nl.dport = csatosin(&ss[0])->sin_port;
46 nl.sport = csatosin(&ss[1])->sin_port;
47 nl.af = AF_INET;
48 nl.proto = IPPROTO_TCP;
49 nl.direction = PF_IN
    [all...]
pf.c 33 struct pfioc_natlook nl; local in function:pf_natlookup
36 (void)memset(&nl, 0, sizeof(nl));
41 (void)memcpy(&nl.daddr.v4, &csatosin(&ss[0])->sin_addr,
43 (void)memcpy(&nl.saddr.v4, &csatosin(&ss[1])->sin_addr,
45 nl.dport = csatosin(&ss[0])->sin_port;
46 nl.sport = csatosin(&ss[1])->sin_port;
47 nl.af = AF_INET;
48 nl.proto = IPPROTO_TCP;
49 nl.direction = PF_IN
    [all...]
ipf.c 37 natlookup_t nl; local in function:ipf_natlookup
42 (void)memset(&nl, 0, sizeof(nl));
46 obj.ipfo_size = sizeof(nl);
47 obj.ipfo_ptr = &nl;
53 (void)memcpy(&nl.nl_realip, &csatosin(&ss[0])->sin_addr,
55 (void)memcpy(&nl.nl_outip, &csatosin(&ss[1])->sin_addr,
57 nl.nl_realport = ntohs(csatosin(&ss[0])->sin_port);
58 nl.nl_outport = ntohs(csatosin(&ss[1])->sin_port);
59 nl.nl_flags = IPN_TCP | IPN_IN
    [all...]
ipf.c 37 natlookup_t nl; local in function:ipf_natlookup
42 (void)memset(&nl, 0, sizeof(nl));
46 obj.ipfo_size = sizeof(nl);
47 obj.ipfo_ptr = &nl;
53 (void)memcpy(&nl.nl_realip, &csatosin(&ss[0])->sin_addr,
55 (void)memcpy(&nl.nl_outip, &csatosin(&ss[1])->sin_addr,
57 nl.nl_realport = ntohs(csatosin(&ss[0])->sin_port);
58 nl.nl_outport = ntohs(csatosin(&ss[1])->sin_port);
59 nl.nl_flags = IPN_TCP | IPN_IN
    [all...]
  /src/usr.sbin/crash/arch/
aarch64.c 48 static struct nlist nl[] = { variable in typeref:struct:nlist[]
58 if (kvm_nlist(kd, nl) == -1)
61 el0_trap = nl[0].n_value;
62 el1_trap = nl[1].n_value;
63 cpu_switchto_softint = nl[2].n_value;
powerpc.c 49 static struct nlist nl[] = { variable in typeref:struct:nlist[]
60 if (kvm_nlist(kd, nl) == -1)
63 trapexit = (void *)nl[N_TRAPEXIT].n_value;
64 sctrapexit = (void *)nl[N_SCTRAPEXIT].n_value;
65 intrcall = (void *)nl[N_INTRCALL].n_value;
aarch64.c 48 static struct nlist nl[] = { variable in typeref:struct:nlist[]
58 if (kvm_nlist(kd, nl) == -1)
61 el0_trap = nl[0].n_value;
62 el1_trap = nl[1].n_value;
63 cpu_switchto_softint = nl[2].n_value;
powerpc.c 49 static struct nlist nl[] = { variable in typeref:struct:nlist[]
60 if (kvm_nlist(kd, nl) == -1)
63 trapexit = (void *)nl[N_TRAPEXIT].n_value;
64 sctrapexit = (void *)nl[N_SCTRAPEXIT].n_value;
65 intrcall = (void *)nl[N_INTRCALL].n_value;
mips.c 45 static struct nlist nl[] = { variable in typeref:struct:nlist[]
57 if (kvm_nlist(kd, nl) == -1) {
60 if ((size_t)kvm_read(kd, nl[0].n_value, &pcb, sizeof(pcb)) !=
70 return (vaddr_t)nl[1].n_value;
mips.c 45 static struct nlist nl[] = { variable in typeref:struct:nlist[]
57 if (kvm_nlist(kd, nl) == -1) {
60 if ((size_t)kvm_read(kd, nl[0].n_value, &pcb, sizeof(pcb)) !=
70 return (vaddr_t)nl[1].n_value;
  /src/bin/sh/
mkinit.sh 54 nl='
98 decnl="$nl"
115 decles="$decles$nl"
118 decles="${decles}${line}${nl}"
123 decnl="$nl"
133 decles="${decles}${decnl}extern${def};${comment}${nl}"
144 defines="${defines}#undef $2${nl}${line}${nl}"
150 ev="${nl} /* from $src: */${nl} {${nl}
    [all...]
mkinit.sh 54 nl='
98 decnl="$nl"
115 decles="$decles$nl"
118 decles="${decles}${line}${nl}"
123 decnl="$nl"
133 decles="${decles}${decnl}extern${def};${comment}${nl}"
144 defines="${defines}#undef $2${nl}${line}${nl}"
150 ev="${nl} /* from $src: */${nl} {${nl}
    [all...]
  /src/share/man/tools/
line.c 11 char nl = '\n'; variable in typeref:typename:char
22 while ((c = readc()) != nl)
32 write(1,&nl,1);
41 return(nl);
line.c 11 char nl = '\n'; variable in typeref:typename:char
22 while ((c = readc()) != nl)
32 write(1,&nl,1);
41 return(nl);
  /src/usr.sbin/gspa/gspa/
gsp_sym.c 130 struct numlab *nl; local in function:set_numeric_label
148 new(nl);
149 nl->value = pc;
150 nl->lineno = lineno;
151 nl->next = NULL;
153 fp->nlab = nl;
155 bp->nlab->next = nl;
156 bp->nlab = nl;
164 nl = fp->nlab;
165 nl = nl->next
188 struct numlab *nl; local in function:reset_numeric_labels
    [all...]
gsp_sym.c 130 struct numlab *nl; local in function:set_numeric_label
148 new(nl);
149 nl->value = pc;
150 nl->lineno = lineno;
151 nl->next = NULL;
153 fp->nlab = nl;
155 bp->nlab->next = nl;
156 bp->nlab = nl;
164 nl = fp->nlab;
165 nl = nl->next
188 struct numlab *nl; local in function:reset_numeric_labels
    [all...]
  /src/usr.sbin/mdsetimage/
bin_nlist.c 96 struct nlist nl[3]; local in function:bin_find_md_root
118 (void)memset(nl, 0, sizeof(nl));
119 N_NAME(&nl[X_MD_ROOT_IMAGE]) = root_name;
120 N_NAME(&nl[X_MD_ROOT_SIZE]) = size_name;
122 if (__fdnlist(bin->kfd, nl) != 0)
126 nl[1].n_value, md_root_size_offset, text_start) != 0) {
128 nl[X_MD_ROOT_SIZE].n_name, bin->fname);
133 nl[X_MD_ROOT_SIZE].n_name, *md_root_size_offset,
139 nl[X_MD_ROOT_SIZE].n_name, *md_root_size)
    [all...]

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 910