Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 62) sorted by relevance

123

/original-bsd/etc/
H A Dinetd.conf18 tcpmux stream tcp nowait root internal
19 echo stream tcp nowait root internal
20 discard stream tcp nowait root internal
21 chargen stream tcp nowait root internal
22 daytime stream tcp nowait root internal
23 time stream tcp nowait root internal
24 echo dgram udp wait root internal
25 discard dgram udp wait root internal
26 chargen dgram udp wait root internal
27 daytime dgram udp wait root internal
[all …]
/original-bsd/lib/libc/db/hash/
H A Dndbm.c156 hp = (HTAB *)db->internal;
166 hp = (HTAB *)db->internal;
175 return(((HTAB *)db->internal)->fp);
H A Dhash.c174 dbp->internal = hashp;
228 hashp = (HTAB *)dbp->internal;
243 hashp = (HTAB *)dbp->internal;
440 hashp = (HTAB *)dbp->internal;
511 hashp = (HTAB *)dbp->internal;
528 hashp = (HTAB *)dbp->internal;
549 hashp = (HTAB *)dbp->internal;
704 hashp = (HTAB *)dbp->internal;
/original-bsd/sys/vm/
H A Dvm_user.c236 vm_allocate_with_pager(map, addr, size, anywhere, pager, poffset, internal) in vm_allocate_with_pager() argument
243 boolean_t internal;
269 if (!internal)
273 if (internal)
/original-bsd/lib/libc/db/recno/
H A Drec_close.c40 t = dbp->internal;
91 t = dbp->internal;
H A Drec_open.c72 t = dbp->internal;
190 t = dbp->internal;
H A Drec_seq.c45 t = dbp->internal;
H A Drec_delete.c47 t = dbp->internal;
H A Drec_put.c47 t = dbp->internal;
/original-bsd/lib/libc/db/btree/
H A Dbt_close.c44 t = dbp->internal;
97 t = dbp->internal;
H A Dbt_debug.c40 t = dbp->internal;
119 t = dbp->internal;
240 t = dbp->internal;
H A Dbt_open.c149 dbp->internal = t;
400 t = dbp->internal;
H A Dbt_get.c47 t = dbp->internal;
/original-bsd/usr.sbin/sendmail/src/
H A Denvelope.c598 setsender(from, e, delimptr, internal) in setsender() argument
602 bool internal;
630 delimchar = internal ? '\0' : ' ';
710 if (!internal)
740 !internal)
747 if (FullName != NULL && !internal)
750 else if (!internal && OpMode != MD_DAEMON)
/original-bsd/old/sh/
H A Dxec.c50 INT argn, internal; local
58 IF argn==0 ORF (internal=syslook(com[0],commands))
71 SWITCH internal IN
227 internal=builtin(argn,com);
231 IF internal
/original-bsd/lib/libc/regex/
H A DWHATSNEW31 now handled gracefully. "uchar" is no longer used as an internal type
41 free the main internal structure (how embarrassing). It is now possible
49 internal cleanup of various kinds.
82 New in alpha+3: full prototyping for internal routines, using a little
H A DREADME23 New in alpha+3: full prototyping for internal routines, using a little
65 Regex.h is for /usr/include. All other .h files are internal only.
/original-bsd/old/libm/liboldnm/
H A Dasin.s12 # calls: satan (internal entry point of atan.s), _sqrt
/original-bsd/usr.bin/learn/USD.doc/
H A DRefs42 %O Bell Laboratories internal memorandum
/original-bsd/lib/libc/db/
H A DVERSION49 that internal pages had references to empty pages of the
58 Fix bug in internal search routines that caused
/original-bsd/include/
H A Ddb.h82 void *internal; /* Access method private. */ member
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A DUNDOC112 of internal units (which used to be "box at 200,400").
140 coordinate (like 0,0) or an internal label (like A) at some
150 of the same name outside. You can get at the internal
/original-bsd/lib/libcompat/regexp/
H A DREADME59 regmagic.h internal header file
79 internal representation of the automaton, although knowledge of the details
/original-bsd/old/yacc/
H A Ddextern10 /* base of nonterminal internal numbers */
13 /* internal codes for error and accept actions */
/original-bsd/sys/hp300/stand/
H A Dsrt0.c134 btst #5,SYSFLAG | do we have an internal HP-IB?
136 clrl _internalhpib | no, clear the internal address

123