| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
| args.d | 30 probe place(int i, int j);
|
| argmap.d | 30 probe place(int i, int j) : (int j, int i, int i, int j);
|
| tst.argmap.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4);
|
| tst.args.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4);
|
| tst.args.d | 43 test_prov$1:::place 49 test_prov$1:::place
|
| tst.argmap.d | 39 test_prov$1:::place 47 test_prov$1:::place 55 test_prov$1:::place
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| parent.c | 41 register char *place; local 46 place = NULL; 53 place = dst; 60 place = dst; 63 if (place == NULL) { 67 else if (place == dirname) 70 *place = '\0';
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| getopt.c | 47 static char *place = EMSG; /* option letter processing */ local 51 if (!*place) { /* update scanning pointer */ 52 if (optind >= nargc || *(place = nargv[optind]) != '-') { 53 place = EMSG; 56 if (place[1] && *++place == '-') { /* found "--" */ 58 place = EMSG; 62 if ((optopt = (int)*place++) == (int)':' || 71 if (!*place) 85 if (!*place) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| getopt.c | 66 static char *place = EMSG; /* option letter processing */ local 69 if (BSDoptreset || !*place) { /* update scanning pointer */ 71 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') { 72 place = EMSG; 75 if (place[1] && *++place == '-') { /* found "--" */ 77 place = EMSG; 81 if ((BSDoptopt = (int)*place++) == (int)':' || 89 if (!*place) 99 if (!*place) [all...] |
| bsd-snprintf.c | 405 int place = 0; local 429 convert[place++] = 433 } while (uvalue && (place < 20)); 434 if (place == 20) 435 place--; 436 convert[place] = 0; 438 zpadlen = max - place; 439 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0); 471 while (place > 0) 472 dopr_outch(buffer, currlen, maxlen, convert[--place]); [all...] |
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| cfopt.c | 77 static const char *place = EMSG; /* option letter processing */ local 83 if (cf_optreset || !*place) { /* update scanning pointer */ 88 place = EMSG; 91 if (*(place = nargv[tmpind]) != '-') { 95 if (place[1] && *++place == '-') { /* found "--" */ 97 place = EMSG; 104 if ((cf_optopt = (int)*place++) == (int)':' || 112 if (!*place) 122 if (!*place) [all...] |
| /onnv/onnv-gate/usr/src/cmd/geniconvtbl/ |
| assemble.c | 66 data.size, data.size, data.place.itm_64d, \ 67 data.place.itm_ptr,\ 70 *((char *)(((char *)itm_header) + data.place.itm_ptr)): \ 323 * adjust place 325 info_header->str_sec.place.itm_ptr = 328 info_header->direc_tbl_sec.place.itm_ptr = 329 info_header->str_sec.place.itm_ptr + 331 info_header->cond_tbl_sec.place.itm_ptr = 332 info_header->direc_tbl_sec.place.itm_ptr + 334 info_header->map_tbl_sec.place.itm_ptr 435 itm_place2_t place; local 664 itm_place2_t place; local [all...] |
| itm_comp.l | 349 if (size <= sizeof (data->place)) { 350 (void) memmove(&(data->place), binary, size); 353 data->place.itm_ptr = (itm_place2_t)binary; 373 if (size <= sizeof (data->place)) { 374 (void) memmove(&(data->place), seq, size); 376 data->place.itm_ptr = (itm_place2_t)malloc_vital(size); 377 (void) memmove((char *)(data->place.itm_ptr), seq, size);
|
| itmcomp.h | 269 #define NSPTR(n) (((n)->size <= (sizeof ((n)->place))) ? \ 270 ((void *)(&((n)->place.itm_64d))) : \ 271 ((void *)((n)->place.itm_ptr)))
|
| disassemble.c | 75 #define ADDR(place) ((void *)(((char *)(itm_hdr)) + \ 76 ((itm_place2_t)((place).itm_ptr)))) 77 #define DADDR(n) (((n)->size <= (sizeof ((n)->place))) ? \ 78 ((char *)(&((n)->place))) :\ 79 ((char *)(ADDR((n)->place)))) 130 type_id.place.itm_ptr += (itm_place2_t)itm_hdr; 151 type_id.place.itm_ptr += (itm_place2_t)itm_header; 159 interpreter.place.itm_ptr += (itm_place2_t)itm_header; 273 info_header->str_sec.place.itm_ptr, 276 info_header->str_plc_tbl.place.itm_ptr 342 itm_place_t *place; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getopt_long.c | 115 static char *place = EMSG; /* option letter processing */ variable 318 current_argv = place; 531 if (optreset || !*place) { /* update scanning pointer */ 534 place = EMSG; 551 if ((*(place = nargv[optind]) != '-') || (place[1] == '\0')) { 552 place = EMSG; /* found non-option */ 587 * but if place is simply "-" leave it unmolested. 589 if (place[1] != '\0' && *++place == '-' & [all...] |
| /onnv/onnv-gate/usr/src/head/ |
| macros.h | 68 #define SAVE(name, place) { int place = name; 69 #define RSTR(name, place) name = place; }
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| lockinst.c | 165 * place - a string of ascii characters that defines the initial "place" where 174 lockinst(char *util_name, char *pkg_name, char *place) 178 /* assume "initial" if no "place" during processing specified */ 180 if ((place == (char *)NULL) || (*place == '\0')) { 181 place = "initial"; 233 lock_pkg, place, ST_QUIT); 254 lockupd(char *place) 256 (void) wrlockdata(lock_fd, lock_pid, lock_name, lock_pkg, place, [all...] |
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| printfuncs.c | 108 prepare_printf_part(ENTRY *e, char *name, char *place, int size) 122 size = snprintf(place, size, 129 size = snprintf(place, size, ", \n\t%s", name); 132 errlog(TRACING, "place='%s'\n", place);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| Encoding.pm | 91 If I<$check> is true, it SHOULD modify I<$string> in place to remove 98 fragment of string that has been converted and modify $string in-place 117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove 124 been converted and modify $octets in-place to remove the converted 226 $_[1] = '' if $chk; # this is what in-place edit means 284 processed. It modifies it in place to remove bytes/characters it can 317 Multiple return values rather than in-place modifications.
|
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed.h | 155 char *place();
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/ |
| b_print.c | 488 int place = 0; local 512 convert[place++] = 516 } while (uvalue && (place < (int)sizeof(convert))); 517 if (place == sizeof(convert)) 518 place--; 519 convert[place] = 0; 521 zpadlen = max - place; 522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix); 558 while (place > 0) 559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]); [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/error/common/ |
| errortouch.c | 40 static void errorprint(FILE *place, Eptr errorp, boolean print_all); 42 static void insert(int place); 539 * Position to the line (before, after) the line given by place 544 insert(int place) 546 --place; /* always insert messages before the offending line */ 547 for (; o_lineno < place; o_lineno++, n_lineno++) { 714 errorprint(FILE *place, Eptr errorp, boolean print_all) 720 (void) fprintf(place, "[%s] ", 722 wordvprint(place, errorp->error_lgtext-offset, 724 (void) putc('\n', place); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| PerlIO.pm | 57 Otherwise the C<PerlIO> package is a place holder for additional 104 spot to place a new one."
|
| /onnv/onnv-gate/usr/src/cmd/vi/ |
| README | 59 In the event of a hangup, the editor will place a
|