Searched refs:nl (Results 51 - 75 of 208) sorted by relevance

123456789

/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dmain.cpp147 char *nl = strchr(start + 1, '\n'); local
148 if (nl != 0)
149 *nl = '\0';
188 char *nl = strchr(ptr, '\n'); local
189 if (nl != 0)
190 *nl = '\0';
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A DMakefile.am28 CLEANFILES= check-layout layout.here nl.c ntpdc-layout
36 nl.pl \
123 ntpdc-layout.o: nl.c
143 # $(CC) -E nl_in.c | nl.pl > nl.c
144 nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h
145 $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_par.c130 int nl, hl, j, r; local
217 nl = 0;
292 if (!nl) {
303 nl = 1;
361 if (!nl) {
369 nl = 1;
372 if (!nl) {
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp336 out->nl();
337 out->nl();
343 .nl();
350 out->put_string(">").nl();
398 out->put_string("</td>").nl();
412 .nl();
428 .nl();
434 .nl();
446 .nl();
452 .nl();
[all...]
H A Dhtml.h74 simple_output &nl(void);
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c170 qsort(nl, nname, sizeof(nltype), valcmp);
377 for ( nlp = nl ; nlp < npe ; nlp++ ) {
523 svalue0 = nl[j].svalue;
524 svalue1 = nl[j+1].svalue;
542 nl[j].value / HISTORICAL_SCALE_2,
543 svalue0, svalue1, nl[j].name,
547 nl[j].time += overlap * time / scale;
586 register struct nl *nlp;
590 for (nlp = nl; nlp < npe; nlp++) {
H A Delf.c109 if ((nl = (nltype *)calloc(nname + 1, sizeof(nltype))) == NULL)
113 npe = nl;
/freebsd-9.3-release/usr.bin/netstat/
H A Dnetisr.c107 struct nlist nl[] = { local
113 ret = kvm_nlist(kd, nl);
120 if (kvm_read(kd, nl[0].n_value, p, sizeof(*p)) != sizeof(*p))
227 struct nlist nl[] = { local
249 ret = kvm_nlist(kd, nl);
256 if (kvm_read(kd, nl[NLIST_NETISR_PROTO].n_value, np_array, len) !=
324 struct nlist nl[] = { local
342 ret = kvm_nlist(kd, nl);
347 if (kvm_read(kd, nl[NLIST_NWS_ARRAY].n_value, nws_array, len) !=
/freebsd-9.3-release/usr.sbin/pstat/
H A Dpstat.c94 static struct nlist nl[NNAMES]; variable in typeref:struct:nlist
184 nl[namelist[i].order].n_name = strdup(namelist[i].name);
190 if ((ret = kvm_nlist(kd, nl)) != 0) {
194 for (i = 0; nl[i].n_name[0] != '\0'; ++i)
195 if (nl[i].n_value == 0) {
198 nl[i].n_name);
243 if (kvm_read(kd, nl[NL_TTY_LIST].n_value, &tl, sizeof tl) != sizeof tl)
379 if (kvm_read(kd, nl[NL_MAXFILES].n_value,
381 kvm_read(kd, nl[NL_NFILES].n_value,
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c84 struct nlist nl[3]; variable in typeref:struct:nlist
104 nl[0].n_name = strdup("_tcp_debug");
105 nl[1].n_name = strdup("_tcp_debx");
156 if (nlist(syst, nl) < 0 || !nl[0].n_value)
163 (void)klseek(memf, (off_t)nl[N_TCP_DEBX].n_value, L_SET);
167 (void)klseek(memf, (off_t)nl[N_TCP_DEBUG].n_value, L_SET);
286 (void)klseek(memf, (off_t)nl[N_TCP_DEBX].n_value, L_SET);
291 (void)klseek(memf, (off_t)nl[N_TCP_DEBUG].n_value, L_SET);
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dcourier.c200 int nc, nl, n; local
209 nc = 0; nl = sizeof(dialer_buf)-1;
212 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
H A Dt3000.c215 int nc, nl, n; local
224 nc = 0; nl = sizeof(dialer_buf)-1;
227 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindmc.c396 write_header_define (FILE *fp, const unichar *sym_name, rc_uint_type vid, const unichar *typecast, mc_node_lang *nl) argument
403 if (nl != NULL)
549 mc_get_block_count (mc_node_lang **nl, int elems) argument
554 if (! nl)
561 exid = nl[i++]->vid;
562 while (i < elems && nl[i]->vid == exid + 1)
563 exid = nl[i++]->vid;
659 mc_write_blocks (struct bin_messagetable *mtbl, mc_node_lang **nl, mc_msg_item *ml, int elems) argument
664 if (! nl)
669 target_put_32 (mtbl->items[idx].lowid, nl[
690 windmc_write_bin(const char *filename, mc_node_lang **nl, int elems) argument
[all...]
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_class.c105 char *tokptr, *nl; local
122 if ((nl = strrchr(linestr, '\n')) != NULL)
123 *nl = '\0';
H A Dbsm_user.c138 char *nl; local
148 if ((nl = strrchr(linestr, '\n')) != NULL)
149 *nl = '\0';
/freebsd-9.3-release/sys/kern/
H A Dsubr_disk.c34 disk_err(struct bio *bp, const char *what, int blkdone, int nl) argument
55 printf("fsbn %jd%s", (intmax_t)sn, nl ? "\n" : "");
64 if (nl)
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.y332 struct files_name *nl;
334 nl = (struct files_name *) calloc(1, sizeof *nl);
335 if (nl == NULL)
337 nl->f_name = name;
338 STAILQ_INSERT_TAIL(&fntab, nl, f_next);
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c1109 unsigned char *cpstart, *cpend, *cp, *nl; local
1134 for (nl = cp; nl < cpend && *nl != '\n'; nl++)
1135 if (!isprint(*nl)) *nl = ' ';
1137 if (nl >= cpend)
1139 if (nl - cp >= STAT_BLOCKSIZE(st_buf))
1144 if (nl > c
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c719 struct natlog *nl; local
726 nl = (struct natlog *)((char *)ipl + sizeof(*ipl));
738 (void) sprintf(t, ".%-.6ld @%hd ", ipl->ipl_usec, nl->nl_rule + 1);
741 if (nl->nl_type == NL_NEWMAP)
743 else if (nl->nl_type == NL_NEWRDR)
745 else if (nl->nl_type == NL_FLUSH)
747 else if (nl->nl_type == NL_EXPIRE)
749 else if (nl->nl_type == NL_NEWBIMAP)
751 else if (nl->nl_type == NL_NEWBLOCK)
753 else if (nl
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dfvwrite.c65 char *nl; local
224 nl = memchr((void *)p, '\n', len);
225 nldist = nl != NULL ? nl + 1 - p : len + 1;
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_proc.c555 struct nlist nl[7], *p; local
557 nl[0].n_name = "_nprocs";
558 nl[1].n_name = "_allproc";
559 nl[2].n_name = "_zombproc";
560 nl[3].n_name = "_ticks";
561 nl[4].n_name = "_hz";
562 nl[5].n_name = "_cpu_tick_frequency";
563 nl[6].n_name = 0;
565 if (kvm_nlist(kd, nl) != 0) {
566 for (p = nl;
[all...]
H A Dkvm_ia64.c151 struct nlist nl[2]; local
215 nl[0].n_name = "ia64_kptdir";
216 nl[1].n_name = 0;
218 if (kvm_nlist(kd, nl) != 0) {
223 if (kvm_read(kd, (nl[0].n_value), &va, sizeof(va)) != sizeof(va)) {
/freebsd-9.3-release/contrib/openpam/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
/freebsd-9.3-release/contrib/file/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c376 GetNext(int *i, int *n, struct dirent **nl, const char *dir, const char *name, u_long *ignored, u_long *bogus, u_long *wrong) argument
389 strcat(buf1, nl[*i]->d_name);
413 free(nl[*i]); nl[*i] = 0;
416 if (nl[*i]->d_type == DT_UNKNOWN)
417 nl[*i]->d_type = IFTODT(StatFile(buf)->st_mode);
418 if (nl[*i]->d_type == DT_REG || nl[*i]->d_type == DT_DIR)
423 free(nl[*i]); nl[*
[all...]

Completed in 311 milliseconds

123456789