| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | 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...] |
| /illumos-gate/usr/src/lib/libsmbfs/smb/ |
| H A D | 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...] |
| /illumos-gate/usr/src/boot/lib/libstand/ |
| H A D | getopt.c | 57 static char *place = EMSG; /* option letter processing */ local 60 if (optreset || !*place) { /* update scanning pointer */ 62 if (optind >= nargc || *(place = nargv[optind]) != '-') { 63 place = EMSG; 66 if (place[1] && *++place == '-') { /* found "--" */ 68 place = EMSG; 72 if ((optopt = (int)*place++) == (int)':' || 80 if (!*place) 88 if (!*place) [all...] |
| /illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | printfuncs.c | 108 prepare_printf_part(ENTRY *e, char *name, char *place, int size) argument 122 size = snprintf(place, size, 129 size = snprintf(place, size, ", \n\t%s", name); 132 errlog(TRACING, "place='%s'\n", place);
|
| /illumos-gate/usr/src/cmd/geniconvtbl/ |
| H A D | 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 435 itm_place2_t place; local 620 fix_itmc_ref_reloc(itmc_ref_t *ref, itm_place2_t place) argument 664 itm_place2_t place; local [all...] |
| H A D | 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 342 itm_place_t *place; local 3171 name_place_to_str(itm_hdr_t *itm_hdr, itm_place2_t place) argument [all...] |
| H A D | iconv_tm.h | 133 itm_place_t place; /* place of data */ member in struct:__anon572 138 * Generic place table information 150 itm_place_t place; /* place of place table */ member in struct:__anon573 163 * Generic place table section 175 itm_place_t place; /* place of table section */ member in struct:__anon574 345 itm_place_t place; member in union:__anon581::__anon582 [all...] |
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | 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) argument 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) argument 256 (void) wrlockdata(lock_fd, lock_pid, lock_name, lock_pkg, place, [all...] |
| /illumos-gate/usr/src/ucbcmd/sed/ |
| H A D | sed1.c | 281 sp = place(sp, loc1, loc2); 285 sp = place(sp, braslist[c-'1'], braelist[c-'1']); 311 char *place(asp, al1, al2) function
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | connection.c | 68 avl_index_t place = 0; local 73 conn = avl_find(&rdsv3_conn_hash, &conn_info, &place); 80 *pos = place;
|
| /illumos-gate/usr/src/lib/libsasl/lib/ |
| H A D | client.c | 743 size_t pos=0,place; local 797 place=0; 801 name[place]=mechlist[pos]; 803 place++; 804 if (SASL_MECHNAMEMAX < place) { 805 place--; 813 name[place]=0; 815 if (! place) continue;
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | db.cc | 144 entryp place; local 153 place = (entryp) 155 return (place);
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | 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...] |
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_re.c | 611 sp = place(sp, loc1, loc2); 642 sp = place(sp, braslist[c - '1'] , braelist[c - '1']); 690 place(sp, l1, l2) function 1170 * Save what is in the special place re to the named alternate 1201 * Restore what is in the named alternate location to the special place
|
| /illumos-gate/usr/src/cmd/sgs/error/common/ |
| H A D | 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) argument 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) argument 720 (void) fprintf(place, "[%s] ", 722 wordvprint(place, errorp->error_lgtext-offset, 724 (void) putc('\n', place); [all...] |
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | tlan.c | 1003 u8 place; local 1010 for (place = 0x80; place != 0; place >>= 1) { 1011 if (place & data) 1063 u8 place; local 1072 for (place = 0x80; place; place >>= 1) { 1075 *data |= place; [all...] |
| /illumos-gate/usr/src/tools/codereview/ |
| H A D | lwlp.c | 1024 int begin, end, place; local 1035 place = margin_y - gap_height/2 + i * (box_height+gap_height); 1036 (void) fprintf(outfile, "%d %d %s ", begin, place, MOVETO); 1037 (void) fprintf(outfile, "%d %d %s\n", end, place, LINETO); 1041 place = margin_x - gap_width/2 + i * (box_width+gap_width); 1042 (void) fprintf(outfile, "%d %d %s ", place, begin, MOVETO); 1043 (void) fprintf(outfile, "%d %d %s\n", place, end, LINETO);
|
| /illumos-gate/usr/src/cmd/ed/ |
| H A D | ed.c | 331 static char *place(char *, char *, char *); 2086 sp = place(sp, loc1, loc2); 2091 sp = place(sp, braslist[c-'1'], braelist[c-'1']); 2110 place(char *sp, char *l1, char *l2) function
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | conf.c | 3018 static char *place = EMSG; /* option letter processing */ local 3024 place = EMSG; 3026 if(!*place) { /* update scanning pointer */ 3027 if (optind >= nargc || *(place = nargv[optind]) != '-' || !*++place) { 3031 if (*place == '-') { /* found "--" */ 3037 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) { 3038 if (!*place) ++optind; 3043 if (!*place) ++optind; 3046 if (*place) optar [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 1745 place_t place) 1794 place = PL_ANY; 1796 &enum_nvs, dfltst, B_TRUE, &place); 3168 place_t place) 3220 place = PL_ANY; 3222 B_TRUE, &place); 3231 if (place == PL_MAP) { 4123 /* place at start of sv_entrys list */ 5060 place_t place; local 5072 place 1740 diffnvlists( nvlist_t *old, nvlist_t *new, char *module_name, int *pdiff, place_t place) argument 3161 printnvlist( FILE *fp, char *module, nvlist_t *nvl, int printall, ipqos_conf_filter_t *flt, int tab_inserts, place_t place) argument 5515 readtype( FILE *tfp, char *module_name, char *name, ipqos_nvtype_t *type, str_val_nd_t **enum_nvps, char *dfltst, boolean_t allow_ipgpc_priv, place_t *place) argument 5699 readnvpair( FILE *cfp, FILE *tfp, nvlist_t **nvlp, nvpair_t **nvp, ipqos_nvtype_t *type, place_t place, char *module_name) argument 8762 place_t place; local [all...] |