/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-read.c | 258 int *msgids = NULL, active = 0; in do_read() local 262 msgids = (int *)calloc( sizeof(int), maxloop ); in do_read() 263 if ( !msgids ) { in do_read() 287 NULL, LDAP_NO_LIMIT, &msgids[i] ); in do_read() 294 (long) pid, maxloop, i, active, msgids[i], in do_read() 357 if ( msgids[ j ] == msgid ) { in do_read() 358 msgids[ j ] = -1; in do_read() 435 if ( msgids != NULL ) { in do_read() 436 free( msgids ); in do_read()
|
H A D | slapd-search.c | 305 int *msgids = NULL, active = 0; in do_search() local 309 msgids = (int *)calloc( sizeof(int), innerloop ); in do_search() 310 if ( !msgids ) { in do_search() 337 NULL, LDAP_NO_LIMIT, &msgids[i] ); in do_search() 344 (long) pid, innerloop, i, active, msgids[i], in do_search() 402 if ( msgids[ j ] == msgid ) { in do_search() 403 msgids[ j ] = -1; in do_search() 482 if ( msgids != NULL ) { in do_search() 483 free( msgids ); in do_search()
|
/netbsd-src/sys/compat/common/ |
H A D | sysv_ipc_50.c | 107 dssize = sizeof(msgsi->msgids[0]); in sysctl_kern_sysvipc50() 188 SYSCTL_FILL_MSG(msqs[i].msq_u, msgsi->msgids[i]); in sysctl_kern_sysvipc50()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
H A D | message_queue.c | 77 (*new_bc)->msgids = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx); in asyncmeta_new_bm_context() 107 (*new_bc)->msgids[i] = META_MSGID_UNDEFINED; in asyncmeta_new_bm_context()
|
H A D | back-asyncmeta.h | 107 int *msgids; member
|
/netbsd-src/sys/kern/ |
H A D | sysv_ipc.c | 397 dssize = sizeof(msgsi->msgids[0]); in sysctl_kern_sysvipc() 479 SYSCTL_FILL_MSG(msqs[i].msq_u, msgsi->msgids[i]); in sysctl_kern_sysvipc()
|
/netbsd-src/external/gpl2/diffutils/dist/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/external/bsd/flex/dist/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | Makevars | 58 # --previous to keep previous msgids of translated messages,
|
/netbsd-src/external/gpl2/gmake/dist/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/external/gpl2/texinfo/dist/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
H A D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
H A D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation
|
/netbsd-src/sys/sys/ |
H A D | msg.h | 133 struct msgid_ds_sysctl msgids[1]; member
|
/netbsd-src/sys/compat/sys/ |
H A D | msg.h | 81 struct msgid_ds_sysctl50 msgids[1]; member
|
/netbsd-src/usr.bin/ipcrm/ |
H A D | ipcrm.c | 132 struct msgid_ds_sysctl *msgptr = &msgsi->msgids[i]; in msgrmall()
|
/netbsd-src/usr.bin/ipcs/ |
H A D | ipcs.c | 500 struct msgid_ds_sysctl *msqptr = &msgsi->msgids[i]; in msg_sysctl()
|