HomeSort by relevance Sort by last modified time
    Searched defs:null (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
null.pm 1 package DBM_Filter::null ;
24 =head1 DBM_Filter::null
32 $db->Filter_Push('null');
36 This filter ensures that all data written to the DBM file is null
39 common issue is for the C application to include the terminating null
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
delay.c 54 int null = '\0'; local
65 null = *pad_char;
68 (void) __m_putchar(null);
win_wchn.c 53 cchar_t *cp, null = { 0 }; local
69 * null terminate the buffer.
72 *ccs = null;
tputs.c 81 int i, baud, len, null, number; local
88 null = pad_char == (char *) 0 ? '\0' : pad_char[0];
108 (void) (*putout)(null);
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
delay.c 56 int null = '\0'; local
62 if (pad_char != NULL)
63 null = *pad_char;
66 (void) __m_putchar(null);
win_wchn.c 55 cchar_t null = { 0 }; local
68 * null terminate the buffer.
71 *ccs = null;
tputs.c 88 int i, baud, len, null, number; local
91 null = pad_char == NULL ? '\0' : pad_char[0];
99 if ((string = strchr(string, '.')) != NULL)
112 if (putout != (int (*)(int)) NULL) {
114 (void) (*putout)(null);
119 if (putout != (int (*)(int)) NULL)
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
localeconv.c 32 static char null[] = ""; variable
38 &null[0],
39 &null[0],
40 &null[0],
41 &null[0],
42 &null[0],
43 &null[0],
44 &null[0],
45 &null[0],
61 &null[0]
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppdata.c 71 static char null[1]; variable
75 &null[0] /* nextchr */
  /onnv/onnv-gate/usr/src/cmd/lp/lib/oam/
fmtmsg.c 69 null[1] = {0};
95 if (wrap(wtofix, null, indent_len, wtext) <= 0)
170 * A null character: EOL found (should never happen, though)
68 null[1] = {0}; local
  /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/
netpr.c 53 * null() is to be used as a signal handler that does nothing. It is used in
58 null(int i) function
60 syslog(LOG_DEBUG, "null(%d)", i);
85 syslog(LOG_DEBUG, "net_open(%s, %d)", (host != NULL ? host : "NULL"),
90 if (host == NULL) {
94 (void) memset((char *)&sin, NULL, sizeof (sin));
96 &error_num)) == NULL) {
105 if ((sp = getservbyname("printer", "tcp")) == NULL) {
123 old_handler = signal(SIGALRM, null);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
eio.c 466 char *null, *argstr; local
470 DEBUG(9, "etrdmsg looking for null terminator\n", 0);
497 null = strchr(argstr, '\0');
498 if (null != str) {
499 null++; /* start of stash */
500 memcpy(Erdstash + Erdlen, null, str - null);
501 Erdlen += str - null;
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
automount.c 71 static char *service_list[] = { AUTOMOUNTD, NULL };
92 int null; local
107 (void) sigaction(SIGINT, NULL, &sigintact);
118 if ((defval = defread("AUTOMOUNT_TIMEOUT=")) != NULL) {
120 mount_timeout = strtol(defval, (char **)NULL, 10);
124 if ((defval = defread("AUTOMOUNT_VERBOSE=")) != NULL) {
133 defopen(NULL);
175 if (current_mounts == NULL) {
185 if (dir_head != NULL) {
213 * Skip null entrie
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
kadm_rpc_xdr.c 61 * Purpose: XDR function for "strings" that are either NULL-terminated
62 * or NULL.
69 if (*objp == NULL)
80 *objp = NULL;
82 } else if (*objp == NULL) {
84 if (*objp == NULL) {
97 if (*objp != NULL)
99 *objp = NULL;
110 * NULL or contain data.
114 bool_t null; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/common/
lpd-port.c 88 iov[0].iov_base = NULL;
95 msg.msg_name = NULL;
103 null(int i) function
124 if (host == NULL) {
128 /* linux style NULL usage */
129 (void) memset((char *)&sin, (int)NULL, sizeof (sin));
133 &error_num)) == NULL) {
140 if ((hp = gethostbyname(host)) == NULL) {
149 if ((sp = getservbyname("printer", "tcp")) == NULL) {
161 old_handler = signal(SIGALRM, null);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
translate.c 76 char null[1]; /* null string */ member in struct:__anon77
199 if ((s = catgets(d, AST_MESSAGE_SET, n, state.null)) != state.null && entry(cp->messages, AST_MESSAGE_SET, n, s))
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmlocale.c 42 char null[1]; member in struct:__anon94
89 *v = state.null;
101 b[n] = state.null;
  /onnv/onnv-gate/usr/src/cmd/tip/
cmds.c 30 char null = '\0'; variable
262 if ((fd = fopen(fnamex, "r")) == NULL) {
266 transmit(fd, value(EOFWRITE), NULL);
298 if (command != NULL) {
403 if ((fd = fopen(copynamex, "r")) == NULL) {
444 parwrite(FD, (unsigned char *)&null, 1); /* poke it */
590 if ((cp = strrchr(value(SHELL), '/')) == NULL)
692 if ((cp = strrchr(value(SHELL), '/')) == NULL)
782 setparity(NULL);
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
args.c 59 static char *null; variable
711 return(&null);
754 /* reserve an extra null pointer */
  /onnv/onnv-gate/usr/src/cmd/mailx/
cmd3.c 220 if ((f = fopen(HELPFILE, "r")) == NULL) {
471 for (ip = msgvec; *ip != NULL; ip++) {
489 for (ip = msgvec; *ip != NULL; ip++) {
507 for (ip = msgvec; *ip != NULL; ip++) {
577 printf(gettext("Non-null variable name required\n"));
637 calloc(sizeof (*gh), 1)) == NULL) {
654 calloc(sizeof (*gp), 1)) == NULL) {
741 null(char *) function
744 null(char *s)
827 findmail(NULL);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astconf.c 91 static char null[1]; variable
135 &null[0],
150 &null[0],
178 &null[0],
226 &null[0],
228 &null[0],
239 &null[0],
251 &null[0],
322 return null;
424 fp->value = null;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
eventlib_p.h 48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
50 else (void)NULL
52 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
55 (void)NULL;
167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
175 struct { const void *placeholder; } null; member in union:evEvent_p::__anon24
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
tape.c 43 static char *tbf = NULL;
97 if (source == NULL) {
124 host = NULL;
131 if (terminal == NULL) {
137 terminal = fopen("/dev/null", "r");
138 if (terminal == NULL) {
141 "Cannot open(\"/dev/null\")");
167 if (tbf != NULL)
170 if (tbf == NULL) {
372 if (map == (char *)NULL) {
1456 null(char *buf, size_t size) function
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
kssl.c 219 =NULL;
221 =NULL;
223 (krb5_context, krb5_const char *, krb5_keytab *)=NULL;
225 krb5_keytab *)=NULL;
227 krb5_ticket *)=NULL;
233 krb5_ticket **)=NULL;
237 krb5_data * )=NULL;
238 static krb5_error_code (_stdcall *p_krb5_init_context)(krb5_context *)=NULL;
239 static void (_stdcall *p_krb5_free_context)(krb5_context)=NULL;
241 krb5_ccache *)=NULL;
790 static char *null = "[NULL]"; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtsol/common/
labeld.h 110 /* Null call */
113 int null; member in struct:__anon4252
117 int null; member in struct:__anon4253
148 int null; member in struct:__anon4260
156 int null; member in struct:__anon4262
253 int null; member in struct:__anon4277
264 int null; member in struct:__anon4279

Completed in 660 milliseconds

1 2