Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/mirbsd/src/distrib/common/
Dpasswd5 sshd:*:27:27:&:/var/empty:/sbin/nologin
6 _portmap:*:28:28:&:/var/empty:/sbin/nologin
7 _identd:*:29:29:&:/var/empty:/sbin/nologin
9 _isakmpd:*:68:68:&:/var/empty:/sbin/nologin
11 _syslogd:*:73:73:&:/var/empty:/sbin/nologin
12 _pflogd:*:74:74:&:/var/empty:/sbin/nologin
13 _tcpdump:*:76:76:&:/var/empty:/sbin/nologin
14 _dhcp:*:77:77:&:/var/empty:/sbin/nologin
15 _tftpd:*:79:79:&:/var/empty:/sbin/nologin
16 _ppp:*:82:82:&:/var/empty:/sbin/nologin
[all …]
Dmaster.passwd5 sshd:*:27:27::0:0:&:/var/empty:/sbin/nologin
6 _portmap:*:28:28::0:0:&:/var/empty:/sbin/nologin
7 _identd:*:29:29::0:0:&:/var/empty:/sbin/nologin
9 _isakmpd:*:68:68::0:0:&:/var/empty:/sbin/nologin
11 _syslogd:*:73:73::0:0:&:/var/empty:/sbin/nologin
12 _pflogd:*:74:74::0:0:&:/var/empty:/sbin/nologin
13 _tcpdump:*:76:76::0:0:&:/var/empty:/sbin/nologin
14 _dhcp:*:77:77::0:0:&:/var/empty:/sbin/nologin
15 _tftpd:*:79:79::0:0:&:/var/empty:/sbin/nologin
16 _ppp:*:82:82::0:0:&:/var/empty:/sbin/nologin
[all …]
/mirbsd/src/lib/libc/ohash/
Dohash_lookup_memory.c26 unsigned int empty; in ohash_lookup_memory() local
31 empty = NONE; in ohash_lookup_memory()
39 if (empty == NONE) in ohash_lookup_memory()
40 empty = i; in ohash_lookup_memory()
43 if (empty != NONE) { in ohash_lookup_memory()
44 h->t[empty].hv = hv; in ohash_lookup_memory()
45 h->t[empty].p = h->t[i].p; in ohash_lookup_memory()
47 return empty; in ohash_lookup_memory()
60 if (empty != NONE) in ohash_lookup_memory()
61 i = empty; in ohash_lookup_memory()
Dohash_lookup_interval.c27 unsigned int empty; in ohash_lookup_interval() local
32 empty = NONE; in ohash_lookup_interval()
40 if (empty == NONE) in ohash_lookup_interval()
41 empty = i; in ohash_lookup_interval()
46 if (empty != NONE) { in ohash_lookup_interval()
47 h->t[empty].hv = hv; in ohash_lookup_interval()
48 h->t[empty].p = h->t[i].p; in ohash_lookup_interval()
50 return empty; in ohash_lookup_interval()
64 if (empty != NONE) in ohash_lookup_interval()
65 i = empty; in ohash_lookup_interval()
/mirbsd/src/etc/
Dmaster.passwd7 popa3d:*:26:26::0:0:POP3 Daemon:/var/empty:/sbin/nologin
8 sshd:*:27:27::0:0:Secure Shell Daemon:/var/empty:/sbin/nologin
9 _portmap:*:28:28::0:0:Portmapper:/var/empty:/sbin/nologin
10 _identd:*:29:29::0:0:Ident Daemon:/var/empty:/sbin/nologin
11 _rstatd:*:30:30::0:0:rstatd RPC Daemon:/var/empty:/sbin/nologin
12 _rusersd:*:32:32::0:0:rusersd RPC Daemon:/var/empty:/sbin/nologin
13 _fingerd:*:33:33::0:0:Finger Daemon:/var/empty:/sbin/nologin
14 _x11:*:35:35::0:0:X11 Server:/var/empty:/sbin/nologin
16 _kdc:*:59:59::0:0:Kerberos Server:/var/empty:/sbin/nologin
17 _kadmin:*:60:60::0:0:Kerberos Admin Server:/var/empty:/sbin/nologin
[all …]
/mirbsd/src/share/mk/
Dbsd.prog.mk33 .if defined(PROG) && !empty(PROG)
35 . if !empty(SRCS:N*.h:N*.sh)
53 . if !empty(SRCS:M*.cc) || !empty(SRCS:M*.C) || \
54 !empty(SRCS:M*.cxx) || !empty(SRCS:M*.cpp)
60 . elif !empty(SRCS:M*.F) || !empty(SRCS:M*.f)
74 . if defined(OBJS) && !empty(OBJS)
118 . if defined(PROG) && !empty(PROG)
134 . if defined(LINKS) && !empty(LINKS)
149 . if empty(LINTFLAGS:M-l*)
153 . if defined(LOBJS) && !empty(LOBJS)
Dbsd.lkm.mk28 .if defined(LKM) && !empty(LKM)
31 . if !empty(SRCS:N*.h:N*.sh)
39 . if defined(OBJS) && !empty(OBJS)
99 . if defined(LKM) && !empty(LKM)
122 . if defined(LINKS) && !empty(LINKS)
142 . if defined(LOBJS) && !empty(LOBJS)
Dbsd.lib.mk21 .if defined(SHLIB_MAJOR) && !empty(SHLIB_MAJOR) \
22 && defined(SHLIB_MINOR) && !empty(SHLIB_MINOR)
31 . if empty(SHLIB_VERSION) || (${SHLIB_VERSION} == ".")
116 .if !empty(SRCS:M*.cc) || !empty(SRCS:M*.C) || \
117 !empty(SRCS:M*.cxx) || !empty(SRCS:M*.cpp)
123 .elif !empty(SRCS:M*.F) || !empty(SRCS:M*.f)
150 (defined(SHLIB_SONAME) && empty(SHLIB_SONAME))
153 .elif !defined(SHLIB_VERSION) || empty(SHLIB_VERSION)
454 . if defined(LINKS) && !empty(LINKS)
Dbsd.sys.mk25 .if !defined(TRUEPREFIX) || empty(TRUEPREFIX)
36 . if defined(DESTDIR) && !empty(DESTDIR) #mmk-3(
/mirbsd/src/gnu/usr.bin/lynx/src/
DTRSTable.c555 int multiline = NO, empty; in Stbl_finishCellInRow() local
567 empty = multiline ? (pos == 0) : (pos <= s->x_td); in Stbl_finishCellInRow()
572 lastcell->cLine, s->lineno, multiline, empty, in Stbl_finishCellInRow()
579 newstate = empty ? CS_invalid : CS__cbc; in Stbl_finishCellInRow()
582 newstate = empty ? CS__0eb : CS__0cb; in Stbl_finishCellInRow()
585 newstate = empty ? CS__0eb : CS__ebc; in Stbl_finishCellInRow()
588 if (empty) in Stbl_finishCellInRow()
593 if (empty) in Stbl_finishCellInRow()
601 if (!empty) { in Stbl_finishCellInRow()
606 if (s->pending_len && empty) { /* First line non-empty */ in Stbl_finishCellInRow()
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/pod/
Dpoderrs.t13 ### Deliberately throw in some blank but non-empty lines
44 Okay, now use a non-empty blank line to terminate a paragraph and make
145 Z<ddd> should be empty
147 X<> should not be empty
159 =item previous is all empty!!!
163 All empty over/back:
195 previous section is empty!
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dav_simple.t79 my $empty = shift @foo2;
80 ok(27, !defined $empty, "Check shift on empty array");
81 $empty = pop @foo2;
82 ok(28, !defined $empty, "Check pop on empty array");
95 ok(32, @foo == 0, "Check that array is empty");
/mirbsd/src/bin/pax/
DMakefile34 . if empty(V_GROFF) || empty(V_GHOSTSCRIPT)
35 . error empty V_GROFF=${V_GROFF} or V_GHOSTSCRIPT=${V_GHOSTSCRIPT}
77 .if defined(MANLINT) && !empty(MANLINT)
/mirbsd/src/lib/libssl/src/doc/crypto/
DEVP_PKEY_new.pod17 The EVP_PKEY_new() function allocates an empty B<EVP_PKEY>
28 The structure returned by EVP_PKEY_new() is empty. To add a
29 private key to this empty structure the functions described in
/mirbsd/src/usr.bin/vi/vi/
Dv_ch.c162 goto empty;
167 empty: notfound(sp, key);
248 goto empty;
253 empty: notfound(sp, key);
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dtic80coff.sc9 # RELOCATING: Set to a non-empty string when the linker is going to be doing
12 # CONSTRUCTING: Set to a non-empty string when the linker is going to be
18 # CREATE_SHLIB: Set to a non-empty string when generating a script for
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman6113 /\** empty \**/
122 /\** empty \**/
128 /\** empty \**/
194 /\** empty \**/
219 /\** empty \**/
269 abst_decl: /\** empty \**/
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DQueue.pmx27 # empty
43 The C<new> function creates a new empty queue.
53 returns it. If the queue is currently empty, C<dequeue> will block the
60 C<dequeue_nb> won't block if the queue is empty, instead returning
/mirbsd/src/lib/libncurses/src/menu/
Dm_pattern.c56 static char empty[] = ""; in NCURSES_EXPORT() local
59 returnPtr(menu ? (menu->pattern ? menu->pattern : empty) : 0); in NCURSES_EXPORT()
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dfindfp.c113 static SM_FILE_T empty; variable
129 *p++ = empty;
253 empty.f_type = NULL; in sm_init()
254 empty.sm_magic = NULL; in sm_init()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dtie.t532 empty
534 not empty
536 not empty
540 not empty
542 empty
/mirbsd/src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/
Ddbd.c14 #define empty(page) (((short *) page)[0] == 0) macro
55 else if (empty(pag)) in sdump()
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base27 028 "empty file"
48 053 "The default buffer is empty"
49 054 "Buffer %s is empty"
67 072 "File empty; nothing to search"
97 103 "Illegal address: the file is empty"
159 165 "The tags stack is empty"
162 168 "Buffer %s is empty"
202 209 "The file is empty"
203 209 "The file is empty"
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dhash.c402 unsigned long empty; in hash_print_statistics() local
413 empty = 0; in hash_print_statistics()
419 ++empty; in hash_print_statistics()
428 fprintf (f, "\t%lu empty slots\n", empty); in hash_print_statistics()
/mirbsd/src/lib/libc/stdio/
Dfindfp.c72 static FILE empty; in moreglue() local
87 *p = empty; in moreglue()

12345678910>>...15