Searched refs:nl (Results 1 - 25 of 124) sorted by relevance

12345

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_nl.c49 nl(void) function
H A Drestart.c86 (void) nl();
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dlookup.c42 nltype *nl = module->nl; local
54 if (keyval < nl[low].value) {
57 (nl[low].value - module->txt_origin);
62 if (keyval >= nl[high].value) {
65 return (&nl[high]);
71 if ((nl[middle].value <= keyval) &&
72 (nl[middle + 1].value > keyval)) {
75 (nl[middle + 1].value - module->txt_origin);
78 return (&nl[middl
[all...]
H A Drdelf.c74 rm_dups(nltype *nl, size_t *nfuncs) argument
83 if (nl[prev].value < nl[i].value) {
91 if (nl[prev].info == nl[i].info) {
92 nl[i].name = NULL;
96 prev_type = ELF_ST_TYPE(nl[prev].info);
97 prev_bind = ELF_ST_BIND(nl[prev].info);
98 cur_type = ELF_ST_TYPE(nl[i].info);
105 nl[
218 nltype *nl, *npe; local
[all...]
H A Dprofv.h110 struct nl *nl; /* ptr to module's namelist */ member in struct:mod_info
111 size_t nfuncs; /* number of functions in `nl' */
126 struct nl { struct
134 typedef struct nl nltype;
H A Dprofv.c320 compute_times(nltype *nl, profrec_t *psym) argument
332 psym->seconds = (double)nl->nticks;
333 if (nl->ncalls) {
334 psym->msecs_per_call = (double)nl->nticks /
335 (double)nl->ncalls;
339 psym->seconds = (double)nl->nticks / (double)hz;
340 if (nl->ncalls) {
343 (double)nl->ncalls;
350 ((double)nl->nticks / (double)n_pcsamples) * 100;
358 nltype *nl; local
416 nltype *nl; local
513 nltype *nl; local
[all...]
/illumos-gate/usr/src/cmd/line/
H A Dline.c46 static char nl = '\n'; variable
60 while ((c = readc()) != nl) {
70 (void) write(1, &nl, 1);
83 return (nl);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c231 struct memlist *nl; local
237 nl = mlist->ml_next;
239 if (nl) {
240 FREESTRUCT(nl, struct memlist, 1);
290 struct memlist *ml, *tl, *nl; local
307 nl = GETSTRUCT(struct memlist, 1);
308 nl->ml_address = base;
309 nl->ml_size = len;
310 nl->ml_next = ml;
311 if ((nl
377 struct memlist *nl; local
418 struct memlist *ml, *tl, *nl; local
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c231 struct memlist *nl; local
237 nl = mlist->ml_next;
239 if (nl) {
240 FREESTRUCT(nl, struct memlist, 1);
289 struct memlist *ml, *tl, *nl; local
306 nl = GETSTRUCT(struct memlist, 1);
307 nl->ml_address = base;
308 nl->ml_size = len;
309 nl->ml_next = ml;
310 if ((nl
376 struct memlist *nl; local
417 struct memlist *ml, *tl, *nl; local
[all...]
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c136 struct nmlist *nl; local
146 for (; (nl = *nlhp) != NULL; nlhp = &nl->nl_next)
150 if ((nl = malloc(sizeof (*nl))) == NULL)
153 if ((nl->nl_devname = strdup(path)) == NULL) {
154 free(nl);
157 nl->nl_next = NULL;
158 nl->nl_dev = dev;
161 *nlhp = nl;
234 struct nmlist *nl; local
[all...]
/illumos-gate/usr/src/boot/lib/libc/net/
H A Dntoh.c49 ntohl(uint32_t nl) argument
52 return (__ntohl(nl));
/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c37 #undef nl /* don't need it here, and it interferes */ macro
44 int i, by, bx, nl, nc; local
49 nl = num_lines;
52 if (nl == 0)
53 nl = LINES - by;
56 if ((win = makenew(nl, nc, by, bx)) == NULL)
58 if ((win->_firstch = SMALLOC(nl * sizeof (win->_firstch[0]))) == NULL) {
63 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) {
70 for (i = 0; i < nl; i++) {
74 for (i = 0; i < nl;
98 int by, bx, nl, nc; local
158 int by, bx, nl, nc; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c42 register struct namelist *nl; local
58 nl = NULL;
80 if (nl == NULL)
81 value = nl = makenl(cp);
83 nl->n_next = makenl(cp);
84 nl = nl->n_next;
H A Dgram.y122 register struct namelist *nl;
126 nl = expand($3, E_VARS);
127 if (nl && nl->n_next != NULL)
129 $1->sc_name = nl ? nl->n_name: NULL;
130 if (nl)
131 free(nl);
146 struct namelist *nl;
154 for (nl
[all...]
H A Dexpand.c71 register struct namelist *nl, *prev; local
84 for (nl = list; nl != NULL; nl = nl->n_next)
85 for (cp = nl->n_name; *cp; cp++)
102 for (nl = list; nl != NULL; nl = nl
[all...]
/illumos-gate/usr/src/cmd/tbl/
H A Dt8.c20 # define realsplit ((ct=='a'||ct=='n') && table[nl][c].rcol)
35 * nl: line number for finding data usually identical
38 putline(int i, int nl) argument
47 if (instead[nl]==0 && fullbot[nl] ==0)
50 s = table[nl][c].col;
54 for(ip=nl; ip<nlin; ip=next(ip))
64 if (linestop[nl])
65 fprintf(tabout, ".mk #%c\n", linestop[nl]+'a'-1);
66 lf = prev(nl);
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c502 __nis_hash_item_mt *nl, **pp; local
510 while ((nl = *(pp = __find_item_mt(name, table, (int *)0))) != 0) {
513 if (nl->readers == 0 && nl->writer == 0)
515 if (nl->writer != 0 && nl->writer_id == mtid)
517 (void) pthread_cond_wait(&nl->lock, &table->lock);
520 if (nl == 0) {
525 /* Remove nl from the hash chain */
526 *pp = nl
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c349 int c, sum, nl, len; local
361 nl = 0;
387 nl += 2;
392 nl += 2;
396 nl++;
400 nl += 2;
403 if (nl >= FOBUFSIZ - 1) {
411 if (nl >= FOBUFSIZ || c < 040 || c > 0171)
419 nl += strlen(op);
424 DEBUG(8, "%d,", nl);
436 int sum, len, nl; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c645 name_entry *nl, *next; local
672 while (((nl = next) != NULL) && (!die)) {
674 if (statd_call_statd(nl->name) == 0) {
676 remove_name(nl->name, 1, 0);
679 delete_name(&recov_q.sm_recovhdp, nl->name);
689 "responding\n", nl->name);
775 name_entry *nl; local
777 nl = *namepp;
778 while (nl != NULL) {
779 if (str_cmp_address_specifier(nl
801 name_entry *nl; local
1177 name_entry *nl; local
1402 name_entry *nl, *next; local
1514 name_entry *nl; local
[all...]
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dwrform.c114 char * nl = strchr(cp, '\n'); local
116 if (nl)
117 *nl = 0;
121 if (nl)
122 *nl = '\n';
123 cp = nl;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dlex.l36 nl \n
77 {nl} {return (NEWLINE);}
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh101 nl='
128 echo "#ifdef $v${nl}static $r $L(Sfdouble_t x) { return $f(x) == $v; }${nl}#endif"
129 tab="$tab$nl#ifdef $v$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${L},${nl}#endif"
175 do tab="$tab$nl$ht\"\\0${R}${a}${x}\",$ht(Math_f)$f,"
178 tab="$tab$nl$ht\"\",$ht$ht(Math_f)0"
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c59 void tst_nlist(struct nlist nl[]);
72 struct nlist nl[] = { variable in typeref:struct:nlist
136 tst_nlist(nl);
138 for (nlp = nl; nlp[0].n_type != 0; nlp++)
191 tst_nlist(struct nlist nl[]) argument
196 printf("kvm_nlist([nl])\n");
197 if ((i = kvm_nlist(cookie, nl)) != 0)
199 for (i = 0; nl[i].n_name != 0 && nl[i].n_name[0] != '\0'; i++) {
206 switch (nl[
[all...]
/illumos-gate/usr/src/cmd/nl/
H A DMakefile26 # only occur in ./nl.c, not in ../expr/compile.c.
28 PROG= nl
29 XPG4PROG= nl
35 SRCS = nl.c ../expr/compile.c
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnonl.c52 * Enable mappnig of cr -> nl on input and nl -> crlf on output.
55 nl(void) function
72 * Disable mappnig of cr -> nl on input and nl -> crlf on output.

Completed in 77 milliseconds

12345