Home
last modified time | relevance | path

Searched refs:g_name (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipastat.c235 if (u_name == NULL && g_name == NULL) in change_user()
238 if (g_name != NULL) { in change_user()
241 grp = getgrnam(g_name); in change_user()
245 if (!isdigit((unsigned char)*g_name)) in change_user()
251 if (g_name == endptr || *endptr != '\0') in change_user()
269 if (g_name == NULL) in change_user()
280 if (g_name == NULL) { in change_user()
479 const char *g_name; /* -g group */ in main() local
508 u_name = g_name = NULL; in main()
530 g_name = optarg; in main()
[all …]
H A Dipa.c1161 if (u_name == NULL && g_name == NULL) in change_user()
1166 if (g_name != NULL) { in change_user()
1169 grp = getgrnam(g_name); in change_user()
1173 if (!isdigit((unsigned char)*g_name)) in change_user()
1179 if (g_name == endptr || *endptr != '\0') in change_user()
1197 if (g_name == NULL) in change_user()
1208 if (g_name == NULL) { in change_user()
1236 const char *g_name; /* -g group */ in main() local
1250 k_optarg = u_name = g_name = NULL; in main()
1275 g_name = optarg; in main()
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.his.rgb/
H A Dclosefiles.c10 int closefiles(char *r_name, char *g_name, char *b_name, in closefiles() argument
34 Rast_read_range(g_name, mapset, &range); in closefiles()
37 Rast_write_colors(g_name, mapset, &colors); in closefiles()
50 Rast_short_history(g_name, "raster", &history); in closefiles()
52 Rast_write_history(g_name, &history); in closefiles()
53 Rast_put_cell_title(g_name, "Image green"); in closefiles()
/dports/sysutils/heirloom/heirloom-070715/logins/
H A Dlogins.c57 char *g_name; /* group name */ member
158 lp->l_grp->g_name, lp->l_grp->g_gid, in out()
182 gp->g_name, (int)gp->g_gid); in out()
289 if (strcmp(gp->g_name, name) == 0) in groupgroup()
321 strcpy(lp->l_grp->g_name, name); in usergroup()
328 gp->g_name = salloc(sz + 1); in usergroup()
329 strcpy(gp->g_name, name); in usergroup()
478 gp->g_name = salloc(sz + 1); in selectgrp()
479 memcpy(gp->g_name, str, sz); in selectgrp()
480 gp->g_name[sz] = '\0'; in selectgrp()
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/
H A Dversion.cpp13 static QString g_name = QStringLiteral("KTorrent"); variable
20 g_name = name; in SetClientInfo()
30 g_name = name; in SetClientInfo()
43 QString str = g_name + QString("/%1").arg(g_version); in GetVersionString()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
8 movi a6,g_name
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
8 movi a6,g_name
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
7 movi a6,g_name
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
8 movi a6,g_name
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
8 movi a6,g_name
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
H A Dcoalesce2.s3 .global g_name
7 movi a6,g_name
/dports/devel/djgpp-binutils/binutils-2.17/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-xtensa/
H A Dcoalesce1.s3 .global g_name
5 g_name: label
13 movi a6,g_name
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dvars.c180 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup()
199 printf("%s\t", gh->g_name); in printgroup()
275 if (*gh->g_name == *name && equal(gh->g_name, name)) { in remove_group()
277 vfree(gh->g_name); in remove_group()
/dports/math/calc/calc-2.14.0.14/
H A Dsymbol.c114 (strncmp(sp->g_name, name, len+1) == 0) in addglobal()
122 sp->g_name = addstr(&globalnames, name); in addglobal()
151 (strncmp(sp->g_name, name, len+1) == 0)) { in findglobal()
172 return sp->g_name; in globalname()
198 printf("%-8s", sp->g_name); in showglobals()
226 printf("%-8s%4d ", sp->g_name, sp->g_filescope); in showallglobals()
353 math_fmt("%s = ", sp->g_name); in writeglobals()
510 if (sp->g_len == len && !strcmp(sp->g_name, name) && in endscope()
567 printf("%-8s", sp->g_name); in showstatics()
/dports/print/py-fontaine/pyfontaine-1.4.0/bin/
H A Dpyfontaine312 missing = [(g_name, standard_ttf.getGlyphID(g_name)) \
313 for g_name in missing_right]
318 for g_name, g_id in missing:
319 print(g_name.ljust(col_width[0] + 2),
322 missing = [(g_name, ttf.getGlyphID(g_name)) \
323 for g_name in missing_left]
329 for g_name, g_id in missing:
330 print(g_name.ljust(col_width[0] + 2),
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/property/
H A Dproperty_class_inheritance.cpp132 static double g_name; variable
144 .property("top-static", &g_name)
145 .property("top-static-protected", &g_name, registration::protected_access);
152 .property("left-static", &g_name)
153 .property("left-static-protected", &g_name, registration::protected_access)
161 .property("right-static", &g_name) // double property
162 .property("right-static-protected", &g_name, registration::protected_access)
170 .property("right_2-static", &g_name) // double property
171 .property("right_2-static-protected", &g_name, registration::protected_access)
179 .property("bottom-static", &g_name) // double property
[all …]
/dports/net-im/pidgin-fetion/fetion-0.98.5.2/src/
H A Df_group.c33 const gchar *g_id, *g_name; in CreateGroup_cb() local
40 g_name = xmlnode_get_attrib(item, "name"); in CreateGroup_cb()
41 if (g_id == NULL || g_name == NULL) in CreateGroup_cb()
45 g_attr->name = g_strdup(g_name); in CreateGroup_cb()
49 fetion_get_buddies_in_group(sip->gc, g_name); in CreateGroup_cb()

12345678910>>...40