Home
last modified time | relevance | path

Searched refs:CNULL (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/usr.bin/rdist/
Dexpand.c102 *pathp = CNULL; in addpath()
130 *pathp = CNULL; in expand()
169 for (cp = str; cp && *cp != CNULL; ++cp) in xstrchr()
186 if (s == NULL || *s == CNULL) in expstr()
207 *cp1 = CNULL; in expstr()
217 *cp++ = CNULL; in expstr()
218 if (*cp == CNULL) { in expstr()
231 *tail++ = savec = CNULL; in expstr()
232 if (*cp == CNULL) { in expstr()
239 *tail = CNULL; in expstr()
[all …]
Dmessage.c212 *cp++ = CNULL; in setmsgtypes()
241 *cp++ = CNULL; in setmsgtypes()
290 *cp++ = CNULL; in msgparseopts()
333 cmd = CNULL; in msgsendstdout()
342 if (cmd != CNULL) in msgsendstdout()
488 *cp = CNULL; in checkhostname()
508 msgbuf[strcspn(msgbuf, "\n")] = CNULL; in _message()
614 buf[0] = CNULL; in _error()
637 buf[0] = CNULL; in error()
Dcommon.c138 *cp = CNULL; in init()
296 buf[1] = CNULL; in sendcmd()
377 *p = CNULL; in remline()
398 p[-1] = CNULL; /* truncate */ in remline()
590 if (*++file == CNULL) { in exptilde()
599 *rest = CNULL; in exptilde()
719 *s = CNULL; in runcommand()
730 *s = CNULL; in runcommand()
829 *space = CNULL; in searchpath()
Ddistopt.c146 for (i = 0, buf[0] = CNULL; distoptinfo[i].do_name; ++i) { in getondistoptlist()
150 if (buf[0] == CNULL) in getondistoptlist()
Dclient.c108 buff[0] = CNULL; in remfilename()
540 *ptarget = CNULL; in rmchk()
645 *ptarget = CNULL; in senddir()
727 *ptarget = CNULL; in sendlink()
904 if (cp && *cp != CNULL) { in update()
1146 rname[len-1] = CNULL; in sendit()
1229 source[0] = CNULL; in install()
1278 *(rname+1) == CNULL) in install()
Ddocmd.c208 cmd->c_name[l-1] = CNULL; in checkcmd()
310 *cp = CNULL; in makeconn()
315 if (*ruser == CNULL) in makeconn()
351 if (respbuff[1] == CNULL) { in makeconn()
778 env[--len] = CNULL; in dodcolon()
Ddefs.h88 #define CNULL '\0' /* NULL character */ macro
Drdist.c170 if (distfile[0] == '-' && distfile[1] == CNULL) in main()
Dgram.y332 if (yytext[0] == '-' && yytext[1] == CNULL) in yylex()
/openbsd/src/usr.bin/rdistd/
Dfilesys.c113 *p = CNULL; in find_file()
116 *++p = CNULL; in find_file()
141 *p-- = CNULL; in find_file()
143 *p = CNULL; in find_file()
153 file[1] = CNULL; in find_file()
155 *p = CNULL; in find_file()
Dserver.c359 *ptarget = CNULL; in removefile()
400 if (*ep != CNULL) { in doclean()
450 *ptarget = CNULL; in doclean()
577 *ptarget = CNULL; in query()
590 *ptarget = CNULL; in query()
611 *ptarget = CNULL; in query()
631 *ptarget = CNULL; in query()
650 *cp = CNULL; in chkparent()
1004 lowner[0] = CNULL; in recvdir()
1005 lgroup[0] = CNULL; in recvdir()
[all …]